Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release version v0.1.0-alpha.9 #241

Merged
merged 13 commits into from
Feb 16, 2023
Merged

build: release version v0.1.0-alpha.9 #241

merged 13 commits into from
Feb 16, 2023

Conversation

karrui
Copy link
Collaborator

@karrui karrui commented Feb 16, 2023

What's Changed

  • feat: replace usage of borderRadius with token #235
  • feat: upgrade chakra-ui to v2.5.0 to fix Menu #228
  • feat: add more props, map list to List components, remove unused props #227
  • fix(deps): bump date-fns-tz from 1.3.7 to 2.0.0 in /react #226
  • chore(deps-dev): bump @typescript-eslint/parser in /react #225
  • chore(deps-dev): bump @vitejs/plugin-react from 3.0.1 to 3.1.0 in /react #222
  • chore(deps-dev): bump storybook in /react #217
  • chore(deps-dev): bump eslint-plugin-storybook in /react #216
  • chore(deps-dev): bump eslint-plugin-import in /react #214
  • chore(deps-dev): bump @storybook/addon-essentials in /react #213
  • fix(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /react #212

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

dependabot bot and others added 13 commits February 4, 2023 05:08
)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) from 7.0.0-beta.31 to 7.0.0-beta.43.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.43/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.26.0...v2.27.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.8 to 0.6.10.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.6.8...v0.6.10)

---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli) from 7.0.0-beta.31 to 7.0.0-beta.43.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.43/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…act (#222)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.44.0 to 5.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.51.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.3.7 to 2.0.0.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v1.3.7...v2.0.0)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: upgrade chakra-ui to fix Menu

* fix: update import name for FormControl

* feat: remove redeclaration of borderRightRadius in inputgrouped input

* fix: use merge with empty obj instead of mergeWith due to mutation

might have introduced subtle bugs like Input changing styles due to previous usage?

* refactor(Input): fix link to doc

* fix: if non-success, use __css prop to set styles instead of sx

* feat: add zIndex to SelectCombobox when focused

---------

Co-authored-by: Kar Rui Lau <[email protected]>
* feat: replace usage of borderRadius with token

* fix: use `base` radii instead of `sm`
chore: merge v0.1.0-alpha.8 to back to main
@netlify
Copy link

netlify bot commented Feb 16, 2023

Deploy Preview for objective-bell-0ffbfb canceled.

Name Link
🔨 Latest commit 83bc4bf
🔍 Latest deploy log https://app.netlify.com/sites/objective-bell-0ffbfb/deploys/63edac13f9c2ce00084c4741

@karrui karrui changed the base branch from main to alpha February 16, 2023 04:07
@karrui karrui merged commit 99a850b into alpha Feb 16, 2023
@karrui karrui deleted the release-0.1.0-alpha.9 branch February 16, 2023 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants