Skip to content

Commit 72c748f

Browse files
author
github-actions
committed
chore(release): release v3.5.3
1 parent ccd18ab commit 72c748f

File tree

10 files changed

+32
-29
lines changed

10 files changed

+32
-29
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.5.3][] - 2023-08-30
11+
1012
### Changed
1113

1214
- Upgrade dependency `classnames` to v2.3.2
@@ -1807,5 +1809,6 @@ _Failed released_
18071809
[3.5.1]: https://github.com/lumapps/design-system/tree/v3.5.1
18081810

18091811

1810-
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.5.2...HEAD
1812+
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.5.3...HEAD
1813+
[3.5.3]: https://github.com/lumapps/design-system/compare/v3.5.2...v3.5.3
18111814
[3.5.2]: https://github.com/lumapps/design-system/tree/v3.5.2
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.5.2",
4+
"version": "3.5.3",
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.5.2",
13+
"version": "3.5.3",
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.5.2",
10-
"@lumx/icons": "^3.5.2",
9+
"@lumx/core": "^3.5.3",
10+
"@lumx/icons": "^3.5.3",
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.5.2",
42+
"version": "3.5.3",
4343
"devDependencies": {
4444
"@babel/core": "^7.18.13",
4545
"@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
@@ -40,7 +40,7 @@
4040
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
4141
},
4242
"sideEffects": false,
43-
"version": "3.5.2",
43+
"version": "3.5.3",
4444
"devDependencies": {
4545
"@babel/core": "^7.18.13",
4646
"@babel/plugin-proposal-class-properties": "^7.18.6",

packages/lumx-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"build": "rollup -c"
3636
},
3737
"sideEffects": false,
38-
"version": "3.5.2"
38+
"version": "3.5.3"
3939
}

packages/lumx-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"@juggle/resize-observer": "^3.2.0",
10-
"@lumx/core": "^3.5.2",
11-
"@lumx/icons": "^3.5.2",
10+
"@lumx/core": "^3.5.3",
11+
"@lumx/icons": "^3.5.3",
1212
"@popperjs/core": "^2.5.4",
1313
"body-scroll-lock": "^3.1.5",
1414
"classnames": "^2.3.2",
@@ -117,5 +117,5 @@
117117
"build:storybook": "storybook build"
118118
},
119119
"sideEffects": false,
120-
"version": "3.5.2"
120+
"version": "3.5.3"
121121
}

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.5.2",
3+
"version": "3.5.3",
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.5.2",
24-
"@lumx/core": "^3.5.2",
25-
"@lumx/icons": "^3.5.2",
26-
"@lumx/react": "^3.5.2",
23+
"@lumx/angularjs": "^3.5.3",
24+
"@lumx/core": "^3.5.3",
25+
"@lumx/icons": "^3.5.3",
26+
"@lumx/react": "^3.5.3",
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

Lines changed: 1 addition & 1 deletion
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.5.2"
15+
"version": "3.5.3"
1616
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6022,7 +6022,7 @@ __metadata:
60226022
languageName: node
60236023
linkType: hard
60246024

6025-
"@lumx/angularjs@^3.5.2, @lumx/angularjs@workspace:packages/lumx-angularjs":
6025+
"@lumx/angularjs@^3.5.3, @lumx/angularjs@workspace:packages/lumx-angularjs":
60266026
version: 0.0.0-use.local
60276027
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
60286028
dependencies:
@@ -6035,8 +6035,8 @@ __metadata:
60356035
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
60366036
"@babel/preset-env": ^7.18.10
60376037
"@babel/preset-typescript": ^7.18.6
6038-
"@lumx/core": ^3.5.2
6039-
"@lumx/icons": ^3.5.2
6038+
"@lumx/core": ^3.5.3
6039+
"@lumx/icons": ^3.5.3
60406040
babel-plugin-angularjs-annotate: ^0.10.0
60416041
clean-webpack-plugin: ^3.0.0
60426042
copy-webpack-plugin: ^5.1.1
@@ -6061,7 +6061,7 @@ __metadata:
60616061
languageName: unknown
60626062
linkType: soft
60636063

6064-
"@lumx/core@^3.5.2, @lumx/core@workspace:packages/lumx-core":
6064+
"@lumx/core@^3.5.3, @lumx/core@workspace:packages/lumx-core":
60656065
version: 0.0.0-use.local
60666066
resolution: "@lumx/core@workspace:packages/lumx-core"
60676067
dependencies:
@@ -6106,7 +6106,7 @@ __metadata:
61066106
languageName: unknown
61076107
linkType: soft
61086108

6109-
"@lumx/icons@^3.5.2, @lumx/icons@workspace:packages/lumx-icons":
6109+
"@lumx/icons@^3.5.3, @lumx/icons@workspace:packages/lumx-icons":
61106110
version: 0.0.0-use.local
61116111
resolution: "@lumx/icons@workspace:packages/lumx-icons"
61126112
dependencies:
@@ -6155,7 +6155,7 @@ __metadata:
61556155
languageName: unknown
61566156
linkType: soft
61576157

6158-
"@lumx/react@^3.5.2, @lumx/react@workspace:packages/lumx-react":
6158+
"@lumx/react@^3.5.3, @lumx/react@workspace:packages/lumx-react":
61596159
version: 0.0.0-use.local
61606160
resolution: "@lumx/react@workspace:packages/lumx-react"
61616161
dependencies:
@@ -6171,8 +6171,8 @@ __metadata:
61716171
"@babel/preset-react": ^7.18.6
61726172
"@babel/preset-typescript": ^7.18.6
61736173
"@juggle/resize-observer": ^3.2.0
6174-
"@lumx/core": ^3.5.2
6175-
"@lumx/icons": ^3.5.2
6174+
"@lumx/core": ^3.5.3
6175+
"@lumx/icons": ^3.5.3
61766176
"@popperjs/core": ^2.5.4
61776177
"@rollup/plugin-commonjs": ^15.0.0
61786178
"@rollup/plugin-node-resolve": 9.0.0
@@ -23863,10 +23863,10 @@ fsevents@~2.1.2:
2386323863
version: 0.0.0-use.local
2386423864
resolution: "lumx-site-demo@workspace:packages/site-demo"
2386523865
dependencies:
23866-
"@lumx/angularjs": ^3.5.2
23867-
"@lumx/core": ^3.5.2
23868-
"@lumx/icons": ^3.5.2
23869-
"@lumx/react": ^3.5.2
23866+
"@lumx/angularjs": ^3.5.3
23867+
"@lumx/core": ^3.5.3
23868+
"@lumx/icons": ^3.5.3
23869+
"@lumx/react": ^3.5.3
2387023870
"@mdx-js/mdx": ^1.6.19
2387123871
"@mdx-js/react": ^1.6.19
2387223872
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)