Skip to content

Commit 5c9216c

Browse files
Version Packages (#1235)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca68a90 commit 5c9216c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/loud-laws-poke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @vanilla-extract/esbuild-plugin-next
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#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

packages/esbuild-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vanilla-extract/esbuild-plugin-next",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "Zero-runtime Stylesheets-in-TypeScript",
66
"main": "dist/vanilla-extract-esbuild-plugin-next.cjs.js",
77
"module": "dist/vanilla-extract-esbuild-plugin-next.esm.js",

packages/esbuild-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vanilla-extract/esbuild-plugin
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.3.0
410

511
### Minor Changes

packages/esbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/esbuild-plugin",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-esbuild-plugin.cjs.js",
66
"module": "dist/vanilla-extract-esbuild-plugin.esm.js",

0 commit comments

Comments
 (0)