Skip to content

Commit 92889ef

Browse files
committed
chore(release): publish v1.16.9
1 parent deaf307 commit 92889ef

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.16.9](https://github.com/wework/ray/compare/v1.16.8...v1.16.9) (2021-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* update docs and test publish scripts ([#287](https://github.com/wework/ray/issues/287)) ([deaf307](https://github.com/wework/ray/commit/deaf307))
12+
13+
14+
15+
16+
617
## [1.16.8](https://github.com/wework/ray/compare/v1.16.7...v1.16.8) (2021-03-30)
718

819
**Note:** Version bump only for package root

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"packages": [
1414
"packages/*"
1515
],
16-
"version": "1.16.8",
16+
"version": "1.16.9",
1717
"npmClient": "yarn",
1818
"useWorkspaces": true
1919
}

packages/core-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.16.9](https://github.com/wework/ray/compare/v1.16.8...v1.16.9) (2021-04-05)
7+
8+
**Note:** Version bump only for package @wework/ray-core-react
9+
10+
11+
12+
13+
614
## [1.16.7](https://github.com/wework/ray/compare/v1.16.6...v1.16.7) (2021-03-10)
715

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

packages/core-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wework/ray-core-react",
3-
"version": "1.16.7",
3+
"version": "1.16.9",
44
"description": "A React wrapper component library for the Ray design system",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",
@@ -22,7 +22,7 @@
2222
"directory": "packages/core-react"
2323
},
2424
"dependencies": {
25-
"@wework/ray-core": "^1.16.7",
25+
"@wework/ray-core": "^1.16.9",
2626
"clsx": "^1.0.4"
2727
},
2828
"peerDependencies": {

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.16.9](https://github.com/wework/ray/compare/v1.16.8...v1.16.9) (2021-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* update docs and test publish scripts ([#287](https://github.com/wework/ray/issues/287)) ([deaf307](https://github.com/wework/ray/commit/deaf307))
12+
13+
14+
15+
16+
617
## [1.16.7](https://github.com/wework/ray/compare/v1.16.6...v1.16.7) (2021-03-10)
718

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

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wework/ray-core",
3-
"version": "1.16.7",
3+
"version": "1.16.9",
44
"main": "umd/index.js",
55
"module": "es/index.js",
66
"style": "css/ray-core.min.css",

packages/docs-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.16.9](https://github.com/wework/ray/compare/v1.16.8...v1.16.9) (2021-04-05)
7+
8+
**Note:** Version bump only for package ray-website-gatsby
9+
10+
11+
12+
13+
614
## [1.16.8](https://github.com/wework/ray/compare/v1.16.7...v1.16.8) (2021-03-30)
715

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

packages/docs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ray-website-gatsby",
33
"description": "Ray Design System website",
44
"private": true,
5-
"version": "1.16.8",
5+
"version": "1.16.9",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

packages/product-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.16.9](https://github.com/wework/ray/compare/v1.16.8...v1.16.9) (2021-04-05)
7+
8+
**Note:** Version bump only for package @wework/ray-product-react
9+
10+
11+
12+
13+
614
## [1.16.7](https://github.com/wework/ray/compare/v1.16.6...v1.16.7) (2021-03-10)
715

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

packages/product-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wework/ray-product-react",
3-
"version": "1.16.7",
3+
"version": "1.16.9",
44
"description": "",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",
@@ -17,8 +17,8 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@babel/preset-typescript": "^7.3.3",
20-
"@wework/ray-core": "^1.16.7",
21-
"@wework/ray-core-react": "^1.16.7",
20+
"@wework/ray-core": "^1.16.9",
21+
"@wework/ray-core-react": "^1.16.9",
2222
"clsx": "^1.0.4",
2323
"typescript": "^3.6.2"
2424
},

0 commit comments

Comments
 (0)