File tree Expand file tree Collapse file tree 11 files changed +33
-29
lines changed
Expand file tree Collapse file tree 11 files changed +33
-29
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+ ## [ 2.2.18] [ ] - 2022-05-20
11+
1012### Fixed
1113
1214- Tooltip: clear pending timers when the component unmounts
@@ -1456,3 +1458,5 @@ _Failed released_
14561458[ 2.2.16 ] : https://github.com/lumapps/design-system/tree/v2.2.16
14571459[ unreleased ] : https://github.com/lumapps/design-system/compare/v2.2.17...HEAD
14581460[ 2.2.17 ] : https://github.com/lumapps/design-system/tree/v2.2.17
1461+ [ unreleased ] : https://github.com/lumapps/design-system/compare/v2.2.18...HEAD
1462+ [ 2.2.18 ] : https://github.com/lumapps/design-system/tree/v2.2.18
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-lumapps" ,
33 "private" : true ,
4- "version" : " 2.2.17 " ,
4+ "version" : " 2.2.18 " ,
55 "license" : " MIT" ,
66 "main" : " index.js"
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @lumapps/ga-remove-label" ,
33 "private" : true ,
4- "version" : " 2.2.17 " ,
4+ "version" : " 2.2.18 " ,
55 "description" : " Github action for removing a label" ,
66 "main" : " index.js" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1010 "message" : " chore(release): release %s"
1111 }
1212 },
13- "version" : " 2.2.17 " ,
13+ "version" : " 2.2.18 " ,
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" : " ^2.2.17 " ,
10- "@lumx/icons" : " ^2.2.17 " ,
9+ "@lumx/core" : " ^2.2.18 " ,
10+ "@lumx/icons" : " ^2.2.18 " ,
1111 "focus-visible" : " ^5.0.2" ,
1212 "lodash" : " 4.17.21" ,
1313 "popper.js" : " ^1.16.0"
4040 "prepare" : " install-peers || exit 0" ,
4141 "prepublishOnly" : " yarn build"
4242 },
43- "version" : " 2.2.17 " ,
43+ "version" : " 2.2.18 " ,
4444 "devDependencies" : {
4545 "@babel/core" : " ^7.8.3" ,
4646 "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
Original file line number Diff line number Diff line change 4242 "version" : " yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
4343 },
4444 "sideEffects" : false ,
45- "version" : " 2.2.17 " ,
45+ "version" : " 2.2.18 " ,
4646 "devDependencies" : {
4747 "@babel/core" : " ^7.8.3" ,
4848 "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
Original file line number Diff line number Diff line change 2121 "url" : " git+https://github.com/lumapps/design-system.git"
2222 },
2323 "sideEffects" : false ,
24- "version" : " 2.2.17 "
24+ "version" : " 2.2.18 "
2525}
Original file line number Diff line number Diff line change 77 },
88 "dependencies" : {
99 "@juggle/resize-observer" : " ^3.2.0" ,
10- "@lumx/core" : " ^2.2.17 " ,
11- "@lumx/icons" : " ^2.2.17 " ,
10+ "@lumx/core" : " ^2.2.18 " ,
11+ "@lumx/icons" : " ^2.2.18 " ,
1212 "@popperjs/core" : " ^2.5.4" ,
1313 "body-scroll-lock" : " ^3.1.5" ,
1414 "classnames" : " ^2.2.6" ,
120120 "build:storybook" : " cd storybook && ./build"
121121 },
122122 "sideEffects" : false ,
123- "version" : " 2.2.17 "
123+ "version" : " 2.2.18 "
124124}
Original file line number Diff line number Diff line change 11{
22 "name" : " lumx-site-demo" ,
3- "version" : " 2.2.17 " ,
3+ "version" : " 2.2.18 " ,
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" : " ^2.2.17 " ,
24- "@lumx/core" : " ^2.2.17 " ,
25- "@lumx/icons" : " ^2.2.17 " ,
26- "@lumx/react" : " ^2.2.17 " ,
23+ "@lumx/angularjs" : " ^2.2.18 " ,
24+ "@lumx/core" : " ^2.2.18 " ,
25+ "@lumx/icons" : " ^2.2.18 " ,
26+ "@lumx/react" : " ^2.2.18 " ,
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" : " 2.2.17 "
15+ "version" : " 2.2.18 "
1616}
You can’t perform that action at this time.
0 commit comments