Skip to content

Commit 866cad2

Browse files
chore: publish v1.5.0-beta.9 [ci skip]
1 parent 909c2d8 commit 866cad2

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5.0-beta.9](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.8...v1.5.0-beta.9) (2022-01-14)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [1.5.0-beta.8](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.7...v1.5.0-beta.8) (2022-01-06)
715

816

examples/discovery-search-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5.0-beta.9](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.8...v1.5.0-beta.9) (2022-01-14)
7+
8+
**Note:** Version bump only for package discovery-search-app
9+
10+
11+
12+
13+
614
# [1.5.0-beta.8](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.7...v1.5.0-beta.8) (2022-01-06)
715

816

examples/discovery-search-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "discovery-search-app",
4-
"version": "1.5.0-beta.8",
4+
"version": "1.5.0-beta.9",
55
"description": "Discovery components example application used to showcase components in a full application",
66
"license": "Apache-2.0",
77
"author": "IBM Corp.",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@carbon/icons": "^10.5.0",
25-
"@ibm-watson/discovery-react-components": "^1.5.0-beta.8",
25+
"@ibm-watson/discovery-react-components": "^1.5.0-beta.9",
2626
"@ibm-watson/discovery-styles": "^1.5.0-beta.8",
2727
"body-parser": "^1.19.0",
2828
"carbon-components": "^10.6.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.5.0-beta.8",
5+
"version": "1.5.0-beta.9",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/discovery-react-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.5.0-beta.9](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.8...v1.5.0-beta.9) (2022-01-14)
7+
8+
**Note:** Version bump only for package @ibm-watson/discovery-react-components
9+
10+
11+
12+
13+
614
# [1.5.0-beta.8](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.7...v1.5.0-beta.8) (2022-01-06)
715

816

packages/discovery-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-watson/discovery-react-components",
3-
"version": "1.5.0-beta.8",
3+
"version": "1.5.0-beta.9",
44
"description": "Discovery components built with the React framework and IBM Carbon components",
55
"license": "Apache-2.0",
66
"author": "IBM Corp.",

0 commit comments

Comments
 (0)