Skip to content

Commit

Permalink
Version Packages (#675)
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] committed May 8, 2022
1 parent f6d5337 commit cff8a51
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 26 deletions.
9 changes: 0 additions & 9 deletions .changeset/twenty-crabs-boil.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/esbuild-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vanilla-extract/esbuild-plugin

## 2.0.5

### Patch Changes

- [#673](https://github.com/seek-oss/vanilla-extract/pull/673) [`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where `.css.ts` files with the same file path from other packages could have identifier collisions

- Updated dependencies [[`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140)]:
- @vanilla-extract/integration@4.0.1

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/esbuild-plugin",
"version": "2.0.4",
"version": "2.0.5",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-esbuild-plugin.cjs.js",
"module": "dist/vanilla-extract-esbuild-plugin.esm.js",
Expand All @@ -15,7 +15,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^4.0.0"
"@vanilla-extract/integration": "^4.0.1"
},
"devDependencies": {
"esbuild": "^0.11.16"
Expand Down
6 changes: 6 additions & 0 deletions packages/integration/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vanilla-extract/integration

## 4.0.1

### Patch Changes

- [#673](https://github.com/seek-oss/vanilla-extract/pull/673) [`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where `.css.ts` files with the same file path from other packages could have identifier collisions

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/integration",
"version": "4.0.0",
"version": "4.0.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-integration.cjs.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
@@ -1,6 +1,16 @@
# @vanilla-extract/rollup-plugin

## 1.0.2

### Patch Changes

- [#673](https://github.com/seek-oss/vanilla-extract/pull/673) [`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where `.css.ts` files with the same file path from other packages could have identifier collisions

- Updated dependencies [[`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140)]:
- @vanilla-extract/integration@4.0.1

## 1.0.1

### Patch Changes

- Updated dependencies [[`3c9b7d9`](https://github.com/seek-oss/vanilla-extract/commit/3c9b7d9f2f7cba8635e7459c36585109b6616636)]:
Expand Down
6 changes: 3 additions & 3 deletions packages/rollup-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/rollup-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-rollup-plugin.cjs.js",
"module": "dist/vanilla-extract-rollup-plugin.esm.js",
Expand All @@ -15,13 +15,13 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^4.0.0"
"@vanilla-extract/integration": "^4.0.1"
},
"devDependencies": {
"@fixtures/themed": "*",
"@rollup/plugin-json": "^4.1.0",
"@vanilla-extract/css": "^1.7.0",
"@vanilla-extract/rollup-plugin": "^1.0.1",
"@vanilla-extract/rollup-plugin": "^1.0.2",
"esbuild": "^0.11.16",
"rollup": "^2.7.0",
"rollup-plugin-esbuild": "^4.9.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vanilla-extract/vite-plugin

## 3.1.6

### Patch Changes

- [#673](https://github.com/seek-oss/vanilla-extract/pull/673) [`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where `.css.ts` files with the same file path from other packages could have identifier collisions

- Updated dependencies [[`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140)]:
- @vanilla-extract/integration@4.0.1

## 3.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/vite-plugin",
"version": "3.1.5",
"version": "3.1.6",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
"module": "dist/vanilla-extract-vite-plugin.esm.js",
Expand All @@ -15,7 +15,7 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^4.0.0",
"@vanilla-extract/integration": "^4.0.1",
"outdent": "^0.8.0",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vanilla-extract/webpack-plugin

## 2.1.10

### Patch Changes

- [#673](https://github.com/seek-oss/vanilla-extract/pull/673) [`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix issue where `.css.ts` files with the same file path from other packages could have identifier collisions

- Updated dependencies [[`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140)]:
- @vanilla-extract/integration@4.0.1

## 2.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/webpack-plugin",
"version": "2.1.9",
"version": "2.1.10",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-webpack-plugin.cjs.js",
"module": "dist/vanilla-extract-webpack-plugin.esm.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"webpack": "^4.30.0 || ^5.20.2"
},
"dependencies": {
"@vanilla-extract/integration": "^4.0.0",
"@vanilla-extract/integration": "^4.0.1",
"chalk": "^4.1.1",
"debug": "^4.3.1",
"loader-utils": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

9 changes: 9 additions & 0 deletions test-helpers/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vanilla-extract-private/test-helpers

## 0.0.15

### Patch Changes

- Updated dependencies [[`f6d5337`](https://github.com/seek-oss/vanilla-extract/commit/f6d5337ae7b955add2bb4a27ffafe1ff55b1a140)]:
- @vanilla-extract/vite-plugin@3.1.6
- @vanilla-extract/webpack-plugin@2.1.10
- @vanilla-extract/esbuild-plugin@2.0.5

## 0.0.14

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

## 0.0.15

### Patch Changes

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

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/tests",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"author": "SEEK",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit cff8a51

Please sign in to comment.