Skip to content

Commit

Permalink
Version Packages (#1235)
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 Nov 15, 2023
1 parent ca68a90 commit 5c9216c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-laws-poke.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- [#1232](https://github.com/vanilla-extract-css/vanilla-extract/pull/1232) [`ca68a90`](https://github.com/vanilla-extract-css/vanilla-extract/commit/ca68a9091111cf137071fb43a658952d9aaba71d) Thanks [@mrm007](https://github.com/mrm007)! - Make `esbuild` an optional peer dependency
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@vanilla-extract/esbuild-plugin-next",
"version": "0.0.0",
"version": "0.0.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-esbuild-plugin-next.cjs.js",
"module": "dist/vanilla-extract-esbuild-plugin-next.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/esbuild-plugin

## 2.3.1

### Patch Changes

- [#1232](https://github.com/vanilla-extract-css/vanilla-extract/pull/1232) [`ca68a90`](https://github.com/vanilla-extract-css/vanilla-extract/commit/ca68a9091111cf137071fb43a658952d9aaba71d) Thanks [@mrm007](https://github.com/mrm007)! - Make `esbuild` an optional peer dependency

## 2.3.0

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

0 comments on commit 5c9216c

Please sign in to comment.