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.7] [ ] - 2025-01-07
11
+
10
12
### Changed
11
13
12
14
- ` Tabs ` : add tab label truncate on constrained width.
@@ -2163,7 +2165,8 @@ _Failed released_
2163
2165
[ 3.7.0 ] : https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
2164
2166
[ 3.6.8 ] : https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
2165
2167
[ 3.6.7 ] : https://github.com/lumapps/design-system/tree/v3.6.7
2166
- [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.9.6...HEAD
2168
+ [ Unreleased ] : https://github.com/lumapps/design-system/compare/v3.9.7...HEAD
2169
+ [ 3.9.7 ] : https://github.com/lumapps/design-system/compare/v3.9.6...v3.9.7
2167
2170
[ 3.9.6 ] : https://github.com/lumapps/design-system/compare/v3.9.5...v3.9.6
2168
2171
[ 3.9.5 ] : https://github.com/lumapps/design-system/compare/v3.9.4...v3.9.5
2169
2172
[ 3.9.4 ] : https://github.com/lumapps/design-system/compare/v3.9.3...v3.9.4
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.6 " ,
4
+ "version" : " 3.9.7 " ,
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.6 " ,
17
+ "eslint-plugin-lumapps" : " ^3.9.7 " ,
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.6 " ,
4
+ "version" : " 3.9.7 " ,
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.6 " ,
13
+ "version" : " 3.9.7 " ,
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.6 " ,
10
- "@lumx/icons" : " ^3.9.6 " ,
9
+ "@lumx/core" : " ^3.9.7 " ,
10
+ "@lumx/icons" : " ^3.9.7 " ,
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.6 " ,
42
+ "version" : " 3.9.7 " ,
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.6 " ,
43
+ "version" : " 3.9.7 " ,
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.6 "
48
+ "version" : " 3.9.7 "
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.6 " ,
10
- "@lumx/icons" : " ^3.9.6 " ,
9
+ "@lumx/core" : " ^3.9.7 " ,
10
+ "@lumx/icons" : " ^3.9.7 " ,
11
11
"@popperjs/core" : " ^2.5.4" ,
12
12
"body-scroll-lock" : " ^3.1.5" ,
13
13
"classnames" : " ^2.3.2" ,
110
110
"build:storybook" : " storybook build"
111
111
},
112
112
"sideEffects" : false ,
113
- "version" : " 3.9.6 "
113
+ "version" : " 3.9.7 "
114
114
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lumx-site-demo" ,
3
- "version" : " 3.9.6 " ,
3
+ "version" : " 3.9.7 " ,
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.6 " ,
24
- "@lumx/core" : " ^3.9.6 " ,
25
- "@lumx/icons" : " ^3.9.6 " ,
26
- "@lumx/react" : " ^3.9.6 " ,
23
+ "@lumx/angularjs" : " ^3.9.7 " ,
24
+ "@lumx/core" : " ^3.9.7 " ,
25
+ "@lumx/icons" : " ^3.9.7 " ,
26
+ "@lumx/react" : " ^3.9.7 " ,
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.6 "
15
+ "version" : " 3.9.7 "
16
16
}
You can’t perform that action at this time.
0 commit comments