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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.9.3] [ ] - 2024-10-09
11
+
10
12
### Fixed
11
13
12
14
- ` ImageLightbox ` : fix closing transition triggering multiple times.
@@ -2102,7 +2104,8 @@ _Failed released_
2102
2104
[ 3.6.7 ] : https://github.com/lumapps/design-system/tree/v3.6.7
2103
2105
2104
2106
2105
- [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.9.2...HEAD
2107
+ [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.9.3...HEAD
2108
+ [ 3.9.3 ] : https://github.com/lumapps/design-system/compare/v3.9.2...v3.9.3
2106
2109
[ 3.9.2 ] : https://github.com/lumapps/design-system/compare/v3.9.1...v3.9.2
2107
2110
[ 3.9.1 ] : https://github.com/lumapps/design-system/compare/v3.9.0...v3.9.1
2108
2111
[ 3.9.0 ] : https://github.com/lumapps/design-system/compare/v3.8.1...v3.9.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-lumapps" ,
3
3
"private" : true ,
4
- "version" : " 3.9.2 " ,
4
+ "version" : " 3.9.3 " ,
5
5
"main" : " index.js" ,
6
6
"peerDependencies" : {
7
7
"eslint" : " >=8.24.0" ,
14
14
"eslint-config-prettier" : " ^9.1.0" ,
15
15
"eslint-plugin-import" : " 2.26.0" ,
16
16
"eslint-plugin-jsx-a11y" : " ^6.8.0" ,
17
- "eslint-plugin-lumapps" : " ^3.9.2 " ,
17
+ "eslint-plugin-lumapps" : " ^3.9.3 " ,
18
18
"eslint-plugin-prettier" : " 5.1.3" ,
19
19
"eslint-plugin-react" : " ^7.29.4" ,
20
20
"eslint-plugin-react-hooks" : " 4.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-lumapps" ,
3
3
"private" : true ,
4
- "version" : " 3.9.2 " ,
4
+ "version" : " 3.9.3 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " index.js"
7
7
}
Original file line number Diff line number Diff line change 10
10
"message" : " chore(release): release %s"
11
11
}
12
12
},
13
- "version" : " 3.9.2 " ,
13
+ "version" : " 3.9.3 " ,
14
14
"useWorkspaces" : true ,
15
15
"npmClient" : " yarn"
16
16
}
Original file line number Diff line number Diff line change 6
6
"url" : " https://github.com/lumapps/design-system/issues"
7
7
},
8
8
"dependencies" : {
9
- "@lumx/core" : " ^3.9.2 " ,
10
- "@lumx/icons" : " ^3.9.2 " ,
9
+ "@lumx/core" : " ^3.9.3 " ,
10
+ "@lumx/icons" : " ^3.9.3 " ,
11
11
"focus-visible" : " ^5.0.2" ,
12
12
"lodash" : " 4.17.21" ,
13
13
"popper.js" : " ^1.16.0"
39
39
"build" : " webpack" ,
40
40
"prepare" : " install-peers || exit 0"
41
41
},
42
- "version" : " 3.9.2 " ,
42
+ "version" : " 3.9.3 " ,
43
43
"devDependencies" : {
44
44
"@babel/core" : " ^7.18.13" ,
45
45
"@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
Original file line number Diff line number Diff line change 40
40
"update-version-changelog" : " yarn version-changelog ../../CHANGELOG.md"
41
41
},
42
42
"sideEffects" : false ,
43
- "version" : " 3.9.2 " ,
43
+ "version" : " 3.9.3 " ,
44
44
"devDependencies" : {
45
45
"@babel/core" : " ^7.18.13" ,
46
46
"@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
Original file line number Diff line number Diff line change 45
45
"build" : " rollup -c"
46
46
},
47
47
"sideEffects" : false ,
48
- "version" : " 3.9.2 "
48
+ "version" : " 3.9.3 "
49
49
}
Original file line number Diff line number Diff line change 6
6
"url" : " https://github.com/lumapps/design-system/issues"
7
7
},
8
8
"dependencies" : {
9
- "@lumx/core" : " ^3.9.2 " ,
10
- "@lumx/icons" : " ^3.9.2 " ,
9
+ "@lumx/core" : " ^3.9.3 " ,
10
+ "@lumx/icons" : " ^3.9.3 " ,
11
11
"@popperjs/core" : " ^2.5.4" ,
12
12
"body-scroll-lock" : " ^3.1.5" ,
13
13
"classnames" : " ^2.3.2" ,
111
111
"build:storybook" : " storybook build"
112
112
},
113
113
"sideEffects" : false ,
114
- "version" : " 3.9.2 "
114
+ "version" : " 3.9.3 "
115
115
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lumx-site-demo" ,
3
- "version" : " 3.9.2 " ,
3
+ "version" : " 3.9.3 " ,
4
4
"private" : true ,
5
5
"description" : " The official LumApps Design System (LumX) demo site" ,
6
6
"bugs" : {
20
20
"start" : " NODE_OPTIONS=--no-warnings gatsby develop"
21
21
},
22
22
"dependencies" : {
23
- "@lumx/angularjs" : " ^3.9.2 " ,
24
- "@lumx/core" : " ^3.9.2 " ,
25
- "@lumx/icons" : " ^3.9.2 " ,
26
- "@lumx/react" : " ^3.9.2 " ,
23
+ "@lumx/angularjs" : " ^3.9.3 " ,
24
+ "@lumx/core" : " ^3.9.3 " ,
25
+ "@lumx/icons" : " ^3.9.3 " ,
26
+ "@lumx/react" : " ^3.9.3 " ,
27
27
"@mdx-js/mdx" : " ^1.6.19" ,
28
28
"@mdx-js/react" : " ^1.6.19" ,
29
29
"@reach/router" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 12
12
"main" : " generators/index.js" ,
13
13
"name" : " generator-lumx-component" ,
14
14
"private" : true ,
15
- "version" : " 3.9.2 "
15
+ "version" : " 3.9.3 "
16
16
}
You can’t perform that action at this time.
0 commit comments