Skip to content

Commit 582b680

Browse files
author
quid-bot
committed
v4.10.0
1 parent afb8817 commit 582b680

File tree

20 files changed

+136
-25
lines changed

20 files changed

+136
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.10.0](https://github.com/quid/refraction/compare/v4.9.0...v4.10.0) (2022-09-21)
7+
8+
9+
### Bug Fixes
10+
11+
* test cases ([e76a96f](https://github.com/quid/refraction/commit/e76a96f))
12+
13+
14+
### Features
15+
16+
* update colors to adapt platform UI design update ([3f6394e](https://github.com/quid/refraction/commit/3f6394e))
17+
18+
19+
20+
21+
622
# [4.9.0](https://github.com/quid/refraction/compare/v4.8.1...v4.9.0) (2022-08-25)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.3.2",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/react-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.10.0](https://github.com/quid/refraction/tree/master/packages/react-core/compare/v4.9.0...v4.10.0) (2022-09-21)
7+
8+
9+
### Features
10+
11+
* update colors to adapt platform UI design update ([3f6394e](https://github.com/quid/refraction/tree/master/packages/react-core/commit/3f6394e))
12+
13+
14+
15+
16+
617
## [4.8.1](https://github.com/quid/refraction/tree/master/packages/react-core/compare/v4.8.0...v4.8.1) (2021-11-10)
718

819

packages/react-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-core",
3-
"version": "4.8.1",
3+
"version": "4.10.0",
44
"description": "Core React Quid components",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",
@@ -28,7 +28,7 @@
2828
"@emotion/css": "^10.0.4",
2929
"@emotion/styled": "^10.0.4",
3030
"@emotion/styled-base": "^10.0.4",
31-
"@quid/theme": "^4.7.0",
31+
"@quid/theme": "^4.10.0",
3232
"color": "^3.1.0"
3333
},
3434
"peerDependencies": {

packages/react-date-picker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.10.0](https://github.com/quid/refraction/tree/master/packages/react-date-picker/compare/v4.9.0...v4.10.0) (2022-09-21)
7+
8+
9+
### Bug Fixes
10+
11+
* test cases ([e76a96f](https://github.com/quid/refraction/tree/master/packages/react-date-picker/commit/e76a96f))
12+
13+
14+
15+
16+
617
## [4.8.1](https://github.com/quid/refraction/tree/master/packages/react-date-picker/compare/v4.8.0...v4.8.1) (2021-11-10)
718

819
**Note:** Version bump only for package @quid/react-date-picker

packages/react-date-picker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-date-picker",
3-
"version": "4.8.1",
3+
"version": "4.10.0",
44
"description": "Lightweight date picker component",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",
@@ -26,8 +26,8 @@
2626
"@emotion/css": "^10.0.6",
2727
"@emotion/styled": "^10.0.6",
2828
"@emotion/styled-base": "^10.0.4",
29-
"@quid/react-core": "^4.8.1",
30-
"@quid/theme": "^4.7.0",
29+
"@quid/react-core": "^4.10.0",
30+
"@quid/theme": "^4.10.0",
3131
"date-fns": "^1.30.1",
3232
"emotion": "^10.0.6"
3333
},

packages/react-dropdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.10.0](https://github.com/quid/ui-framework/compare/v4.9.0...v4.10.0) (2022-09-21)
7+
8+
**Note:** Version bump only for package @quid/react-dropdown
9+
10+
11+
12+
13+
614
# [4.9.0](https://github.com/quid/ui-framework/compare/v4.8.1...v4.9.0) (2022-08-25)
715

816

packages/react-dropdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-dropdown",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"description": "React dropdown component with ARIA accessibility and advanced functionalities",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",
@@ -31,8 +31,8 @@
3131
"@emotion/css": "^10.0.6",
3232
"@emotion/styled": "^10.0.6",
3333
"@emotion/styled-base": "^10.0.4",
34-
"@quid/react-core": "^4.8.1",
35-
"@quid/theme": "^4.7.0",
34+
"@quid/react-core": "^4.10.0",
35+
"@quid/theme": "^4.10.0",
3636
"color": "^3.1.0",
3737
"downshift": "^3.2.0",
3838
"popper.js": "^1.14.7",

packages/react-expandable-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.10.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.9.0...v4.10.0) (2022-09-21)
7+
8+
**Note:** Version bump only for package @quid/react-expandable-table
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.8.0...v4.8.1) (2021-11-10)
715

816
**Note:** Version bump only for package @quid/react-expandable-table

packages/react-expandable-table/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-expandable-table",
3-
"version": "4.8.1",
3+
"version": "4.10.0",
44
"description": "Simple table with expandable row content and column sorting capabilities.",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",
@@ -31,10 +31,10 @@
3131
"@emotion/is-prop-valid": "^0.8.2",
3232
"@emotion/styled": "^10.0.15",
3333
"@emotion/styled-base": "^10.0.15",
34-
"@quid/react-core": "^4.8.1",
35-
"@quid/react-tooltip": "^4.7.0",
34+
"@quid/react-core": "^4.10.0",
35+
"@quid/react-tooltip": "^4.10.0",
3636
"@quid/react-use-controlled-state": "^4.0.0",
37-
"@quid/theme": "^4.7.0",
37+
"@quid/theme": "^4.10.0",
3838
"react-virtuoso": "^0.10.2"
3939
}
4040
}

0 commit comments

Comments
 (0)