File tree Expand file tree Collapse file tree 20 files changed +136
-25
lines changed Expand file tree Collapse file tree 20 files changed +136
-25
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.3.2" ,
3- "version" : " 4.9 .0" ,
3+ "version" : " 4.10 .0" ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments