Skip to content

Commit 54724b7

Browse files
authored
Merge pull request #1899 from jaredpalmer/changeset-release/master
Version Packages
2 parents fa491cd + aa8545e commit 54724b7

File tree

45 files changed

+230
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+230
-73
lines changed

.changeset/lovely-candles-heal.md

-26
This file was deleted.

packages/babel-preset-razzle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# babel-preset-razzle
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/babel-preset-razzle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-razzle",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "Babel presets for Razzle",
55
"main": "index.js",
66
"author": "jaredpalmer",

packages/create-razzle-app/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-razzle-app
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/create-razzle-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-razzle-app",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "CLI tool to bootstrap Razzle applications with no configuration",
55
"main": "index.js",
66
"license": "MIT",

packages/razzle-dev-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# razzle-dev-utils
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/razzle-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-dev-utils",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "Utilities and helpers for Razzle",
55
"author": "Jared Palmer <[email protected]>",
66
"repository": {

packages/razzle-plugin-bundle-analyzer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# razzle-plugin-bundle-analyzer
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
312
## 4.2.17
413

514
### Patch Changes

packages/razzle-plugin-bundle-analyzer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-bundle-analyzer",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "Use webpack bundle analyzer with Razzle",
55
"main": "index.js",
66
"repository": {
@@ -17,6 +17,6 @@
1717
"webpack-bundle-analyzer": "^3.9.0"
1818
},
1919
"peerDependencies": {
20-
"razzle": "4.2.17"
20+
"razzle": "4.2.18"
2121
}
2222
}

packages/razzle-plugin-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# razzle-plugin-css
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/razzle-plugin-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-css",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com:jaredpalmer/razzle.git",

packages/razzle-plugin-devcert/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-devcert
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "razzle-plugin-devcert",
33
"license": "MIT",
4-
"version": "4.2.17",
4+
"version": "4.2.18",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com:jaredpalmer/razzle.git",
@@ -12,8 +12,8 @@
1212
"devcert": "^1.2.0"
1313
},
1414
"peerDependencies": {
15-
"razzle": "4.2.17",
16-
"razzle-dev-utils": "4.2.17",
15+
"razzle": "4.2.18",
16+
"razzle-dev-utils": "4.2.18",
1717
"webpack": "~4||~5"
1818
}
1919
}

packages/razzle-plugin-elm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# razzle-plugin-elm
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
312
## 4.2.17
413

514
### Patch Changes

packages/razzle-plugin-elm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-elm",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com:jaredpalmer/razzle.git",
@@ -14,6 +14,6 @@
1414
},
1515
"peerDependencies": {
1616
"elm": "^0.19.1-5",
17-
"razzle-dev-utils": "4.2.17"
17+
"razzle-dev-utils": "4.2.18"
1818
}
1919
}

packages/razzle-plugin-eslint/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# razzle-plugin-eslint
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/razzle-plugin-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-eslint",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"main": "index.js",
55
"repository": {
66
"type": "git",

packages/razzle-plugin-graphql/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-graphql
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes

packages/razzle-plugin-graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-graphql",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "Use .graphql and .gql files with Razzle",
55
"main": "index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
},
1919
"peerDependencies": {
2020
"graphql": "^15.5.0",
21-
"razzle": "4.2.17",
22-
"razzle-dev-utils": "4.2.17"
21+
"razzle": "4.2.18",
22+
"razzle-dev-utils": "4.2.18"
2323
}
2424
}

packages/razzle-plugin-inferno/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# razzle-plugin-inferno
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
39
## 4.2.17
410

511
### Patch Changes

packages/razzle-plugin-inferno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-inferno",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com:jaredpalmer/razzle.git",

packages/razzle-plugin-less/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-less
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes

packages/razzle-plugin-less/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-less",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"main": "index.js",
55
"repository": {
66
"type": "git",
@@ -27,8 +27,8 @@
2727
"less": "^4.1.0",
2828
"mini-css-extract-plugin": ">=0.9.0 <1.0.0",
2929
"postcss": "^8.2.4",
30-
"razzle": "4.2.17",
31-
"razzle-dev-utils": "4.2.17",
30+
"razzle": "4.2.18",
31+
"razzle-dev-utils": "4.2.18",
3232
"style-loader": "^2.0.0",
3333
"webpack": "~4||~5"
3434
}

packages/razzle-plugin-manifest/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-manifest
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes

packages/razzle-plugin-manifest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-manifest",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com:jaredpalmer/razzle.git",
@@ -13,8 +13,8 @@
1313
"email": "[email protected]"
1414
},
1515
"peerDependencies": {
16-
"razzle": "4.2.17",
17-
"razzle-dev-utils": "4.2.17"
16+
"razzle": "4.2.18",
17+
"razzle-dev-utils": "4.2.18"
1818
},
1919
"dependencies": {
2020
"webpack-manifest-plugin": "^4.0.2"

packages/razzle-plugin-mdx/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-mdx
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes

packages/razzle-plugin-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razzle-plugin-mdx",
3-
"version": "4.2.17",
3+
"version": "4.2.18",
44
"description": "Use mdx with Razzle",
55
"main": "index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"@mdx-js/mdx": "^1.6.18"
1919
},
2020
"peerDependencies": {
21-
"razzle": "4.2.17",
22-
"razzle-dev-utils": "4.2.17"
21+
"razzle": "4.2.18",
22+
"razzle-dev-utils": "4.2.18"
2323
}
2424
}

packages/razzle-plugin-php/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# razzle-plugin-php
22

3+
## 4.2.18
4+
5+
### Patch Changes
6+
7+
- [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js
8+
9+
- Updated dependencies [[`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c)]:
10+
11+
12+
313
## 4.2.17
414

515
### Patch Changes

0 commit comments

Comments
 (0)