Skip to content

Commit

Permalink
chore(release): publish v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider committed Sep 17, 2019
1 parent d4230db commit 88728cb
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.3](https://github.com/wework/ray/compare/v1.12.2...v1.12.3) (2019-09-17)


### Bug Fixes

* **chip:** add disabled state ([#231](https://github.com/wework/ray/issues/231)) ([d4230db](https://github.com/wework/ray/commit/d4230db))





## [1.12.2](https://github.com/wework/ray/compare/v1.12.1...v1.12.2) (2019-09-16)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages": [
"packages/*"
],
"version": "1.12.2",
"version": "1.12.3",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.3](https://github.com/wework/ray/compare/v1.12.2...v1.12.3) (2019-09-17)

**Note:** Version bump only for package @wework/ray-core-react





## [1.12.2](https://github.com/wework/ray/compare/v1.12.1...v1.12.2) (2019-09-16)

**Note:** Version bump only for package @wework/ray-core-react
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wework/ray-core-react",
"version": "1.12.2",
"version": "1.12.3",
"description": "A React wrapper component library for the Ray design system",
"main": "dist/umd/index.js",
"module": "dist/es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "WeWork Companies Inc.",
"license": "Apache-2.0",
"dependencies": {
"@wework/ray-core": "^1.9.0",
"@wework/ray-core": "^1.12.3",
"clsx": "^1.0.4"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.3](https://github.com/wework/ray/compare/v1.12.2...v1.12.3) (2019-09-17)


### Bug Fixes

* **chip:** add disabled state ([#231](https://github.com/wework/ray/issues/231)) ([d4230db](https://github.com/wework/ray/commit/d4230db))





# 1.9.0 (2019-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wework/ray-core",
"version": "1.9.0",
"version": "1.12.3",
"main": "umd/index.js",
"module": "es/index.js",
"style": "css/ray-core.min.css",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.3](https://github.com/wework/ray/compare/v1.12.2...v1.12.3) (2019-09-17)

**Note:** Version bump only for package ray-website-gatsby





## [1.12.2](https://github.com/wework/ray/compare/v1.12.1...v1.12.2) (2019-09-16)

**Note:** Version bump only for package ray-website-gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ray-website-gatsby",
"description": "Ray Design System website",
"private": true,
"version": "1.12.2",
"version": "1.12.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/product-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.3](https://github.com/wework/ray/compare/v1.12.2...v1.12.3) (2019-09-17)

**Note:** Version bump only for package @wework/ray-product-react





## [1.12.2](https://github.com/wework/ray/compare/v1.12.1...v1.12.2) (2019-09-16)

**Note:** Version bump only for package @wework/ray-product-react
Expand Down
6 changes: 3 additions & 3 deletions packages/product-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wework/ray-product-react",
"version": "1.12.2",
"version": "1.12.3",
"description": "",
"main": "dist/umd/index.js",
"module": "dist/es/index.js",
Expand All @@ -17,8 +17,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/preset-typescript": "^7.3.3",
"@wework/ray-core": "^1.9.0",
"@wework/ray-core-react": "^1.12.2",
"@wework/ray-core": "^1.12.3",
"@wework/ray-core-react": "^1.12.3",
"clsx": "^1.0.4",
"typescript": "^3.6.2"
},
Expand Down

0 comments on commit 88728cb

Please sign in to comment.