Skip to content

Commit 282e8e2

Browse files
github-actionsgcornut
authored andcommitted
chore(release): release v3.6.7
1 parent 712ea77 commit 282e8e2

File tree

10 files changed

+34
-28
lines changed

10 files changed

+34
-28
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6.7][] - 2024-04-02
11+
1012
### Fixed
1113

1214
- `@lumx/core`: fix customization of selected button CSS variables
@@ -1945,3 +1947,7 @@ _Failed released_
19451947
[3.6.5]: https://github.com/lumapps/design-system/tree/v3.6.5
19461948
[unreleased]: https://github.com/lumapps/design-system/compare/v3.6.6...HEAD
19471949
[3.6.6]: https://github.com/lumapps/design-system/tree/v3.6.6
1950+
1951+
1952+
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.6.7...HEAD
1953+
[3.6.7]: https://github.com/lumapps/design-system/tree/v3.6.7
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.6.6",
4+
"version": "3.6.7",
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.6.6",
13+
"version": "3.6.7",
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.6.6",
10-
"@lumx/icons": "^3.6.6",
9+
"@lumx/core": "^3.6.7",
10+
"@lumx/icons": "^3.6.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.6.6",
42+
"version": "3.6.7",
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.6.6",
43+
"version": "3.6.7",
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
@@ -41,5 +41,5 @@
4141
"build": "rollup -c"
4242
},
4343
"sideEffects": false,
44-
"version": "3.6.6"
44+
"version": "3.6.7"
4545
}

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.6.6",
11-
"@lumx/icons": "^3.6.6",
10+
"@lumx/core": "^3.6.7",
11+
"@lumx/icons": "^3.6.7",
1212
"@popperjs/core": "^2.5.4",
1313
"body-scroll-lock": "^3.1.5",
1414
"classnames": "^2.3.2",
@@ -112,5 +112,5 @@
112112
"build:storybook": "storybook build"
113113
},
114114
"sideEffects": false,
115-
"version": "3.6.6"
115+
"version": "3.6.7"
116116
}

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.6.6",
3+
"version": "3.6.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.6.6",
24-
"@lumx/core": "^3.6.6",
25-
"@lumx/icons": "^3.6.6",
26-
"@lumx/react": "^3.6.6",
23+
"@lumx/angularjs": "^3.6.7",
24+
"@lumx/core": "^3.6.7",
25+
"@lumx/icons": "^3.6.7",
26+
"@lumx/react": "^3.6.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

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.6.6"
15+
"version": "3.6.7"
1616
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ __metadata:
37013701
languageName: node
37023702
linkType: hard
37033703

3704-
"@lumx/angularjs@^3.6.6, @lumx/angularjs@workspace:packages/lumx-angularjs":
3704+
"@lumx/angularjs@^3.6.7, @lumx/angularjs@workspace:packages/lumx-angularjs":
37053705
version: 0.0.0-use.local
37063706
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
37073707
dependencies:
@@ -3714,8 +3714,8 @@ __metadata:
37143714
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
37153715
"@babel/preset-env": ^7.18.10
37163716
"@babel/preset-typescript": ^7.18.6
3717-
"@lumx/core": ^3.6.6
3718-
"@lumx/icons": ^3.6.6
3717+
"@lumx/core": ^3.6.7
3718+
"@lumx/icons": ^3.6.7
37193719
babel-plugin-angularjs-annotate: ^0.10.0
37203720
clean-webpack-plugin: ^3.0.0
37213721
copy-webpack-plugin: ^5.1.1
@@ -3740,7 +3740,7 @@ __metadata:
37403740
languageName: unknown
37413741
linkType: soft
37423742

3743-
"@lumx/core@^3.6.6, @lumx/core@workspace:packages/lumx-core":
3743+
"@lumx/core@^3.6.7, @lumx/core@workspace:packages/lumx-core":
37443744
version: 0.0.0-use.local
37453745
resolution: "@lumx/core@workspace:packages/lumx-core"
37463746
dependencies:
@@ -3785,7 +3785,7 @@ __metadata:
37853785
languageName: unknown
37863786
linkType: soft
37873787

3788-
"@lumx/icons@^3.6.6, @lumx/icons@workspace:packages/lumx-icons":
3788+
"@lumx/icons@^3.6.7, @lumx/icons@workspace:packages/lumx-icons":
37893789
version: 0.0.0-use.local
37903790
resolution: "@lumx/icons@workspace:packages/lumx-icons"
37913791
dependencies:
@@ -3839,7 +3839,7 @@ __metadata:
38393839
languageName: unknown
38403840
linkType: soft
38413841

3842-
"@lumx/react@^3.6.6, @lumx/react@workspace:packages/lumx-react":
3842+
"@lumx/react@^3.6.7, @lumx/react@workspace:packages/lumx-react":
38433843
version: 0.0.0-use.local
38443844
resolution: "@lumx/react@workspace:packages/lumx-react"
38453845
dependencies:
@@ -3855,8 +3855,8 @@ __metadata:
38553855
"@babel/preset-react": ^7.18.6
38563856
"@babel/preset-typescript": ^7.18.6
38573857
"@juggle/resize-observer": ^3.2.0
3858-
"@lumx/core": ^3.6.6
3859-
"@lumx/icons": ^3.6.6
3858+
"@lumx/core": ^3.6.7
3859+
"@lumx/icons": ^3.6.7
38603860
"@popperjs/core": ^2.5.4
38613861
"@rollup/plugin-commonjs": ^15.0.0
38623862
"@rollup/plugin-node-resolve": 9.0.0
@@ -22458,10 +22458,10 @@ fsevents@~2.1.2:
2245822458
version: 0.0.0-use.local
2245922459
resolution: "lumx-site-demo@workspace:packages/site-demo"
2246022460
dependencies:
22461-
"@lumx/angularjs": ^3.6.6
22462-
"@lumx/core": ^3.6.6
22463-
"@lumx/icons": ^3.6.6
22464-
"@lumx/react": ^3.6.6
22461+
"@lumx/angularjs": ^3.6.7
22462+
"@lumx/core": ^3.6.7
22463+
"@lumx/icons": ^3.6.7
22464+
"@lumx/react": ^3.6.7
2246522465
"@mdx-js/mdx": ^1.6.19
2246622466
"@mdx-js/react": ^1.6.19
2246722467
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)