From da90c8a319cf6ffc9e47fab803a8a2b876a0bd45 Mon Sep 17 00:00:00 2001 From: OpeAbidemi Date: Fri, 3 Sep 2021 01:09:59 +0000 Subject: [PATCH] chore: publish new release - cra@1.0.5 - @beyond-ui/react-native@1.0.3 - @beyond-ui/react@1.2.0 - @beyond-ui/shared@1.0.3 - @beyond-ui/system@1.2.0 - @beyond-ui/theme@1.1.0 --- examples/cra/CHANGELOG.md | 8 ++++++++ examples/cra/package.json | 4 ++-- packages/react-native/CHANGELOG.md | 4 ++++ packages/react-native/package.json | 6 +++--- packages/react/CHANGELOG.md | 13 +++++++++++++ packages/react/package.json | 8 ++++---- packages/shared/CHANGELOG.md | 6 ++++++ packages/shared/package.json | 6 +++--- packages/system/CHANGELOG.md | 12 ++++++++++++ packages/system/package.json | 4 ++-- packages/theme/CHANGELOG.md | 8 ++++++++ packages/theme/package.json | 2 +- 12 files changed, 66 insertions(+), 15 deletions(-) diff --git a/examples/cra/CHANGELOG.md b/examples/cra/CHANGELOG.md index 9327d37..f6574e7 100644 --- a/examples/cra/CHANGELOG.md +++ b/examples/cra/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/renli-tech/Beyond/compare/cra@1.0.4...cra@1.0.5) (2021-09-03) + +**Note:** Version bump only for package cra + + + + + ## [1.0.4](https://github.com/renli-tech/Beyond/compare/cra@1.0.3...cra@1.0.4) (2021-09-02) **Note:** Version bump only for package cra diff --git a/examples/cra/package.json b/examples/cra/package.json index 3b99421..b803eef 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -1,9 +1,9 @@ { "name": "cra", - "version": "1.0.4", + "version": "1.0.5", "private": true, "dependencies": { - "@beyond-ui/react": "^1.1.2", + "@beyond-ui/react": "^1.2.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 0a4b61b..558fbed 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/renli-tech/Beyond/compare/@beyond-ui/react-native@1.0.1...@beyond-ui/react-native@1.0.3) (2021-09-03) + +**Note:** Version bump only for package @beyond-ui/react-native + ## [1.0.2](https://github.com/renli-tech/Beyond/compare/@beyond-ui/react-native@1.0.2...@beyond-ui/react-native@1.0.2) (2021-09-02) **Note:** Version bump only for package @beyond-ui/react-native diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 0be7fb3..5c9388e 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@beyond-ui/react-native", - "version": "1.0.2", + "version": "1.0.3", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,8 +37,8 @@ "access": "public" }, "dependencies": { - "@beyond-ui/system": "^1.1.0", - "@beyond-ui/theme": "^1.0.2" + "@beyond-ui/system": "^1.2.0", + "@beyond-ui/theme": "^1.1.0" }, "gitHead": "a15647a6a927e53b2549f8e37899171953d1239d" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f9462e6..bd3d2ce 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/renli-tech/Beyond/compare/@beyond-ui/react@1.1.1...@beyond-ui/react@1.2.0) (2021-09-03) + +### Bug Fixes + +- **react:** changed global fontSize ([b7cd0a1](https://github.com/renli-tech/Beyond/commit/b7cd0a1670f6a52cd02fceb0566f7a58199c63bb)) +- **react:** updated Avatar Sizes ([ef38f41](https://github.com/renli-tech/Beyond/commit/ef38f41dc3309e5562c547ae0fd758d0c790bb87)) +- **react:** updated Button.stories.tsx file ([6bc453f](https://github.com/renli-tech/Beyond/commit/6bc453f5fa50b78cdc677cc39b6bdb1caec4600f)) + +### Features + +- **react:** added Glass Component ([0e9365a](https://github.com/renli-tech/Beyond/commit/0e9365ab41c49531dd6e48b5177ce6d0b234ff3a)) +- **react:** added ToolTip Component ([10dde69](https://github.com/renli-tech/Beyond/commit/10dde697f2af16024de0ffd57c6e7b6e3d828b26)) + ## [1.1.2](https://github.com/renli-tech/Beyond/compare/@beyond-ui/react@1.1.1...@beyond-ui/react@1.1.2) (2021-09-02) **Note:** Version bump only for package @beyond-ui/react diff --git a/packages/react/package.json b/packages/react/package.json index 27cdd04..2d0e3f8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@beyond-ui/react", - "version": "1.1.2", + "version": "1.2.0", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@beyond-ui/shared": "^1.0.2", - "@beyond-ui/system": "^1.1.0", - "@beyond-ui/theme": "^1.0.2", + "@beyond-ui/shared": "^1.0.3", + "@beyond-ui/system": "^1.2.0", + "@beyond-ui/theme": "^1.1.0", "@emotion/css": "^11.1.3", "react-icons": "^4.2.0", "react-spinners": "^0.11.0" diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 920f5a3..4c0151d 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/renli-tech/Beyond/compare/@beyond-ui/shared@1.0.1...@beyond-ui/shared@1.0.3) (2021-09-03) + +### Bug Fixes + +- **shared:** updated useColor hook ([cb43ada](https://github.com/renli-tech/Beyond/commit/cb43adabf5f41a9120d79a66423b2c156d3938a1)) + ## [1.0.2](https://github.com/renli-tech/Beyond/compare/@beyond-ui/shared@1.0.2...@beyond-ui/shared@1.0.2) (2021-09-02) **Note:** Version bump only for package @beyond-ui/shared diff --git a/packages/shared/package.json b/packages/shared/package.json index 007049a..bdeebb5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@beyond-ui/shared", - "version": "1.0.2", + "version": "1.0.3", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,8 +37,8 @@ "access": "public" }, "dependencies": { - "@beyond-ui/system": "^1.1.0", - "@beyond-ui/theme": "^1.0.2", + "@beyond-ui/system": "^1.2.0", + "@beyond-ui/theme": "^1.1.0", "@beyond-ui/utils": "^0.0.1" } } diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 2bee115..4b17139 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/renli-tech/Beyond/compare/@beyond-ui/system@1.0.1...@beyond-ui/system@1.2.0) (2021-09-03) + +### Bug Fixes + +- **system:** added borderPropsResolver ([5c93bc6](https://github.com/renli-tech/Beyond/commit/5c93bc6c5c84a0b92bd39298255b3638fb0e6e3e)) + +### Features + +- **system:** added colorResolver ([ce6cc6e](https://github.com/renli-tech/Beyond/commit/ce6cc6e5b1854edb508478438643e5a8ef0c761d)) +- **system:** added css function ([caaa569](https://github.com/renli-tech/Beyond/commit/caaa56952c5e5f94c181c79c9c41ce4c21451623)) +- **system:** updated createComponent factory ([b9262fa](https://github.com/renli-tech/Beyond/commit/b9262fa5e04f494a458d8613783cdbaaa919b8a3)) + # [1.1.0](https://github.com/renli-tech/Beyond/compare/@beyond-ui/system@1.0.1...@beyond-ui/system@1.1.0) (2021-09-02) ### Features diff --git a/packages/system/package.json b/packages/system/package.json index 80d9afa..792840e 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@beyond-ui/system", - "version": "1.1.0", + "version": "1.2.0", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@beyond-ui/theme": "^1.0.2", + "@beyond-ui/theme": "^1.1.0", "@beyond-ui/utils": "^0.0.1", "@emotion/css": "^11.1.3" } diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 4da0a51..3064360 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/renli-tech/Beyond/compare/@beyond-ui/theme@1.0.1...@beyond-ui/theme@1.1.0) (2021-09-03) + +### Features + +- **theme:** added Transition, BreakPoints and so on ([d4e2a61](https://github.com/renli-tech/Beyond/commit/d4e2a612241bc8aee8d9f94b127b0552c1ee0631)) +- **theme:** added extractColor function ([1df7723](https://github.com/renli-tech/Beyond/commit/1df77236f17d96b9c27b81b1c4ac4c50e57b37b2)) +- **theme:** added getRadius function ([4865aea](https://github.com/renli-tech/Beyond/commit/4865aea93de88a7642d913f92bc578cbe0cd5c8e)) + ## [1.0.2](https://github.com/renli-tech/Beyond/compare/@beyond-ui/theme@1.0.2...@beyond-ui/theme@1.0.2) (2021-09-02) **Note:** Version bump only for package @beyond-ui/theme diff --git a/packages/theme/package.json b/packages/theme/package.json index f38848f..ff03d43 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@beyond-ui/theme", - "version": "1.0.2", + "version": "1.1.0", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.esm.js",