Skip to content

Commit 433a13d

Browse files
chore: publish v4.0.2 [ci skip]
1 parent 6b99e62 commit 433a13d

9 files changed

Lines changed: 37 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [4.0.2](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.1...v4.0.2) (2022-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* expose utility function for adjusting GlobalWorkerOptions ([#426](https://github.com/watson-developer-cloud/discovery-components/issues/426)) ([a0c4876](https://github.com/watson-developer-cloud/discovery-components/commit/a0c48761af8c3e0dd67579567a36f89bec06985a))
12+
13+
14+
15+
16+
617
## [4.0.1](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.0...v4.0.1) (2022-10-06)
718

819

docs/storybook/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@
361361

362362

363363

364-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/__stories__/*.stories.tsx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)__stories__\\/(?!\\.)(?=.)[^/]*?\\.stories\\.tsx)$"}];</script><script src="runtime~main.472ab125.iframe.bundle.js"></script><script src="153.cec100d2.iframe.bundle.js"></script><script src="main.7b9800fb.iframe.bundle.js"></script></body></html>
364+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/__stories__/*.stories.tsx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)__stories__\\/(?!\\.)(?=.)[^/]*?\\.stories\\.tsx)$"}];</script><script src="runtime~main.472ab125.iframe.bundle.js"></script><script src="153.cec100d2.iframe.bundle.js"></script><script src="main.35afe338.iframe.bundle.js"></script></body></html>

docs/storybook/main.7b9800fb.iframe.bundle.js renamed to docs/storybook/main.35afe338.iframe.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/storybook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"generatedAt":1665014460828,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"CRA","packageName":"react-scripts","version":"5.0.1"},"monorepo":"Lerna","packageManager":{"type":"yarn","version":"3.2.3"},"storybookVersion":"6.5.12","language":"javascript","storybookPackages":{"@storybook/builder-webpack5":{"version":"6.5.12"},"@storybook/core":{"version":"6.5.12"},"@storybook/manager-webpack5":{"version":"6.5.12"},"@storybook/react":{"version":"6.5.12"},"@storybook/source-loader":{"version":"6.5.12"}},"framework":{"name":"react"},"addons":{"@storybook/preset-create-react-app":{"version":"4.1.2"},"@storybook/addon-actions":{"version":"6.5.12"},"@storybook/addon-docs":{"options":{"configureJSX":true},"version":"6.5.12"},"@storybook/addon-knobs":{"version":"6.4.0"}}}
1+
{"generatedAt":1665090546993,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"CRA","packageName":"react-scripts","version":"5.0.1"},"monorepo":"Lerna","packageManager":{"type":"yarn","version":"3.2.3"},"storybookVersion":"6.5.12","language":"javascript","storybookPackages":{"@storybook/builder-webpack5":{"version":"6.5.12"},"@storybook/core":{"version":"6.5.12"},"@storybook/manager-webpack5":{"version":"6.5.12"},"@storybook/react":{"version":"6.5.12"},"@storybook/source-loader":{"version":"6.5.12"}},"framework":{"name":"react"},"addons":{"@storybook/preset-create-react-app":{"version":"4.1.2"},"@storybook/addon-actions":{"version":"6.5.12"},"@storybook/addon-docs":{"options":{"configureJSX":true},"version":"6.5.12"},"@storybook/addon-knobs":{"version":"6.4.0"}}}

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+
## [4.0.2](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.1...v4.0.2) (2022-10-06)
7+
8+
**Note:** Version bump only for package discovery-search-app
9+
10+
11+
12+
13+
614
## [4.0.1](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.0...v4.0.1) (2022-10-06)
715

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

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": "4.0.1",
4+
"version": "4.0.2",
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": "^4.0.1",
25+
"@ibm-watson/discovery-react-components": "^4.0.2",
2626
"@ibm-watson/discovery-styles": "^4.0.0",
2727
"body-parser": "^1.19.0",
2828
"carbon-components": "~10.46.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": "4.0.1",
5+
"version": "4.0.2",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/discovery-react-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [4.0.2](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.1...v4.0.2) (2022-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* expose utility function for adjusting GlobalWorkerOptions ([#426](https://github.com/watson-developer-cloud/discovery-components/issues/426)) ([a0c4876](https://github.com/watson-developer-cloud/discovery-components/commit/a0c48761af8c3e0dd67579567a36f89bec06985a))
12+
13+
14+
15+
16+
617
## [4.0.1](https://github.com/watson-developer-cloud/discovery-components/compare/v4.0.0...v4.0.1) (2022-10-06)
718

819

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": "4.0.1",
3+
"version": "4.0.2",
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)