Skip to content

Commit bc88783

Browse files
lumbotgcornut
authored andcommitted
chore(release): release v3.18.0
1 parent 1ec0b27 commit bc88783

File tree

11 files changed

+36
-33
lines changed

11 files changed

+36
-33
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.18.0][] - 2025-10-03
11+
1012
### Fixed
1113

1214
- `Popover`, `Dialog` & `Lightbox`: fix close on click away across shadow DOM boundary
@@ -2332,7 +2334,8 @@ _Failed released_
23322334
[3.7.0]: https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
23332335
[3.6.8]: https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
23342336
[3.6.7]: https://github.com/lumapps/design-system/tree/v3.6.7
2335-
[Unreleased]: https://github.com/lumapps/design-system/compare/3.17.2...HEAD
2337+
[Unreleased]: https://github.com/lumapps/design-system/compare/3.18.0...HEAD
2338+
[3.18.0]: https://github.com/lumapps/design-system/compare/3.17.2...3.18.0
23362339
[3.17.2]: https://github.com/lumapps/design-system/compare/3.17.1...3.17.2
23372340
[3.17.1]: https://github.com/lumapps/design-system/compare/3.17.0...3.17.1
23382341
[3.17.0]: https://github.com/lumapps/design-system/compare/3.16.0...3.17.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-lumapps",
33
"private": true,
4-
"version": "3.17.2",
4+
"version": "3.18.0",
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.17.2",
17+
"eslint-plugin-lumapps": "^3.18.0",
1818
"eslint-plugin-prettier": "5.1.3",
1919
"eslint-plugin-react": "^7.29.4",
2020
"eslint-plugin-react-hooks": "4.6.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-lumapps",
33
"private": true,
4-
"version": "3.17.2",
4+
"version": "3.18.0",
55
"license": "MIT",
66
"main": "index.js"
77
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"message": "chore(release): release %s"
1111
}
1212
},
13-
"version": "3.17.2",
13+
"version": "3.18.0",
1414
"useWorkspaces": true,
1515
"npmClient": "yarn"
1616
}

packages/lumx-angularjs/package.json

Lines changed: 3 additions & 3 deletions
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.17.2",
10-
"@lumx/icons": "^3.17.2",
9+
"@lumx/core": "^3.18.0",
10+
"@lumx/icons": "^3.18.0",
1111
"focus-visible": "^5.0.2",
1212
"lodash": "4.17.21",
1313
"popper.js": "^1.16.0"
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"build": "webpack"
3535
},
36-
"version": "3.17.2",
36+
"version": "3.18.0",
3737
"devDependencies": {
3838
"@babel/core": "^7.26.10",
3939
"@babel/plugin-proposal-class-properties": "^7.18.6",

packages/lumx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
3434
},
3535
"sideEffects": false,
36-
"version": "3.17.2",
36+
"version": "3.18.0",
3737
"devDependencies": {
3838
"@rollup/plugin-commonjs": "^19.0.2",
3939
"@rollup/plugin-terser": "^0.4.4",

packages/lumx-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"build": "./build.cjs"
3535
},
3636
"sideEffects": false,
37-
"version": "3.17.2"
37+
"version": "3.18.0"
3838
}

packages/lumx-react/package.json

Lines changed: 3 additions & 3 deletions
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.17.2",
10-
"@lumx/icons": "^3.17.2",
9+
"@lumx/core": "^3.18.0",
10+
"@lumx/icons": "^3.18.0",
1111
"@popperjs/core": "^2.5.4",
1212
"body-scroll-lock": "^3.1.5",
1313
"classnames": "^2.3.2",
@@ -105,5 +105,5 @@
105105
"build:storybook": "storybook build"
106106
},
107107
"sideEffects": false,
108-
"version": "3.17.2"
108+
"version": "3.18.0"
109109
}

packages/site-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumx-site-demo",
3-
"version": "3.17.2",
3+
"version": "3.18.0",
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.17.2",
24-
"@lumx/core": "^3.17.2",
25-
"@lumx/icons": "^3.17.2",
26-
"@lumx/react": "^3.17.2",
23+
"@lumx/angularjs": "^3.18.0",
24+
"@lumx/core": "^3.18.0",
25+
"@lumx/icons": "^3.18.0",
26+
"@lumx/react": "^3.18.0",
2727
"@mdx-js/mdx": "^1.6.22",
2828
"@mdx-js/react": "^1.6.22",
2929
"@reach/router": "^1.2.1",

packages/yo-generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"main": "generators/index.js",
1212
"name": "generator-lumx-component",
1313
"private": true,
14-
"version": "3.17.2"
14+
"version": "3.18.0"
1515
}

0 commit comments

Comments
 (0)