Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into carbon-upgrade-10.53
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsperrine committed Feb 24, 2022
2 parents f766123 + 87d26b2 commit 0c8466f
Show file tree
Hide file tree
Showing 11 changed files with 430 additions and 132 deletions.
8 changes: 8 additions & 0 deletions 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.

# [2.149.0-next.10](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.9...v2.149.0-next.10) (2022-02-23)

**Note:** Version bump only for package ibm-ai-applications





# [2.149.0-next.9](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.8...v2.149.0-next.9) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "2.149.0-next.9",
"version": "2.149.0-next.10",
"npmClient": "yarn"
}
3 changes: 2 additions & 1 deletion packages/react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
'@storybook/addon-a11y',
'storybook-addon-rtl',
'@storybook/addon-docs',
'storybook-addon-turbo-build',
],
babel: async (options) => {
// ensure all plugins are using loose: false (the default)
Expand All @@ -29,7 +30,7 @@ module.exports = {

// High quality 'original source' sourcemaps are slow to generate on initial builds and rebuilds.
// Using cheap-module-eval-source-map speeds up builds and rebuilds in development while not sacrificing too much source map quality.
config.devtool = configType === 'DEVELOPMENT' ? 'cheap-module-eval-source-map' : 'source-map';
config.devtool = configType === 'DEVELOPMENT' ? 'cheap-module-eval-source-map' : '';

// Moment.js is quite large, the locales that they bundle in the core as of v2.18 are ignored to keep our bundle size down.
// https://webpack.js.org/plugins/ignore-plugin/#example-of-ignoring-moment-locales
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

# [2.149.0-next.10](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.9...v2.149.0-next.10) (2022-02-23)

**Note:** Version bump only for package carbon-addons-iot-react





# [2.149.0-next.9](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.8...v2.149.0-next.9) (2022-02-22)


Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
"rollup-plugin-uglify": "^6.0.4",
"sass": "^1.42.1",
"storybook-addon-rtl": "^0.2.2",
"storybook-addon-turbo-build": "^1.0.1",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
Expand All @@ -339,7 +340,7 @@
"whatwg-fetch": "^3.0.0"
},
"sideEffects": false,
"version": "2.149.0-next.9",
"version": "2.149.0-next.10",
"resolutions": {
"chokidar": "3.3.1",
"react-grid-layout": "1.2.2"
Expand Down
Loading

0 comments on commit 0c8466f

Please sign in to comment.