Skip to content

Commit 06a2990

Browse files
lumbotgcornut
authored andcommitted
chore(release): release v3.9.5
1 parent 2cc59bb commit 06a2990

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.5][] - 2024-11-06
11+
1012
### Fixed
1113

1214
- `Chip`: trigger onClick when `Enter` key is pressed
@@ -2122,7 +2124,8 @@ _Failed released_
21222124
[3.7.0]: https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
21232125
[3.6.8]: https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
21242126
[3.6.7]: https://github.com/lumapps/design-system/tree/v3.6.7
2125-
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.9.4...HEAD
2127+
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.9.5...HEAD
2128+
[3.9.5]: https://github.com/lumapps/design-system/compare/v3.9.4...v3.9.5
21262129
[3.9.4]: https://github.com/lumapps/design-system/compare/v3.9.3...v3.9.4
21272130
[3.9.3]: https://github.com/lumapps/design-system/compare/v3.9.2...v3.9.3
21282131
[3.9.2]: https://github.com/lumapps/design-system/compare/v3.9.1...v3.9.2

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.4",
4+
"version": "3.9.5",
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.4",
17+
"eslint-plugin-lumapps": "^3.9.5",
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.4",
4+
"version": "3.9.5",
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.4",
13+
"version": "3.9.5",
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.4",
10-
"@lumx/icons": "^3.9.4",
9+
"@lumx/core": "^3.9.5",
10+
"@lumx/icons": "^3.9.5",
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.4",
42+
"version": "3.9.5",
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.4",
43+
"version": "3.9.5",
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.4"
48+
"version": "3.9.5"
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.4",
10-
"@lumx/icons": "^3.9.4",
9+
"@lumx/core": "^3.9.5",
10+
"@lumx/icons": "^3.9.5",
1111
"@popperjs/core": "^2.5.4",
1212
"body-scroll-lock": "^3.1.5",
1313
"classnames": "^2.3.2",
@@ -111,5 +111,5 @@
111111
"build:storybook": "storybook build"
112112
},
113113
"sideEffects": false,
114-
"version": "3.9.4"
114+
"version": "3.9.5"
115115
}

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.4",
3+
"version": "3.9.5",
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.4",
24-
"@lumx/core": "^3.9.4",
25-
"@lumx/icons": "^3.9.4",
26-
"@lumx/react": "^3.9.4",
23+
"@lumx/angularjs": "^3.9.5",
24+
"@lumx/core": "^3.9.5",
25+
"@lumx/icons": "^3.9.5",
26+
"@lumx/react": "^3.9.5",
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.4"
15+
"version": "3.9.5"
1616
}

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3708,7 +3708,7 @@ __metadata:
37083708
languageName: node
37093709
linkType: hard
37103710

3711-
"@lumx/angularjs@^3.9.4, @lumx/angularjs@workspace:packages/lumx-angularjs":
3711+
"@lumx/angularjs@^3.9.5, @lumx/angularjs@workspace:packages/lumx-angularjs":
37123712
version: 0.0.0-use.local
37133713
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
37143714
dependencies:
@@ -3721,8 +3721,8 @@ __metadata:
37213721
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
37223722
"@babel/preset-env": ^7.18.10
37233723
"@babel/preset-typescript": ^7.18.6
3724-
"@lumx/core": ^3.9.4
3725-
"@lumx/icons": ^3.9.4
3724+
"@lumx/core": ^3.9.5
3725+
"@lumx/icons": ^3.9.5
37263726
babel-plugin-angularjs-annotate: ^0.10.0
37273727
clean-webpack-plugin: ^3.0.0
37283728
copy-webpack-plugin: ^5.1.1
@@ -3747,7 +3747,7 @@ __metadata:
37473747
languageName: unknown
37483748
linkType: soft
37493749

3750-
"@lumx/core@^3.9.4, @lumx/core@workspace:packages/lumx-core":
3750+
"@lumx/core@^3.9.5, @lumx/core@workspace:packages/lumx-core":
37513751
version: 0.0.0-use.local
37523752
resolution: "@lumx/core@workspace:packages/lumx-core"
37533753
dependencies:
@@ -3791,7 +3791,7 @@ __metadata:
37913791
languageName: unknown
37923792
linkType: soft
37933793

3794-
"@lumx/icons@^3.9.4, @lumx/icons@workspace:packages/lumx-icons":
3794+
"@lumx/icons@^3.9.5, @lumx/icons@workspace:packages/lumx-icons":
37953795
version: 0.0.0-use.local
37963796
resolution: "@lumx/icons@workspace:packages/lumx-icons"
37973797
dependencies:
@@ -3838,7 +3838,7 @@ __metadata:
38383838
languageName: unknown
38393839
linkType: soft
38403840

3841-
"@lumx/react@^3.9.4, @lumx/react@workspace:packages/lumx-react":
3841+
"@lumx/react@^3.9.5, @lumx/react@workspace:packages/lumx-react":
38423842
version: 0.0.0-use.local
38433843
resolution: "@lumx/react@workspace:packages/lumx-react"
38443844
dependencies:
@@ -3853,8 +3853,8 @@ __metadata:
38533853
"@babel/preset-env": ^7.18.10
38543854
"@babel/preset-react": ^7.18.6
38553855
"@babel/preset-typescript": ^7.18.6
3856-
"@lumx/core": ^3.9.4
3857-
"@lumx/icons": ^3.9.4
3856+
"@lumx/core": ^3.9.5
3857+
"@lumx/icons": ^3.9.5
38583858
"@popperjs/core": ^2.5.4
38593859
"@rollup/plugin-commonjs": ^15.0.0
38603860
"@rollup/plugin-node-resolve": 9.0.0
@@ -14401,7 +14401,7 @@ __metadata:
1440114401
eslint-config-prettier: ^9.1.0
1440214402
eslint-plugin-import: 2.26.0
1440314403
eslint-plugin-jsx-a11y: ^6.8.0
14404-
eslint-plugin-lumapps: ^3.9.4
14404+
eslint-plugin-lumapps: ^3.9.5
1440514405
eslint-plugin-prettier: 5.1.3
1440614406
eslint-plugin-react: ^7.29.4
1440714407
eslint-plugin-react-hooks: 4.6.0
@@ -14619,7 +14619,7 @@ __metadata:
1461914619
languageName: node
1462014620
linkType: hard
1462114621

14622-
"eslint-plugin-lumapps@^3.9.4, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
14622+
"eslint-plugin-lumapps@^3.9.5, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
1462314623
version: 0.0.0-use.local
1462414624
resolution: "eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps"
1462514625
languageName: unknown
@@ -23086,10 +23086,10 @@ fsevents@~2.1.2:
2308623086
version: 0.0.0-use.local
2308723087
resolution: "lumx-site-demo@workspace:packages/site-demo"
2308823088
dependencies:
23089-
"@lumx/angularjs": ^3.9.4
23090-
"@lumx/core": ^3.9.4
23091-
"@lumx/icons": ^3.9.4
23092-
"@lumx/react": ^3.9.4
23089+
"@lumx/angularjs": ^3.9.5
23090+
"@lumx/core": ^3.9.5
23091+
"@lumx/icons": ^3.9.5
23092+
"@lumx/react": ^3.9.5
2309323093
"@mdx-js/mdx": ^1.6.19
2309423094
"@mdx-js/react": ^1.6.19
2309523095
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)