diff --git a/packages/eslint-plugin-patternfly-react/CHANGELOG.md b/packages/eslint-plugin-patternfly-react/CHANGELOG.md index 0545ac621ea..5d612523670 100644 --- a/packages/eslint-plugin-patternfly-react/CHANGELOG.md +++ b/packages/eslint-plugin-patternfly-react/CHANGELOG.md @@ -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. +## 4.60.11 (2022-06-09) + +**Note:** Version bump only for package eslint-plugin-patternfly-react + + + + + ## 4.60.10 (2022-06-09) diff --git a/packages/eslint-plugin-patternfly-react/package.json b/packages/eslint-plugin-patternfly-react/package.json index 96b433f7a95..d2d9a5ba2e7 100644 --- a/packages/eslint-plugin-patternfly-react/package.json +++ b/packages/eslint-plugin-patternfly-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-patternfly-react", - "version": "4.60.10", + "version": "4.60.11", "private": false, "main": "./lib/index.js", "license": "MIT", diff --git a/packages/react-catalog-view-extension/CHANGELOG.md b/packages/react-catalog-view-extension/CHANGELOG.md index 3c8c730e8cb..39af9302f41 100644 --- a/packages/react-catalog-view-extension/CHANGELOG.md +++ b/packages/react-catalog-view-extension/CHANGELOG.md @@ -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. +## 4.72.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-catalog-view-extension + + + + + ## 4.72.10 (2022-06-09) diff --git a/packages/react-catalog-view-extension/package.json b/packages/react-catalog-view-extension/package.json index f58309f92d7..a81349fc1d7 100644 --- a/packages/react-catalog-view-extension/package.json +++ b/packages/react-catalog-view-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-catalog-view-extension", - "version": "4.72.10", + "version": "4.72.11", "description": "This library provides catalog view extensions for PatternFly 4 React.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@patternfly/patternfly": "4.196.7", - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-styles": "^4.71.10" + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-styles": "^4.71.11" }, "devDependencies": { "rimraf": "^2.6.2", diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index b54a11ac2b6..80d1fb7ccf6 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -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. +## 6.74.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + ## 6.74.10 (2022-06-09) diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index bc2506dd6a5..4f6706a279a 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "6.74.10", + "version": "6.74.11", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-styles": "^4.71.10", - "@patternfly/react-tokens": "^4.73.10", + "@patternfly/react-styles": "^4.71.11", + "@patternfly/react-tokens": "^4.73.11", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.19", "tslib": "^2.0.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index d149263a534..e86632c2ca4 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -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. +## 4.62.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + ## 4.62.10 (2022-06-09) diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 0db9d0200be..a23b2c2a19f 100644 --- a/packages/react-code-editor/package.json +++ b/packages/react-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-code-editor", - "version": "4.62.10", + "version": "4.62.11", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", "react-dropzone": "9.0.0", "tslib": "^2.0.0" }, diff --git a/packages/react-console/CHANGELOG.md b/packages/react-console/CHANGELOG.md index 3795a1a7dcb..5cc57f1fdf4 100644 --- a/packages/react-console/CHANGELOG.md +++ b/packages/react-console/CHANGELOG.md @@ -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. +## 4.72.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-console + + + + + ## 4.72.10 (2022-06-09) diff --git a/packages/react-console/package.json b/packages/react-console/package.json index 80ed7299d9a..12336c2b9d7 100644 --- a/packages/react-console/package.json +++ b/packages/react-console/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-console", - "version": "4.72.10", + "version": "4.72.11", "description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@novnc/novnc": "^1.2.0", "@patternfly/patternfly": "4.196.7", - "@patternfly/react-core": "^4.221.10", + "@patternfly/react-core": "^4.221.11", "@spice-project/spice-html5": "^0.2.1", "@types/file-saver": "^2.0.1", "file-saver": "^1.3.8", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index db9f245e2af..4b2b41469b7 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -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. +## 4.221.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-core + + + + + ## 4.221.10 (2022-06-09) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 76952048d0a..07ebb5eb82b 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-core", - "version": "4.221.10", + "version": "4.221.11", "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -34,9 +34,9 @@ "generate": "node scripts/copyStyles.js" }, "dependencies": { - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", - "@patternfly/react-tokens": "^4.73.10", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", + "@patternfly/react-tokens": "^4.73.11", "focus-trap": "6.9.2", "react-dropzone": "9.0.0", "tippy.js": "5.1.2", diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index b8e6910c1ed..4f13da5cea9 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -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. +## 5.82.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-docs + + + + + ## 5.82.10 (2022-06-09) diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 6b302e87e96..f25179d1778 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "5.82.10", + "version": "5.82.11", "publishConfig": { "access": "public", "tag": "prerelease-v4" @@ -23,18 +23,18 @@ }, "dependencies": { "@patternfly/patternfly": "4.196.7", - "@patternfly/react-catalog-view-extension": "^4.72.10", - "@patternfly/react-charts": "^6.74.10", - "@patternfly/react-code-editor": "^4.62.10", - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-inline-edit-extension": "^4.66.10", - "@patternfly/react-log-viewer": "^4.66.10", - "@patternfly/react-styles": "^4.71.10", - "@patternfly/react-table": "^4.90.10", - "@patternfly/react-tokens": "^4.73.10", - "@patternfly/react-topology": "^4.68.10", - "@patternfly/react-virtualized-extension": "^4.68.10" + "@patternfly/react-catalog-view-extension": "^4.72.11", + "@patternfly/react-charts": "^6.74.11", + "@patternfly/react-code-editor": "^4.62.11", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-inline-edit-extension": "^4.66.11", + "@patternfly/react-log-viewer": "^4.66.11", + "@patternfly/react-styles": "^4.71.11", + "@patternfly/react-table": "^4.90.11", + "@patternfly/react-tokens": "^4.73.11", + "@patternfly/react-topology": "^4.68.11", + "@patternfly/react-virtualized-extension": "^4.68.11" }, "devDependencies": { "@patternfly/patternfly-a11y": "4.2.1", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index cc5337c70ed..35879ad2580 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -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. +## 4.72.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-icons + + + + + ## 4.72.10 (2022-06-09) diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 5c2639569fb..c2453be4600 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "4.72.10", + "version": "4.72.11", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-inline-edit-extension/CHANGELOG.md b/packages/react-inline-edit-extension/CHANGELOG.md index ea7ba549f65..6e37457ff69 100644 --- a/packages/react-inline-edit-extension/CHANGELOG.md +++ b/packages/react-inline-edit-extension/CHANGELOG.md @@ -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. +## 4.66.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-inline-edit-extension + + + + + ## 4.66.10 (2022-06-09) diff --git a/packages/react-inline-edit-extension/package.json b/packages/react-inline-edit-extension/package.json index 2f85c1fb495..117cd24eb49 100644 --- a/packages/react-inline-edit-extension/package.json +++ b/packages/react-inline-edit-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-inline-edit-extension", - "version": "4.66.10", + "version": "4.66.11", "description": "This library provides inline editing support for PatternFly 4 React table", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,10 +30,10 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", - "@patternfly/react-table": "^4.90.10" + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", + "@patternfly/react-table": "^4.90.11" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", diff --git a/packages/react-integration/CHANGELOG.md b/packages/react-integration/CHANGELOG.md index da3b9446044..002a4498a0b 100644 --- a/packages/react-integration/CHANGELOG.md +++ b/packages/react-integration/CHANGELOG.md @@ -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. +## 4.183.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-integration + + + + + ## 4.183.10 (2022-06-09) diff --git a/packages/react-integration/demo-app-ts/CHANGELOG.md b/packages/react-integration/demo-app-ts/CHANGELOG.md index 50eb647204e..a7a4ede47ba 100644 --- a/packages/react-integration/demo-app-ts/CHANGELOG.md +++ b/packages/react-integration/demo-app-ts/CHANGELOG.md @@ -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. +## 4.181.11 (2022-06-09) + +**Note:** Version bump only for package demo-app-ts + + + + + ## 4.181.10 (2022-06-09) diff --git a/packages/react-integration/demo-app-ts/package.json b/packages/react-integration/demo-app-ts/package.json index c1e39f2a17e..607833aba54 100644 --- a/packages/react-integration/demo-app-ts/package.json +++ b/packages/react-integration/demo-app-ts/package.json @@ -1,14 +1,14 @@ { "name": "demo-app-ts", "private": true, - "version": "4.181.10", + "version": "4.181.11", "scripts": { "build:demo-app": "webpack --mode production", "start:demo-app": "webpack-dev-server", "serve:demo-app": "node scripts/serve" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", + "@patternfly/react-core": "^4.221.11", "react": "^17.0.0", "react-dom": "^17.0.0", "react-router": "^4.3.1", diff --git a/packages/react-integration/package.json b/packages/react-integration/package.json index dab9ebabe0f..1bca9712727 100644 --- a/packages/react-integration/package.json +++ b/packages/react-integration/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/react-integration", "private": true, - "version": "4.183.10", + "version": "4.183.11", "description": "Integration testing for PF4 using demo applications", "main": "lib/index.js", "sideEffects": false, diff --git a/packages/react-log-viewer/CHANGELOG.md b/packages/react-log-viewer/CHANGELOG.md index 2de11d21745..eb3598bc3c7 100644 --- a/packages/react-log-viewer/CHANGELOG.md +++ b/packages/react-log-viewer/CHANGELOG.md @@ -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. +## 4.66.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-log-viewer + + + + + ## 4.66.10 (2022-06-09) diff --git a/packages/react-log-viewer/package.json b/packages/react-log-viewer/package.json index b715c7e1613..b6c1525d784 100644 --- a/packages/react-log-viewer/package.json +++ b/packages/react-log-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-log-viewer", - "version": "4.66.10", + "version": "4.66.11", "description": "Terminal renderer", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,9 +29,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", "memoize-one": "^5.1.0", "resize-observer-polyfill": "^1.5.1" }, diff --git a/packages/react-styles/CHANGELOG.md b/packages/react-styles/CHANGELOG.md index 8e8a85462b9..1df3b02993d 100644 --- a/packages/react-styles/CHANGELOG.md +++ b/packages/react-styles/CHANGELOG.md @@ -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. +## 4.71.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-styles + + + + + ## 4.71.10 (2022-06-09) diff --git a/packages/react-styles/package.json b/packages/react-styles/package.json index f334da0ac91..4bb3da0fa35 100644 --- a/packages/react-styles/package.json +++ b/packages/react-styles/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-styles", - "version": "4.71.10", + "version": "4.71.11", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index ca6fa1210a1..e131eb34f13 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -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. +## 4.90.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-table + + + + + ## 4.90.10 (2022-06-09) diff --git a/packages/react-table/package.json b/packages/react-table/package.json index a8aa94c7cba..f5aa8abc728 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-table", - "version": "4.90.10", + "version": "4.90.11", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -31,10 +31,10 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", - "@patternfly/react-tokens": "^4.73.10", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", + "@patternfly/react-tokens": "^4.73.11", "lodash": "^4.17.19", "tslib": "^2.0.0" }, diff --git a/packages/react-tokens/CHANGELOG.md b/packages/react-tokens/CHANGELOG.md index 54d6e378698..566d46b9062 100644 --- a/packages/react-tokens/CHANGELOG.md +++ b/packages/react-tokens/CHANGELOG.md @@ -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. +## 4.73.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-tokens + + + + + ## 4.73.10 (2022-06-09) diff --git a/packages/react-tokens/package.json b/packages/react-tokens/package.json index 935d7b5870c..15196d4231b 100644 --- a/packages/react-tokens/package.json +++ b/packages/react-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-tokens", - "version": "4.73.10", + "version": "4.73.11", "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript", "main": "dist/js/index.js", "module": "dist/esm/index.js", diff --git a/packages/react-topology/CHANGELOG.md b/packages/react-topology/CHANGELOG.md index 7563d7c7917..7852c34c47a 100644 --- a/packages/react-topology/CHANGELOG.md +++ b/packages/react-topology/CHANGELOG.md @@ -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. +## 4.68.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-topology + + + + + ## 4.68.10 (2022-06-09) diff --git a/packages/react-topology/package.json b/packages/react-topology/package.json index 148772d8f3a..d24af9d1fa5 100644 --- a/packages/react-topology/package.json +++ b/packages/react-topology/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-topology", - "version": "4.68.10", + "version": "4.68.11", "description": "This library provides a set of React topology view components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -28,9 +28,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", "@types/d3": "^5.7.2", "@types/d3-force": "^1.2.1", "@types/dagre": "0.7.42", diff --git a/packages/react-virtualized-extension/CHANGELOG.md b/packages/react-virtualized-extension/CHANGELOG.md index 90861ff974e..d9a1795b971 100644 --- a/packages/react-virtualized-extension/CHANGELOG.md +++ b/packages/react-virtualized-extension/CHANGELOG.md @@ -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. +## 4.68.11 (2022-06-09) + +**Note:** Version bump only for package @patternfly/react-virtualized-extension + + + + + ## 4.68.10 (2022-06-09) diff --git a/packages/react-virtualized-extension/package.json b/packages/react-virtualized-extension/package.json index 063cff9e113..4cd892bee60 100644 --- a/packages/react-virtualized-extension/package.json +++ b/packages/react-virtualized-extension/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-virtualized-extension", - "version": "4.68.10", + "version": "4.68.11", "description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.221.10", - "@patternfly/react-icons": "^4.72.10", - "@patternfly/react-styles": "^4.71.10", + "@patternfly/react-core": "^4.221.11", + "@patternfly/react-icons": "^4.72.11", + "@patternfly/react-styles": "^4.71.11", "linear-layout-vector": "0.0.1", "react-virtualized": "^9.21.1", "tslib": "^2.0.0" diff --git a/packages/transformer-cjs-imports/CHANGELOG.md b/packages/transformer-cjs-imports/CHANGELOG.md index 6012ced4cf6..1dccb6a3539 100644 --- a/packages/transformer-cjs-imports/CHANGELOG.md +++ b/packages/transformer-cjs-imports/CHANGELOG.md @@ -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. +## 4.59.11 (2022-06-09) + +**Note:** Version bump only for package transformer-cjs-imports + + + + + ## 4.59.10 (2022-06-09) diff --git a/packages/transformer-cjs-imports/package.json b/packages/transformer-cjs-imports/package.json index fa3fe09e6ea..577493525c6 100644 --- a/packages/transformer-cjs-imports/package.json +++ b/packages/transformer-cjs-imports/package.json @@ -1,7 +1,7 @@ { "name": "transformer-cjs-imports", "private": true, - "version": "4.59.10", + "version": "4.59.11", "description": "Transform CJS imports to ESM in typescript depending on module target.", "main": "index.js", "author": "Red Hat",