Skip to content

Commit

Permalink
chore: publish v1.5.0-beta.28 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
watson-github-bot committed Mar 11, 2022
1 parent 08b2c1a commit 19c675d
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 18 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.5.0-beta.28](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.27...v1.5.0-beta.28) (2022-03-11)


### Features

* add state change event to DocumentPreview component ([#320](https://github.com/watson-developer-cloud/discovery-components/issues/320)) ([08b2c1a](https://github.com/watson-developer-cloud/discovery-components/commit/08b2c1a3a4b5733bc42397f73320ee7a1dbaf096))





# [1.5.0-beta.27](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.26...v1.5.0-beta.27) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
}</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.4315a3a753195d6286a6.bundle.js"></script><script src="vendors~main.4315a3a753195d6286a6.bundle.js"></script><script src="main.4315a3a753195d6286a6.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.f43e08b0b2dc1656e266.bundle.js"></script><script src="vendors~main.f43e08b0b2dc1656e266.bundle.js"></script><script src="main.f43e08b0b2dc1656e266.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/storybook/main.4315a3a753195d6286a6.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/storybook/main.f43e08b0b2dc1656e266.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions examples/discovery-search-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.5.0-beta.28](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.27...v1.5.0-beta.28) (2022-03-11)

**Note:** Version bump only for package discovery-search-app





# [1.5.0-beta.27](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.26...v1.5.0-beta.27) (2022-03-10)

**Note:** Version bump only for package discovery-search-app
Expand Down
4 changes: 2 additions & 2 deletions examples/discovery-search-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "discovery-search-app",
"version": "1.5.0-beta.27",
"version": "1.5.0-beta.28",
"description": "Discovery components example application used to showcase components in a full application",
"license": "Apache-2.0",
"author": "IBM Corp.",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@carbon/icons": "^10.5.0",
"@ibm-watson/discovery-react-components": "^1.5.0-beta.27",
"@ibm-watson/discovery-react-components": "^1.5.0-beta.28",
"@ibm-watson/discovery-styles": "^1.5.0-beta.24",
"body-parser": "^1.19.0",
"carbon-components": "~10.46.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.5.0-beta.27",
"version": "1.5.0-beta.28",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/discovery-react-components/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.5.0-beta.28](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.27...v1.5.0-beta.28) (2022-03-11)


### Features

* add state change event to DocumentPreview component ([#320](https://github.com/watson-developer-cloud/discovery-components/issues/320)) ([08b2c1a](https://github.com/watson-developer-cloud/discovery-components/commit/08b2c1a3a4b5733bc42397f73320ee7a1dbaf096))





# [1.5.0-beta.27](https://github.com/watson-developer-cloud/discovery-components/compare/v1.5.0-beta.26...v1.5.0-beta.27) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/discovery-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm-watson/discovery-react-components",
"version": "1.5.0-beta.27",
"version": "1.5.0-beta.28",
"description": "Discovery components built with the React framework and IBM Carbon components",
"license": "Apache-2.0",
"author": "IBM Corp.",
Expand Down

0 comments on commit 19c675d

Please sign in to comment.