Skip to content

Commit 2fda970

Browse files
lumbotgcornut
authored andcommitted
chore(release): release v3.13.0
1 parent d455a06 commit 2fda970

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.13.0][] - 2025-03-27
11+
1012
### Added
1113

1214
- `InputLabel`: add `typography` prop
@@ -2237,7 +2239,8 @@ _Failed released_
22372239
[3.7.0]: https://github.com/lumapps/design-system/compare/v3.6.8...v3.7.0
22382240
[3.6.8]: https://github.com/lumapps/design-system/compare/v3.6.7...v3.6.8
22392241
[3.6.7]: https://github.com/lumapps/design-system/tree/v3.6.7
2240-
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.12.0...HEAD
2242+
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.13.0...HEAD
2243+
[3.13.0]: https://github.com/lumapps/design-system/compare/v3.12.0...v3.13.0
22412244
[3.12.0]: https://github.com/lumapps/design-system/compare/v3.11.3...v3.12.0
22422245
[3.11.3]: https://github.com/lumapps/design-system/compare/v3.11.2...v3.11.3
22432246
[3.11.2]: https://github.com/lumapps/design-system/compare/v3.11.1...v3.11.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.12.0",
4+
"version": "3.13.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.12.0",
17+
"eslint-plugin-lumapps": "^3.13.0",
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.12.0",
4+
"version": "3.13.0",
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.12.0",
13+
"version": "3.13.0",
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.12.0",
10-
"@lumx/icons": "^3.12.0",
9+
"@lumx/core": "^3.13.0",
10+
"@lumx/icons": "^3.13.0",
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.12.0",
42+
"version": "3.13.0",
4343
"devDependencies": {
4444
"@babel/core": "^7.26.10",
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.12.0",
43+
"version": "3.13.0",
4444
"devDependencies": {
4545
"@babel/core": "^7.26.10",
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.12.0"
48+
"version": "3.13.0"
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.12.0",
10-
"@lumx/icons": "^3.12.0",
9+
"@lumx/core": "^3.13.0",
10+
"@lumx/icons": "^3.13.0",
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.12.0"
113+
"version": "3.13.0"
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.12.0",
3+
"version": "3.13.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.12.0",
24-
"@lumx/core": "^3.12.0",
25-
"@lumx/icons": "^3.12.0",
26-
"@lumx/react": "^3.12.0",
23+
"@lumx/angularjs": "^3.13.0",
24+
"@lumx/core": "^3.13.0",
25+
"@lumx/icons": "^3.13.0",
26+
"@lumx/react": "^3.13.0",
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.12.0"
15+
"version": "3.13.0"
1616
}

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3636,7 +3636,7 @@ __metadata:
36363636
languageName: node
36373637
linkType: hard
36383638

3639-
"@lumx/angularjs@^3.12.0, @lumx/angularjs@workspace:packages/lumx-angularjs":
3639+
"@lumx/angularjs@^3.13.0, @lumx/angularjs@workspace:packages/lumx-angularjs":
36403640
version: 0.0.0-use.local
36413641
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
36423642
dependencies:
@@ -3649,8 +3649,8 @@ __metadata:
36493649
"@babel/plugin-proposal-private-property-in-object": ^7.21.11
36503650
"@babel/preset-env": ^7.26.9
36513651
"@babel/preset-typescript": ^7.26.0
3652-
"@lumx/core": ^3.12.0
3653-
"@lumx/icons": ^3.12.0
3652+
"@lumx/core": ^3.13.0
3653+
"@lumx/icons": ^3.13.0
36543654
babel-plugin-angularjs-annotate: ^0.10.0
36553655
clean-webpack-plugin: ^3.0.0
36563656
copy-webpack-plugin: ^5.1.1
@@ -3675,7 +3675,7 @@ __metadata:
36753675
languageName: unknown
36763676
linkType: soft
36773677

3678-
"@lumx/core@^3.12.0, @lumx/core@workspace:packages/lumx-core":
3678+
"@lumx/core@^3.13.0, @lumx/core@workspace:packages/lumx-core":
36793679
version: 0.0.0-use.local
36803680
resolution: "@lumx/core@workspace:packages/lumx-core"
36813681
dependencies:
@@ -3719,7 +3719,7 @@ __metadata:
37193719
languageName: unknown
37203720
linkType: soft
37213721

3722-
"@lumx/icons@^3.12.0, @lumx/icons@workspace:packages/lumx-icons":
3722+
"@lumx/icons@^3.13.0, @lumx/icons@workspace:packages/lumx-icons":
37233723
version: 0.0.0-use.local
37243724
resolution: "@lumx/icons@workspace:packages/lumx-icons"
37253725
dependencies:
@@ -3766,7 +3766,7 @@ __metadata:
37663766
languageName: unknown
37673767
linkType: soft
37683768

3769-
"@lumx/react@^3.12.0, @lumx/react@workspace:packages/lumx-react":
3769+
"@lumx/react@^3.13.0, @lumx/react@workspace:packages/lumx-react":
37703770
version: 0.0.0-use.local
37713771
resolution: "@lumx/react@workspace:packages/lumx-react"
37723772
dependencies:
@@ -3781,8 +3781,8 @@ __metadata:
37813781
"@babel/preset-env": ^7.26.9
37823782
"@babel/preset-react": ^7.26.3
37833783
"@babel/preset-typescript": ^7.26.0
3784-
"@lumx/core": ^3.12.0
3785-
"@lumx/icons": ^3.12.0
3784+
"@lumx/core": ^3.13.0
3785+
"@lumx/icons": ^3.13.0
37863786
"@popperjs/core": ^2.5.4
37873787
"@rollup/plugin-babel": ^6.0.4
37883788
"@rollup/plugin-commonjs": ^19.0.2
@@ -14367,7 +14367,7 @@ __metadata:
1436714367
eslint-config-prettier: ^9.1.0
1436814368
eslint-plugin-import: 2.26.0
1436914369
eslint-plugin-jsx-a11y: ^6.8.0
14370-
eslint-plugin-lumapps: ^3.12.0
14370+
eslint-plugin-lumapps: ^3.13.0
1437114371
eslint-plugin-prettier: 5.1.3
1437214372
eslint-plugin-react: ^7.29.4
1437314373
eslint-plugin-react-hooks: 4.6.0
@@ -14585,7 +14585,7 @@ __metadata:
1458514585
languageName: node
1458614586
linkType: hard
1458714587

14588-
"eslint-plugin-lumapps@^3.12.0, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
14588+
"eslint-plugin-lumapps@^3.13.0, eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps":
1458914589
version: 0.0.0-use.local
1459014590
resolution: "eslint-plugin-lumapps@workspace:dev-packages/eslint-plugin-lumapps"
1459114591
languageName: unknown
@@ -23041,10 +23041,10 @@ fsevents@~2.1.2:
2304123041
version: 0.0.0-use.local
2304223042
resolution: "lumx-site-demo@workspace:packages/site-demo"
2304323043
dependencies:
23044-
"@lumx/angularjs": ^3.12.0
23045-
"@lumx/core": ^3.12.0
23046-
"@lumx/icons": ^3.12.0
23047-
"@lumx/react": ^3.12.0
23044+
"@lumx/angularjs": ^3.13.0
23045+
"@lumx/core": ^3.13.0
23046+
"@lumx/icons": ^3.13.0
23047+
"@lumx/react": ^3.13.0
2304823048
"@mdx-js/mdx": ^1.6.19
2304923049
"@mdx-js/react": ^1.6.19
2305023050
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)