Skip to content

Commit

Permalink
chore(release): release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcornut committed Jan 21, 2021
1 parent 1bf146e commit f4ee24e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3][] - 2021-01-21

### Added

- Added `usePortal` prop to `Popover` component (default value is `true`) to be able to not use a portal in some cases.
Expand Down Expand Up @@ -959,3 +961,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.0.1]: https://github.com/lumapps/design-system/tree/v1.0.1
[unreleased]: https://github.com/lumapps/design-system/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/lumapps/design-system/tree/v1.0.2
[unreleased]: https://github.com/lumapps/design-system/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/lumapps/design-system/tree/v1.0.3
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"message": "chore(release): release %s"
}
},
"version": "1.0.2",
"version": "1.0.3",
"useWorkspaces": true,
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/lumx-angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/lumapps/design-system/issues"
},
"dependencies": {
"@lumx/core": "^1.0.2",
"@lumx/icons": "^1.0.2",
"@lumx/core": "^1.0.3",
"@lumx/icons": "^1.0.3",
"focus-visible": "^5.0.2",
"lodash": "4.17.19",
"popper.js": "^1.16.0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepare": "install-peers || exit 0",
"prepublishOnly": "yarn build"
},
"version": "1.0.2",
"version": "1.0.3",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "yarn build"
},
"sideEffects": false,
"version": "1.0.2",
"version": "1.0.3",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lumx-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"url": "git+https://github.com/lumapps/design-system.git"
},
"sideEffects": false,
"version": "1.0.2"
"version": "1.0.3"
}
6 changes: 3 additions & 3 deletions packages/lumx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@lumx/core": "^1.0.2",
"@lumx/icons": "^1.0.2",
"@lumx/core": "^1.0.3",
"@lumx/icons": "^1.0.3",
"@popperjs/core": "^2.5.4",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -123,7 +123,7 @@
"storybook": "start-storybook -s ../site-demo/static/ -p 9000"
},
"sideEffects": false,
"version": "1.0.2",
"version": "1.0.3",
"resolutions": {
"**/style-loader": "^1.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/site-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumx-site-demo",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"description": "The official LumApps Design System (LumX) demo site",
"bugs": {
Expand All @@ -20,10 +20,10 @@
"start": "NODE_OPTIONS=--no-warnings gatsby develop"
},
"dependencies": {
"@lumx/angularjs": "^1.0.2",
"@lumx/core": "^1.0.2",
"@lumx/icons": "^1.0.2",
"@lumx/react": "^1.0.2",
"@lumx/angularjs": "^1.0.3",
"@lumx/core": "^1.0.3",
"@lumx/icons": "^1.0.3",
"@lumx/react": "^1.0.3",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@reach/router": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/yo-generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"main": "generators/index.js",
"name": "generator-lumx-component",
"private": true,
"version": "1.0.2"
"version": "1.0.3"
}

0 comments on commit f4ee24e

Please sign in to comment.