diff --git a/.changeset/nervous-sloths-stare.md b/.changeset/nervous-sloths-stare.md deleted file mode 100644 index ae28f41f1..000000000 --- a/.changeset/nervous-sloths-stare.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'babel-preset-razzle': patch -'create-razzle-app': patch -'razzle': patch -'razzle-dev-utils': patch -'razzle-plugin-bundle-analyzer': patch -'razzle-plugin-css': patch -'razzle-plugin-devcert': patch -'razzle-plugin-elm': patch -'razzle-plugin-eslint': patch -'razzle-plugin-graphql': patch -'razzle-plugin-inferno': patch -'razzle-plugin-less': patch -'razzle-plugin-manifest': patch -'razzle-plugin-mdx': patch -'razzle-plugin-php': patch -'razzle-plugin-preact': patch -'razzle-plugin-react': patch -'razzle-plugin-scss': patch -'razzle-plugin-svelte': patch -'razzle-plugin-typescript': patch -'razzle-plugin-vue': patch -'razzle-start-server-webpack-plugin': patch ---- - -Remove the require of `jest` and `chalk` as they are not used in the file diff --git a/.changeset/tough-avocados-hide.md b/.changeset/tough-avocados-hide.md deleted file mode 100644 index c033dad34..000000000 --- a/.changeset/tough-avocados-hide.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'babel-preset-razzle': patch -'create-razzle-app': patch -'razzle': patch -'razzle-dev-utils': patch -'razzle-plugin-bundle-analyzer': patch -'razzle-plugin-css': patch -'razzle-plugin-devcert': patch -'razzle-plugin-elm': patch -'razzle-plugin-eslint': patch -'razzle-plugin-graphql': patch -'razzle-plugin-inferno': patch -'razzle-plugin-less': patch -'razzle-plugin-manifest': patch -'razzle-plugin-mdx': patch -'razzle-plugin-php': patch -'razzle-plugin-preact': patch -'razzle-plugin-react': patch -'razzle-plugin-scss': patch -'razzle-plugin-svelte': patch -'razzle-plugin-typescript': patch -'razzle-plugin-vue': patch -'razzle-start-server-webpack-plugin': patch ---- - -add changeset packages diff --git a/packages/babel-preset-razzle/CHANGELOG.md b/packages/babel-preset-razzle/CHANGELOG.md index aac66a431..6992a9d09 100644 --- a/packages/babel-preset-razzle/CHANGELOG.md +++ b/packages/babel-preset-razzle/CHANGELOG.md @@ -1,5 +1,13 @@ # babel-preset-razzle +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/babel-preset-razzle/package.json b/packages/babel-preset-razzle/package.json index d9f5c85b0..db4acd527 100644 --- a/packages/babel-preset-razzle/package.json +++ b/packages/babel-preset-razzle/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-razzle", - "version": "4.2.16", + "version": "4.2.17", "description": "Babel presets for Razzle", "main": "index.js", "author": "jaredpalmer", diff --git a/packages/create-razzle-app/CHANGELOG.md b/packages/create-razzle-app/CHANGELOG.md index 43bef54df..2213a1959 100644 --- a/packages/create-razzle-app/CHANGELOG.md +++ b/packages/create-razzle-app/CHANGELOG.md @@ -1,5 +1,13 @@ # create-razzle-app +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/create-razzle-app/package.json b/packages/create-razzle-app/package.json index 1b35128e6..32dac7471 100644 --- a/packages/create-razzle-app/package.json +++ b/packages/create-razzle-app/package.json @@ -1,6 +1,6 @@ { "name": "create-razzle-app", - "version": "4.2.16", + "version": "4.2.17", "description": "CLI tool to bootstrap Razzle applications with no configuration", "main": "index.js", "license": "MIT", diff --git a/packages/razzle-dev-utils/CHANGELOG.md b/packages/razzle-dev-utils/CHANGELOG.md index 0726f13f9..3ca96f3f5 100644 --- a/packages/razzle-dev-utils/CHANGELOG.md +++ b/packages/razzle-dev-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-dev-utils +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-dev-utils/package.json b/packages/razzle-dev-utils/package.json index f6e81e4d7..4cd7c38a0 100644 --- a/packages/razzle-dev-utils/package.json +++ b/packages/razzle-dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "razzle-dev-utils", - "version": "4.2.16", + "version": "4.2.17", "description": "Utilities and helpers for Razzle", "author": "Jared Palmer ", "repository": { diff --git a/packages/razzle-plugin-bundle-analyzer/CHANGELOG.md b/packages/razzle-plugin-bundle-analyzer/CHANGELOG.md index 9f8ddcc9c..1856b8d75 100644 --- a/packages/razzle-plugin-bundle-analyzer/CHANGELOG.md +++ b/packages/razzle-plugin-bundle-analyzer/CHANGELOG.md @@ -1,5 +1,16 @@ # razzle-plugin-bundle-analyzer +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-bundle-analyzer/package.json b/packages/razzle-plugin-bundle-analyzer/package.json index 3b32cf8cb..fb29d94cd 100644 --- a/packages/razzle-plugin-bundle-analyzer/package.json +++ b/packages/razzle-plugin-bundle-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-bundle-analyzer", - "version": "4.2.16", + "version": "4.2.17", "description": "Use webpack bundle analyzer with Razzle", "main": "index.js", "repository": { @@ -17,6 +17,6 @@ "webpack-bundle-analyzer": "^3.9.0" }, "peerDependencies": { - "razzle": "4.2.16" + "razzle": "4.2.17" } } diff --git a/packages/razzle-plugin-css/CHANGELOG.md b/packages/razzle-plugin-css/CHANGELOG.md index 30e117278..db8bf5a14 100644 --- a/packages/razzle-plugin-css/CHANGELOG.md +++ b/packages/razzle-plugin-css/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-plugin-css +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-css/package.json b/packages/razzle-plugin-css/package.json index 86b71b799..56461d8f3 100644 --- a/packages/razzle-plugin-css/package.json +++ b/packages/razzle-plugin-css/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-css", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", diff --git a/packages/razzle-plugin-devcert/CHANGELOG.md b/packages/razzle-plugin-devcert/CHANGELOG.md index 0cec39c0a..b92448bdb 100644 --- a/packages/razzle-plugin-devcert/CHANGELOG.md +++ b/packages/razzle-plugin-devcert/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-devcert +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-devcert/package.json b/packages/razzle-plugin-devcert/package.json index 53df1e5a7..6d1d410f8 100644 --- a/packages/razzle-plugin-devcert/package.json +++ b/packages/razzle-plugin-devcert/package.json @@ -1,7 +1,7 @@ { "name": "razzle-plugin-devcert", "license": "MIT", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", @@ -12,8 +12,8 @@ "devcert": "^1.2.0" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16", + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17", "webpack": "~4||~5" } } diff --git a/packages/razzle-plugin-elm/CHANGELOG.md b/packages/razzle-plugin-elm/CHANGELOG.md index 18a2a5a20..34ae6b29f 100644 --- a/packages/razzle-plugin-elm/CHANGELOG.md +++ b/packages/razzle-plugin-elm/CHANGELOG.md @@ -1,5 +1,16 @@ # razzle-plugin-elm +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-elm/package.json b/packages/razzle-plugin-elm/package.json index 5f1f9a9ed..1f591da2c 100644 --- a/packages/razzle-plugin-elm/package.json +++ b/packages/razzle-plugin-elm/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-elm", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", @@ -14,6 +14,6 @@ }, "peerDependencies": { "elm": "^0.19.1-5", - "razzle-dev-utils": "4.2.16" + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-eslint/CHANGELOG.md b/packages/razzle-plugin-eslint/CHANGELOG.md index a0d57d708..8b48bd352 100644 --- a/packages/razzle-plugin-eslint/CHANGELOG.md +++ b/packages/razzle-plugin-eslint/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-plugin-eslint +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-eslint/package.json b/packages/razzle-plugin-eslint/package.json index 512efffdf..59a9e3445 100644 --- a/packages/razzle-plugin-eslint/package.json +++ b/packages/razzle-plugin-eslint/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-eslint", - "version": "4.2.16", + "version": "4.2.17", "main": "index.js", "repository": { "type": "git", diff --git a/packages/razzle-plugin-graphql/CHANGELOG.md b/packages/razzle-plugin-graphql/CHANGELOG.md index f346fbd29..093e2633f 100644 --- a/packages/razzle-plugin-graphql/CHANGELOG.md +++ b/packages/razzle-plugin-graphql/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-graphql +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-graphql/package.json b/packages/razzle-plugin-graphql/package.json index 6ca65a0b1..5963b1e6c 100644 --- a/packages/razzle-plugin-graphql/package.json +++ b/packages/razzle-plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-graphql", - "version": "4.2.16", + "version": "4.2.17", "description": "Use .graphql and .gql files with Razzle", "main": "index.js", "repository": { @@ -18,7 +18,7 @@ }, "peerDependencies": { "graphql": "^15.5.0", - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-inferno/CHANGELOG.md b/packages/razzle-plugin-inferno/CHANGELOG.md index 385749bc1..4b0d98fe0 100644 --- a/packages/razzle-plugin-inferno/CHANGELOG.md +++ b/packages/razzle-plugin-inferno/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-plugin-inferno +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-inferno/package.json b/packages/razzle-plugin-inferno/package.json index da9f9c7fb..730fdca7f 100644 --- a/packages/razzle-plugin-inferno/package.json +++ b/packages/razzle-plugin-inferno/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-inferno", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", diff --git a/packages/razzle-plugin-less/CHANGELOG.md b/packages/razzle-plugin-less/CHANGELOG.md index cc88296fa..d67561e81 100644 --- a/packages/razzle-plugin-less/CHANGELOG.md +++ b/packages/razzle-plugin-less/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-less +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-less/package.json b/packages/razzle-plugin-less/package.json index edd5c3e68..157790ab3 100644 --- a/packages/razzle-plugin-less/package.json +++ b/packages/razzle-plugin-less/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-less", - "version": "4.2.16", + "version": "4.2.17", "main": "index.js", "repository": { "type": "git", @@ -27,8 +27,8 @@ "less": "^4.1.0", "mini-css-extract-plugin": ">=0.9.0 <1.0.0", "postcss": "^8.2.4", - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16", + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17", "style-loader": "^2.0.0", "webpack": "~4||~5" } diff --git a/packages/razzle-plugin-manifest/CHANGELOG.md b/packages/razzle-plugin-manifest/CHANGELOG.md index 2c167af6e..3c35398bd 100644 --- a/packages/razzle-plugin-manifest/CHANGELOG.md +++ b/packages/razzle-plugin-manifest/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-manifest +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-manifest/package.json b/packages/razzle-plugin-manifest/package.json index 5cd72a995..3c2a698ea 100644 --- a/packages/razzle-plugin-manifest/package.json +++ b/packages/razzle-plugin-manifest/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-manifest", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", @@ -13,8 +13,8 @@ "email": "arefinima@gmail.com" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" }, "dependencies": { "webpack-manifest-plugin": "^4.0.2" diff --git a/packages/razzle-plugin-mdx/CHANGELOG.md b/packages/razzle-plugin-mdx/CHANGELOG.md index 7e8ff88bc..ad9a88570 100644 --- a/packages/razzle-plugin-mdx/CHANGELOG.md +++ b/packages/razzle-plugin-mdx/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-mdx +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-mdx/package.json b/packages/razzle-plugin-mdx/package.json index 9e7c9c127..70a68cd29 100644 --- a/packages/razzle-plugin-mdx/package.json +++ b/packages/razzle-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-mdx", - "version": "4.2.16", + "version": "4.2.17", "description": "Use mdx with Razzle", "main": "index.js", "repository": { @@ -18,7 +18,7 @@ "@mdx-js/mdx": "^1.6.18" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-php/CHANGELOG.md b/packages/razzle-plugin-php/CHANGELOG.md index 7ed390a93..bf01da22a 100644 --- a/packages/razzle-plugin-php/CHANGELOG.md +++ b/packages/razzle-plugin-php/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-php +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-php/package.json b/packages/razzle-plugin-php/package.json index 2edad210d..a1157a225 100644 --- a/packages/razzle-plugin-php/package.json +++ b/packages/razzle-plugin-php/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-php", - "version": "4.2.16", + "version": "4.2.17", "main": "index.js", "repository": { "type": "git", @@ -12,7 +12,7 @@ "babel-preset-php": "^1.2.0" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-preact/CHANGELOG.md b/packages/razzle-plugin-preact/CHANGELOG.md index 6c448053e..0834dd9f8 100644 --- a/packages/razzle-plugin-preact/CHANGELOG.md +++ b/packages/razzle-plugin-preact/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-plugin-preact +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-preact/package.json b/packages/razzle-plugin-preact/package.json index 824e83326..7b1de0b7a 100644 --- a/packages/razzle-plugin-preact/package.json +++ b/packages/razzle-plugin-preact/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-preact", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", diff --git a/packages/razzle-plugin-react/CHANGELOG.md b/packages/razzle-plugin-react/CHANGELOG.md index 6508090a0..ebdeadb9d 100644 --- a/packages/razzle-plugin-react/CHANGELOG.md +++ b/packages/razzle-plugin-react/CHANGELOG.md @@ -1,5 +1,13 @@ # razzle-plugin-react +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-react/package.json b/packages/razzle-plugin-react/package.json index e73e1c2bc..4b531ffe4 100644 --- a/packages/razzle-plugin-react/package.json +++ b/packages/razzle-plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-react", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", diff --git a/packages/razzle-plugin-scss/CHANGELOG.md b/packages/razzle-plugin-scss/CHANGELOG.md index 050ea30cb..76573371f 100644 --- a/packages/razzle-plugin-scss/CHANGELOG.md +++ b/packages/razzle-plugin-scss/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-scss +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-scss/package.json b/packages/razzle-plugin-scss/package.json index 344bf6c6a..fb7a6e805 100644 --- a/packages/razzle-plugin-scss/package.json +++ b/packages/razzle-plugin-scss/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-scss", - "version": "4.2.16", + "version": "4.2.17", "description": "Use SCSS/SASS with Razzle", "main": "index.js", "repository": { @@ -26,7 +26,7 @@ }, "peerDependencies": { "mini-css-extract-plugin": ">=0.9.0 <1.0.0", - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-svelte/CHANGELOG.md b/packages/razzle-plugin-svelte/CHANGELOG.md index 485f117fc..ca61dc940 100644 --- a/packages/razzle-plugin-svelte/CHANGELOG.md +++ b/packages/razzle-plugin-svelte/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-svelte +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-svelte/package.json b/packages/razzle-plugin-svelte/package.json index a49bca224..f0e2d9fb3 100644 --- a/packages/razzle-plugin-svelte/package.json +++ b/packages/razzle-plugin-svelte/package.json @@ -1,7 +1,7 @@ { "name": "razzle-plugin-svelte", "license": "MIT", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", @@ -18,7 +18,7 @@ "svelte-preprocess": "^4.0.10" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16" + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17" } } diff --git a/packages/razzle-plugin-typescript/CHANGELOG.md b/packages/razzle-plugin-typescript/CHANGELOG.md index 4ef8a07b4..57e53e65e 100644 --- a/packages/razzle-plugin-typescript/CHANGELOG.md +++ b/packages/razzle-plugin-typescript/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-typescript +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-typescript/package.json b/packages/razzle-plugin-typescript/package.json index 56612981d..e2c3f28a1 100644 --- a/packages/razzle-plugin-typescript/package.json +++ b/packages/razzle-plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "razzle-plugin-typescript", - "version": "4.2.16", + "version": "4.2.17", "description": "Use TypeScript with Razzle", "main": "index.js", "repository": { @@ -19,8 +19,8 @@ "typescript": ">=4.0.3" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16", + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17", "webpack": "~4||~5" } } diff --git a/packages/razzle-plugin-vue/CHANGELOG.md b/packages/razzle-plugin-vue/CHANGELOG.md index 37cfefbdb..67d820ade 100644 --- a/packages/razzle-plugin-vue/CHANGELOG.md +++ b/packages/razzle-plugin-vue/CHANGELOG.md @@ -1,5 +1,17 @@ # razzle-plugin-vue +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - razzle@4.2.17 + - razzle-dev-utils@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-plugin-vue/package.json b/packages/razzle-plugin-vue/package.json index 78c0b8c13..14035fcb3 100644 --- a/packages/razzle-plugin-vue/package.json +++ b/packages/razzle-plugin-vue/package.json @@ -1,7 +1,7 @@ { "name": "razzle-plugin-vue", "license": "MIT", - "version": "4.2.16", + "version": "4.2.17", "repository": { "type": "git", "url": "https://github.com:jaredpalmer/razzle.git", @@ -16,8 +16,8 @@ "vue-template-compiler": "^2.6.12" }, "peerDependencies": { - "razzle": "4.2.16", - "razzle-dev-utils": "4.2.16", + "razzle": "4.2.17", + "razzle-dev-utils": "4.2.17", "webpack": "~4||~5" } } diff --git a/packages/razzle-start-server-webpack-plugin/CHANGELOG.md b/packages/razzle-start-server-webpack-plugin/CHANGELOG.md index d13e0f601..3372273f9 100644 --- a/packages/razzle-start-server-webpack-plugin/CHANGELOG.md +++ b/packages/razzle-start-server-webpack-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle-start-server-webpack-plugin/package.json b/packages/razzle-start-server-webpack-plugin/package.json index e6f8828fb..9896bd623 100644 --- a/packages/razzle-start-server-webpack-plugin/package.json +++ b/packages/razzle-start-server-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "razzle-start-server-webpack-plugin", - "version": "4.2.16", + "version": "4.2.17", "description": "Automatically start your server once Webpack's build completes.", "main": "dist/StartServerPlugin.js", "files": [ diff --git a/packages/razzle/CHANGELOG.md b/packages/razzle/CHANGELOG.md index aa4e553c1..2cd36a2a4 100644 --- a/packages/razzle/CHANGELOG.md +++ b/packages/razzle/CHANGELOG.md @@ -1,5 +1,18 @@ # razzle +## 4.2.17 + +### Patch Changes + +- [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file + +* [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages + +* Updated dependencies [[`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341), [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7)]: + - babel-preset-razzle@4.2.17 + - razzle-dev-utils@4.2.17 + - razzle-start-server-webpack-plugin@4.2.17 + ## 4.2.16 ### Patch Changes diff --git a/packages/razzle/package.json b/packages/razzle/package.json index 22b99e2a1..7a607e84a 100644 --- a/packages/razzle/package.json +++ b/packages/razzle/package.json @@ -8,7 +8,7 @@ "url": "https://github.com:jaredpalmer/razzle.git", "directory": "packages/razzle" }, - "version": "4.2.16", + "version": "4.2.17", "bin": { "razzle": "./bin/razzle.js" }, @@ -46,7 +46,7 @@ "postcss-load-config": "^3.0.0", "postcss-loader": "^4.2.0", "process": "^0.11.10", - "razzle-start-server-webpack-plugin": "4.2.16", + "razzle-start-server-webpack-plugin": "4.2.17", "react-dev-utils": "^11.0.4", "react-refresh": "^0.9.0", "resolve": "^1.17.0", @@ -62,10 +62,10 @@ "webpackbar": "~4||~5" }, "peerDependencies": { - "babel-preset-razzle": "4.2.16", + "babel-preset-razzle": "4.2.17", "html-webpack-plugin": "~4||~5", "mini-css-extract-plugin": ">=0.9.0 <1.0.0", - "razzle-dev-utils": "4.2.16", + "razzle-dev-utils": "4.2.17", "webpack": "~4||~5", "webpack-dev-server": "^3.11.0||~4" },