Skip to content

Commit

Permalink
Version Packages (#196)
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
seek-oss-ci and github-actions[bot] authored Jun 16, 2021
1 parent 1099b34 commit 5833d4e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-cycles-reply.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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

## 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
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": "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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5833d4e

Please sign in to comment.