Skip to content

Commit 53ea21a

Browse files
committed
chore(release): release v0.24.3
1 parent 4d874ca commit 53ea21a

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 4 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+
## [0.24.3][] - 2020-06-24
11+
1012
### Fixed
1113

1214
- _[BREAKING]_ Changed `thumbnailProps` prop type from `LinkPreview` to avoid typescript throwing an error if `thumbnailProps.image` was not specified even though it is already set by the `image` prop.
@@ -534,3 +536,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
534536
[0.24.0]: https://github.com/lumapps/design-system/tree/v0.24.0
535537
[unreleased]: https://github.com/lumapps/design-system/compare/v0.24.2...HEAD
536538
[0.24.2]: https://github.com/lumapps/design-system/tree/v0.24.2
539+
[unreleased]: https://github.com/lumapps/design-system/compare/v0.24.3...HEAD
540+
[0.24.3]: https://github.com/lumapps/design-system/tree/v0.24.3

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": "0.24.2",
13+
"version": "0.24.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": "^0.24.2",
10-
"@lumx/icons": "^0.24.2",
9+
"@lumx/core": "^0.24.3",
10+
"@lumx/icons": "^0.24.3",
1111
"angular": "^1.7.8",
1212
"focus-visible": "^5.0.2",
1313
"jquery": "^3.3.1",
@@ -41,7 +41,7 @@
4141
"build": "webpack",
4242
"prepublishOnly": "yarn build"
4343
},
44-
"version": "0.24.2",
44+
"version": "0.24.3",
4545
"devDependencies": {
4646
"@babel/core": "^7.8.3",
4747
"@babel/plugin-proposal-class-properties": "^7.8.3",

packages/lumx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prepublishOnly": "yarn build"
4444
},
4545
"sideEffects": false,
46-
"version": "0.24.2",
46+
"version": "0.24.3",
4747
"devDependencies": {
4848
"@babel/core": "^7.8.3",
4949
"@babel/plugin-proposal-class-properties": "^7.8.3",

packages/lumx-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"url": "git+https://github.com/lumapps/design-system.git"
2222
},
2323
"sideEffects": false,
24-
"version": "0.24.2"
24+
"version": "0.24.3"
2525
}

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": "^0.24.2",
10-
"@lumx/icons": "^0.24.2",
9+
"@lumx/core": "^0.24.3",
10+
"@lumx/icons": "^0.24.3",
1111
"body-scroll-lock": "^2.6.4",
1212
"classnames": "^2.2.6",
1313
"focus-trap-react": "^6.0.0",
@@ -117,5 +117,5 @@
117117
"storybook": "start-storybook -p 9000"
118118
},
119119
"sideEffects": false,
120-
"version": "0.24.2"
120+
"version": "0.24.3"
121121
}

packages/site-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"url": "https://github.com/lumapps/design-system/issues"
77
},
88
"dependencies": {
9-
"@lumx/angularjs": "^0.24.2",
10-
"@lumx/core": "^0.24.2",
11-
"@lumx/icons": "^0.24.2",
12-
"@lumx/react": "^0.24.2",
9+
"@lumx/angularjs": "^0.24.3",
10+
"@lumx/core": "^0.24.3",
11+
"@lumx/icons": "^0.24.3",
12+
"@lumx/react": "^0.24.3",
1313
"angular": "^1.7.8",
1414
"classnames": "^2.2.6",
1515
"intersection-observer": "^0.7.0",
@@ -83,5 +83,5 @@
8383
"build": "webpack",
8484
"start": "NODE_ENV=development webpack-dev-server"
8585
},
86-
"version": "0.24.2"
86+
"version": "0.24.3"
8787
}

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": "0.24.2"
15+
"version": "0.24.3"
1616
}

0 commit comments

Comments
 (0)