Skip to content

Commit c98c841

Browse files
authored
Merge pull request #1064 from lumapps/release/3.6.1
chore(release): release v3.6.1
2 parents 3b09dd7 + a160f2c commit c98c841

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.1][] - 2024-01-05
11+
1012
### Added
1113

1214
- Text: add style customisation with `whiteSpace` props
@@ -1856,3 +1858,7 @@ _Failed released_
18561858
[3.6.0]: https://github.com/lumapps/design-system/compare/v3.5.5...v3.6.0
18571859
[3.5.5]: https://github.com/lumapps/design-system/compare/v3.5.4...v3.5.5
18581860
[3.5.4]: https://github.com/lumapps/design-system/tree/v3.5.4
1861+
1862+
1863+
[Unreleased]: https://github.com/lumapps/design-system/compare/v3.6.1...HEAD
1864+
[3.6.1]: https://github.com/lumapps/design-system/tree/v3.6.1
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.0",
4+
"version": "3.6.1",
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.0",
13+
"version": "3.6.1",
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.0",
10-
"@lumx/icons": "^3.6.0",
9+
"@lumx/core": "^3.6.1",
10+
"@lumx/icons": "^3.6.1",
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.0",
42+
"version": "3.6.1",
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.0",
43+
"version": "3.6.1",
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.0"
44+
"version": "3.6.1"
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.0",
11-
"@lumx/icons": "^3.6.0",
10+
"@lumx/core": "^3.6.1",
11+
"@lumx/icons": "^3.6.1",
1212
"@popperjs/core": "^2.5.4",
1313
"body-scroll-lock": "^3.1.5",
1414
"classnames": "^2.3.2",
@@ -113,5 +113,5 @@
113113
"build:storybook": "storybook build"
114114
},
115115
"sideEffects": false,
116-
"version": "3.6.0"
116+
"version": "3.6.1"
117117
}

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

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3855,7 +3855,7 @@ __metadata:
38553855
languageName: node
38563856
linkType: hard
38573857

3858-
"@lumx/angularjs@^3.6.0, @lumx/angularjs@workspace:packages/lumx-angularjs":
3858+
"@lumx/angularjs@^3.6.1, @lumx/angularjs@workspace:packages/lumx-angularjs":
38593859
version: 0.0.0-use.local
38603860
resolution: "@lumx/angularjs@workspace:packages/lumx-angularjs"
38613861
dependencies:
@@ -3868,8 +3868,8 @@ __metadata:
38683868
"@babel/plugin-proposal-private-property-in-object": ^7.18.6
38693869
"@babel/preset-env": ^7.18.10
38703870
"@babel/preset-typescript": ^7.18.6
3871-
"@lumx/core": ^3.6.0
3872-
"@lumx/icons": ^3.6.0
3871+
"@lumx/core": ^3.6.1
3872+
"@lumx/icons": ^3.6.1
38733873
babel-plugin-angularjs-annotate: ^0.10.0
38743874
clean-webpack-plugin: ^3.0.0
38753875
copy-webpack-plugin: ^5.1.1
@@ -3894,7 +3894,7 @@ __metadata:
38943894
languageName: unknown
38953895
linkType: soft
38963896

3897-
"@lumx/core@^3.6.0, @lumx/core@workspace:packages/lumx-core":
3897+
"@lumx/core@^3.6.1, @lumx/core@workspace:packages/lumx-core":
38983898
version: 0.0.0-use.local
38993899
resolution: "@lumx/core@workspace:packages/lumx-core"
39003900
dependencies:
@@ -3939,7 +3939,7 @@ __metadata:
39393939
languageName: unknown
39403940
linkType: soft
39413941

3942-
"@lumx/icons@^3.6.0, @lumx/icons@workspace:packages/lumx-icons":
3942+
"@lumx/icons@^3.6.1, @lumx/icons@workspace:packages/lumx-icons":
39433943
version: 0.0.0-use.local
39443944
resolution: "@lumx/icons@workspace:packages/lumx-icons"
39453945
dependencies:
@@ -3992,7 +3992,7 @@ __metadata:
39923992
languageName: unknown
39933993
linkType: soft
39943994

3995-
"@lumx/react@^3.6.0, @lumx/react@workspace:packages/lumx-react":
3995+
"@lumx/react@^3.6.1, @lumx/react@workspace:packages/lumx-react":
39963996
version: 0.0.0-use.local
39973997
resolution: "@lumx/react@workspace:packages/lumx-react"
39983998
dependencies:
@@ -4008,8 +4008,8 @@ __metadata:
40084008
"@babel/preset-react": ^7.18.6
40094009
"@babel/preset-typescript": ^7.18.6
40104010
"@juggle/resize-observer": ^3.2.0
4011-
"@lumx/core": ^3.6.0
4012-
"@lumx/icons": ^3.6.0
4011+
"@lumx/core": ^3.6.1
4012+
"@lumx/icons": ^3.6.1
40134013
"@popperjs/core": ^2.5.4
40144014
"@rollup/plugin-commonjs": ^15.0.0
40154015
"@rollup/plugin-node-resolve": 9.0.0
@@ -22742,10 +22742,10 @@ fsevents@~2.1.2:
2274222742
version: 0.0.0-use.local
2274322743
resolution: "lumx-site-demo@workspace:packages/site-demo"
2274422744
dependencies:
22745-
"@lumx/angularjs": ^3.6.0
22746-
"@lumx/core": ^3.6.0
22747-
"@lumx/icons": ^3.6.0
22748-
"@lumx/react": ^3.6.0
22745+
"@lumx/angularjs": ^3.6.1
22746+
"@lumx/core": ^3.6.1
22747+
"@lumx/icons": ^3.6.1
22748+
"@lumx/react": ^3.6.1
2274922749
"@mdx-js/mdx": ^1.6.19
2275022750
"@mdx-js/react": ^1.6.19
2275122751
"@reach/router": ^1.2.1

0 commit comments

Comments
 (0)