File tree Expand file tree Collapse file tree 11 files changed +36
-33
lines changed
Expand file tree Collapse file tree 11 files changed +36
-33
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.7.0] [ ] - 2024-04-29
11+
1012### Changed
1113
1214- ` @lumx/icons ` : optimized all JS SVG path icons (23% reduction in size)
@@ -1966,6 +1968,7 @@ _Failed released_
19661968[ 3.6.6 ] : https://github.com/lumapps/design-system/tree/v3.6.6
19671969
19681970
1969- [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.6.8...HEAD
1971+ [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.7.0...HEAD
1972+ [ 3.7.0 ] : https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
19701973[ 3.6.8 ] : https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
19711974[ 3.6.7 ] : https://github.com/lumapps/design-system/tree/v3.6.7
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-lumapps" ,
33 "private" : true ,
4- "version" : " 3.6.8 " ,
4+ "version" : " 3.7.0 " ,
55 "main" : " index.js" ,
66 "peerDependencies" : {
77 "eslint" : " >=8.24.0" ,
1414 "eslint-config-prettier" : " ^9.1.0" ,
1515 "eslint-plugin-import" : " 2.26.0" ,
1616 "eslint-plugin-jsx-a11y" : " ^6.8.0" ,
17- "eslint-plugin-lumapps" : " ^3.6.8 " ,
17+ "eslint-plugin-lumapps" : " ^3.7.0 " ,
1818 "eslint-plugin-prettier" : " 5.1.3" ,
1919 "eslint-plugin-react" : " ^7.29.4" ,
2020 "eslint-plugin-react-hooks" : " 4.6.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-lumapps" ,
33 "private" : true ,
4- "version" : " 3.6.8 " ,
4+ "version" : " 3.7.0 " ,
55 "license" : " MIT" ,
66 "main" : " index.js"
77}
Original file line number Diff line number Diff line change 1010 "message" : " chore(release): release %s"
1111 }
1212 },
13- "version" : " 3.6.8 " ,
13+ "version" : " 3.7.0 " ,
1414 "useWorkspaces" : true ,
1515 "npmClient" : " yarn"
1616}
Original file line number Diff line number Diff line change 66 "url" : " https://github.com/lumapps/design-system/issues"
77 },
88 "dependencies" : {
9- "@lumx/core" : " ^3.6.8 " ,
10- "@lumx/icons" : " ^3.6.8 " ,
9+ "@lumx/core" : " ^3.7.0 " ,
10+ "@lumx/icons" : " ^3.7.0 " ,
1111 "focus-visible" : " ^5.0.2" ,
1212 "lodash" : " 4.17.21" ,
1313 "popper.js" : " ^1.16.0"
3939 "build" : " webpack" ,
4040 "prepare" : " install-peers || exit 0"
4141 },
42- "version" : " 3.6.8 " ,
42+ "version" : " 3.7.0 " ,
4343 "devDependencies" : {
4444 "@babel/core" : " ^7.18.13" ,
4545 "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
Original file line number Diff line number Diff line change 4040 "update-version-changelog" : " yarn version-changelog ../../CHANGELOG.md"
4141 },
4242 "sideEffects" : false ,
43- "version" : " 3.6.8 " ,
43+ "version" : " 3.7.0 " ,
4444 "devDependencies" : {
4545 "@babel/core" : " ^7.18.13" ,
4646 "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
Original file line number Diff line number Diff line change 4545 "build" : " rollup -c"
4646 },
4747 "sideEffects" : false ,
48- "version" : " 3.6.8 "
48+ "version" : " 3.7.0 "
4949}
Original file line number Diff line number Diff line change 77 },
88 "dependencies" : {
99 "@juggle/resize-observer" : " ^3.2.0" ,
10- "@lumx/core" : " ^3.6.8 " ,
11- "@lumx/icons" : " ^3.6.8 " ,
10+ "@lumx/core" : " ^3.7.0 " ,
11+ "@lumx/icons" : " ^3.7.0 " ,
1212 "@popperjs/core" : " ^2.5.4" ,
1313 "body-scroll-lock" : " ^3.1.5" ,
1414 "classnames" : " ^2.3.2" ,
112112 "build:storybook" : " storybook build"
113113 },
114114 "sideEffects" : false ,
115- "version" : " 3.6.8 "
115+ "version" : " 3.7.0 "
116116}
Original file line number Diff line number Diff line change 11{
22 "name" : " lumx-site-demo" ,
3- "version" : " 3.6.8 " ,
3+ "version" : " 3.7.0 " ,
44 "private" : true ,
55 "description" : " The official LumApps Design System (LumX) demo site" ,
66 "bugs" : {
2020 "start" : " NODE_OPTIONS=--no-warnings gatsby develop"
2121 },
2222 "dependencies" : {
23- "@lumx/angularjs" : " ^3.6.8 " ,
24- "@lumx/core" : " ^3.6.8 " ,
25- "@lumx/icons" : " ^3.6.8 " ,
26- "@lumx/react" : " ^3.6.8 " ,
23+ "@lumx/angularjs" : " ^3.7.0 " ,
24+ "@lumx/core" : " ^3.7.0 " ,
25+ "@lumx/icons" : " ^3.7.0 " ,
26+ "@lumx/react" : " ^3.7.0 " ,
2727 "@mdx-js/mdx" : " ^1.6.19" ,
2828 "@mdx-js/react" : " ^1.6.19" ,
2929 "@reach/router" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 1212 "main" : " generators/index.js" ,
1313 "name" : " generator-lumx-component" ,
1414 "private" : true ,
15- "version" : " 3.6.8 "
15+ "version" : " 3.7.0 "
1616}
You can’t perform that action at this time.
0 commit comments