Skip to content

Commit bedbfc9

Browse files
lumbotgcornut
authored andcommitted
chore(release): release v3.9.7
1 parent 67d49d0 commit bedbfc9

File tree

11 files changed

+36
-33
lines changed

11 files changed

+36
-33
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.9.7][] - 2025-01-07
11+
1012
### Changed
1113

1214
- `Tabs`: add tab label truncate on constrained width.
@@ -2163,7 +2165,8 @@ _Failed released_
21632165
[3.7.0]: https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
21642166
[3.6.8]: https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
21652167
[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
21672170
[3.9.6]: https://github.com/lumapps/design-system/compare/v3.9.5...v3.9.6
21682171
[3.9.5]: https://github.com/lumapps/design-system/compare/v3.9.4...v3.9.5
21692172
[3.9.4]: https://github.com/lumapps/design-system/compare/v3.9.3...v3.9.4

dev-packages/eslint-config-lumapps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-lumapps",
33
"private": true,
4-
"version": "3.9.6",
4+
"version": "3.9.7",
55
"main": "index.js",
66
"peerDependencies": {
77
"eslint": ">=8.24.0",
@@ -14,7 +14,7 @@
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.9.6",
17+
"eslint-plugin-lumapps": "^3.9.7",
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 numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-lumapps",
33
"private": true,
4-
"version": "3.9.6",
4+
"version": "3.9.7",
55
"license": "MIT",
66
"main": "index.js"
77
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"message": "chore(release): release %s"
1111
}
1212
},
13-
"version": "3.9.6",
13+
"version": "3.9.7",
1414
"useWorkspaces": true,
1515
"npmClient": "yarn"
1616
}

packages/lumx-angularjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"url": "https://github.com/lumapps/design-system/issues"
77
},
88
"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",
1111
"focus-visible": "^5.0.2",
1212
"lodash": "4.17.21",
1313
"popper.js": "^1.16.0"
@@ -39,7 +39,7 @@
3939
"build": "webpack",
4040
"prepare": "install-peers || exit 0"
4141
},
42-
"version": "3.9.6",
42+
"version": "3.9.7",
4343
"devDependencies": {
4444
"@babel/core": "^7.18.13",
4545
"@babel/plugin-proposal-class-properties": "^7.18.6",

packages/lumx-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
4141
},
4242
"sideEffects": false,
43-
"version": "3.9.6",
43+
"version": "3.9.7",
4444
"devDependencies": {
4545
"@babel/core": "^7.18.13",
4646
"@babel/plugin-proposal-class-properties": "^7.18.6",

packages/lumx-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"build": "rollup -c"
4646
},
4747
"sideEffects": false,
48-
"version": "3.9.6"
48+
"version": "3.9.7"
4949
}

packages/lumx-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"url": "https://github.com/lumapps/design-system/issues"
77
},
88
"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",
1111
"@popperjs/core": "^2.5.4",
1212
"body-scroll-lock": "^3.1.5",
1313
"classnames": "^2.3.2",
@@ -110,5 +110,5 @@
110110
"build:storybook": "storybook build"
111111
},
112112
"sideEffects": false,
113-
"version": "3.9.6"
113+
"version": "3.9.7"
114114
}

packages/site-demo/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumx-site-demo",
3-
"version": "3.9.6",
3+
"version": "3.9.7",
44
"private": true,
55
"description": "The official LumApps Design System (LumX) demo site",
66
"bugs": {
@@ -20,10 +20,10 @@
2020
"start": "NODE_OPTIONS=--no-warnings gatsby develop"
2121
},
2222
"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",
2727
"@mdx-js/mdx": "^1.6.19",
2828
"@mdx-js/react": "^1.6.19",
2929
"@reach/router": "^1.2.1",

packages/yo-generators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"main": "generators/index.js",
1313
"name": "generator-lumx-component",
1414
"private": true,
15-
"version": "3.9.6"
15+
"version": "3.9.7"
1616
}

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3838,7 +3838,7 @@ __metadata:
38383838
languageName: node
38393839
linkType: hard
38403840

3841-
"@lumx/angularjs@^3.9.6, @lumx/angularjs@workspace:packages/lumx-angularjs":
3841+
"@lumx/angularjs@^3.9.7, @lumx/angularjs@workspace:packages/lumx-angularjs":
38423842
version: 0.0.0-use.local
38433843
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
38443844
dependencies:
@@ -3851,8 +3851,8 @@ __metadata:
38513851
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
38523852
"@babel/preset-env": ^7.18.10
38533853
"@babel/preset-typescript": ^7.18.6
3854-
"@lumx/core": ^3.9.6
3855-
"@lumx/icons": ^3.9.6
3854+
"@lumx/core": ^3.9.7
3855+
"@lumx/icons": ^3.9.7
38563856
babel-plugin-angularjs-annotate: ^0.10.0
38573857
clean-webpack-plugin: ^3.0.0
38583858
copy-webpack-plugin: ^5.1.1
@@ -3877,7 +3877,7 @@ __metadata:
38773877
languageName: unknown
38783878
linkType: soft
38793879

3880-
"@lumx/core@^3.9.6, @lumx/core@workspace:packages/lumx-core":
3880+
"@lumx/core@^3.9.7, @lumx/core@workspace:packages/lumx-core":
38813881
version: 0.0.0-use.local
38823882
resolution: "@lumx/core@workspace:packages/lumx-core"
38833883
dependencies:
@@ -3921,7 +3921,7 @@ __metadata:
39213921
languageName: unknown
39223922
linkType: soft
39233923

3924-
"@lumx/icons@^3.9.6, @lumx/icons@workspace:packages/lumx-icons":
3924+
"@lumx/icons@^3.9.7, @lumx/icons@workspace:packages/lumx-icons":
39253925
version: 0.0.0-use.local
39263926
resolution: "@lumx/icons@workspace:packages/lumx-icons"
39273927
dependencies:
@@ -3968,7 +3968,7 @@ __metadata:
39683968
languageName: unknown
39693969
linkType: soft
39703970

3971-
"@lumx/react@^3.9.6, @lumx/react@workspace:packages/lumx-react":
3971+
"@lumx/react@^3.9.7, @lumx/react@workspace:packages/lumx-react":
39723972
version: 0.0.0-use.local
39733973
resolution: "@lumx/react@workspace:packages/lumx-react"
39743974
dependencies:
@@ -3983,8 +3983,8 @@ __metadata:
39833983
"@babel/preset-env": ^7.18.10
39843984
"@babel/preset-react": ^7.18.6
39853985
"@babel/preset-typescript": ^7.18.6
3986-
"@lumx/core": ^3.9.6
3987-
"@lumx/icons": ^3.9.6
3986+
"@lumx/core": ^3.9.7
3987+
"@lumx/icons": ^3.9.7
39883988
"@popperjs/core": ^2.5.4
39893989
"@rollup/plugin-babel": ^6.0.4
39903990
"@rollup/plugin-commonjs": ^19.0.2
@@ -14555,7 +14555,7 @@ __metadata:
1455514555
eslint-config-prettier: ^9.1.0
1455614556
eslint-plugin-import: 2.26.0
1455714557
eslint-plugin-jsx-a11y: ^6.8.0
14558-
eslint-plugin-lumapps: ^3.9.6
14558+
eslint-plugin-lumapps: ^3.9.7
1455914559
eslint-plugin-prettier: 5.1.3
1456014560
eslint-plugin-react: ^7.29.4
1456114561
eslint-plugin-react-hooks: 4.6.0
@@ -14773,7 +14773,7 @@ __metadata:
1477314773
languageName: node
1477414774
linkType: hard
1477514775

14776-
"eslint-plugin-lumapps@^3.9.6, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
14776+
"eslint-plugin-lumapps@^3.9.7, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
1477714777
version: 0.0.0-use.local
1477814778
resolution: "eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps"
1477914779
languageName: unknown
@@ -23238,10 +23238,10 @@ fsevents@~2.1.2:
2323823238
version: 0.0.0-use.local
2323923239
resolution: "lumx-site-demo@workspace:packages/site-demo"
2324023240
dependencies:
23241-
"@lumx/angularjs": ^3.9.6
23242-
"@lumx/core": ^3.9.6
23243-
"@lumx/icons": ^3.9.6
23244-
"@lumx/react": ^3.9.6
23241+
"@lumx/angularjs": ^3.9.7
23242+
"@lumx/core": ^3.9.7
23243+
"@lumx/icons": ^3.9.7
23244+
"@lumx/react": ^3.9.7
2324523245
"@mdx-js/mdx": ^1.6.19
2324623246
"@mdx-js/react": ^1.6.19
2324723247
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)