Skip to content

Commit

Permalink
Merge pull request #1862 from jaredpalmer/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fivethreeo authored May 20, 2022
2 parents 341680c + 9f564bc commit 4b6d6ad
Show file tree
Hide file tree
Showing 46 changed files with 274 additions and 99 deletions.
26 changes: 0 additions & 26 deletions .changeset/nervous-sloths-stare.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/tough-avocados-hide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/babel-preset-razzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-razzle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-razzle-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-razzle-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/razzle-dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/razzle-plugin-bundle-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/razzle-plugin-bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -17,6 +17,6 @@
"webpack-bundle-analyzer": "^3.9.0"
},
"peerDependencies": {
"razzle": "4.2.16"
"razzle": "4.2.17"
}
}
8 changes: 8 additions & 0 deletions packages/razzle-plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle-plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/razzle-plugin-devcert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/razzle-plugin-devcert/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/razzle-plugin-elm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/razzle-plugin-elm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,6 +14,6 @@
},
"peerDependencies": {
"elm": "^0.19.1-5",
"razzle-dev-utils": "4.2.16"
"razzle-dev-utils": "4.2.17"
}
}
8 changes: 8 additions & 0 deletions packages/razzle-plugin-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-plugin-eslint",
"version": "4.2.16",
"version": "4.2.17",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/razzle-plugin-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/razzle-plugin-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/razzle-plugin-inferno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle-plugin-inferno/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/razzle-plugin-less/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/razzle-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-plugin-less",
"version": "4.2.16",
"version": "4.2.17",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -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"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/razzle-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
- [email protected]

## 4.2.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/razzle-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,8 +13,8 @@
"email": "[email protected]"
},
"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"
Expand Down
Loading

1 comment on commit 4b6d6ad

@vercel
Copy link

@vercel vercel bot commented on 4b6d6ad May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

razzle – ./

razzle-docs.vercel.app
razzle-jared.vercel.app
razzlejs.org
razzle-git-master-jared.vercel.app

Please sign in to comment.