From 5833d4ee996d43897c59b5404288eb960a6773c6 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:04:45 +1000 Subject: [PATCH] Version Packages (#196) Co-authored-by: github-actions[bot] --- .changeset/quiet-cycles-reply.md | 5 ----- examples/webpack-react/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 6 ++++++ packages/webpack-plugin/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/quiet-cycles-reply.md diff --git a/.changeset/quiet-cycles-reply.md b/.changeset/quiet-cycles-reply.md deleted file mode 100644 index c99f3358b..000000000 --- a/.changeset/quiet-cycles-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vanilla-extract/webpack-plugin': patch ---- - -Fix issue when @vanilla-extract/webpack-plugin is nested within a separate node_modules folder diff --git a/examples/webpack-react/package.json b/examples/webpack-react/package.json index 016de49e4..c0f2aca60 100644 --- a/examples/webpack-react/package.json +++ b/examples/webpack-react/package.json @@ -25,7 +25,7 @@ "@vanilla-extract/babel-plugin": "^1.0.0", "@vanilla-extract/css": "1.0.0", "@vanilla-extract/sprinkles": "^0.4.2", - "@vanilla-extract/webpack-plugin": "^1.0.1", + "@vanilla-extract/webpack-plugin": "^1.0.2", "babel-loader": "^8.2.2", "css-loader": "^5.2.4", "html-webpack-plugin": "^5.3.1", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index dc22ee94b..8af990eb7 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @vanilla-extract/webpack-plugin +## 1.0.2 + +### Patch Changes + +- [#195](https://github.com/seek-oss/vanilla-extract/pull/195) [`1099b34`](https://github.com/seek-oss/vanilla-extract/commit/1099b34437757522799c26bec7471df209ef9b36) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue when @vanilla-extract/webpack-plugin is nested within a separate node_modules folder + ## 1.0.1 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 415b71830..984aa7d0b 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/webpack-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-webpack-plugin.cjs.js", "module": "dist/vanilla-extract-webpack-plugin.esm.js", diff --git a/yarn.lock b/yarn.lock index 2459bca92..c840101bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3267,7 +3267,7 @@ __metadata: languageName: unknown linkType: soft -"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^1.0.1, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin": +"@vanilla-extract/webpack-plugin@*, @vanilla-extract/webpack-plugin@^1.0.2, @vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin": version: 0.0.0-use.local resolution: "@vanilla-extract/webpack-plugin@workspace:packages/webpack-plugin" dependencies: @@ -14993,7 +14993,7 @@ typescript@^4.1.3: "@vanilla-extract/babel-plugin": ^1.0.0 "@vanilla-extract/css": 1.0.0 "@vanilla-extract/sprinkles": ^0.4.2 - "@vanilla-extract/webpack-plugin": ^1.0.1 + "@vanilla-extract/webpack-plugin": ^1.0.2 babel-loader: ^8.2.2 css-loader: ^5.2.4 html-webpack-plugin: ^5.3.1