Skip to content

Commit

Permalink
Version Packages (#1184)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vanilla-extract-ci and github-actions[bot] authored Sep 16, 2023
1 parent 89224fe commit af00b35
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/wise-oranges-talk.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/next-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vanilla-extract/next-plugin

## 2.3.1

### Patch Changes

- [#1180](https://github.com/vanilla-extract-css/vanilla-extract/pull/1180) [`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241) Thanks [@syfxlin](https://github.com/syfxlin)! - Fixes Next.js 13 CSS output on Windows when using React Server Components

- Updated dependencies [[`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241)]:
- @vanilla-extract/webpack-plugin@2.3.1

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/next-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-next-plugin.cjs.js",
"module": "dist/vanilla-extract-next-plugin.esm.js",
Expand All @@ -20,7 +20,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/webpack-plugin": "^2.3.0"
"@vanilla-extract/webpack-plugin": "^2.3.1"
},
"peerDependencies": {
"next": ">=12.1.7"
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/webpack-plugin

## 2.3.1

### Patch Changes

- [#1180](https://github.com/vanilla-extract-css/vanilla-extract/pull/1180) [`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241) Thanks [@syfxlin](https://github.com/syfxlin)! - Fixes Next.js 13 CSS output on Windows when using React Server Components

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/webpack-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-webpack-plugin.cjs.js",
"module": "dist/vanilla-extract-webpack-plugin.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vanilla-extract-private/test-helpers

## 0.0.45

### Patch Changes

- Updated dependencies [[`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241)]:
- @vanilla-extract/webpack-plugin@2.3.1

## 0.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/test-helpers",
"private": true,
"version": "0.0.44",
"version": "0.0.45",
"main": "src/index.ts",
"author": "SEEK",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vanilla-extract-private/tests

## 0.0.47

### Patch Changes

- Updated dependencies []:
- @vanilla-extract-private/test-helpers@0.0.45

## 0.0.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/tests",
"private": true,
"version": "0.0.46",
"version": "0.0.47",
"author": "SEEK",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit af00b35

Please sign in to comment.