Skip to content

Commit

Permalink
Version Packages (#1440)
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 Jul 3, 2024
1 parent 765b856 commit 28df959
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-paws-shop.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/vite-plugin

## 4.0.13

### Patch Changes

- [#1438](https://github.com/vanilla-extract-css/vanilla-extract/pull/1438) [`765b85610207992693a822fb3b1aec995ab48409`](https://github.com/vanilla-extract-css/vanilla-extract/commit/765b85610207992693a822fb3b1aec995ab48409) Thanks [@ArrayKnight](https://github.com/ArrayKnight)! - Fixes a bug where changes to `.css.ts` dependencies of top-level `.css.ts` files would not generate new CSS

## 4.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/vite-plugin",
"version": "4.0.12",
"version": "4.0.13",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
"module": "dist/vanilla-extract-vite-plugin.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions test-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vanilla-extract-private/test-helpers

## 0.0.52

### Patch Changes

- Updated dependencies [[`765b85610207992693a822fb3b1aec995ab48409`](https://github.com/vanilla-extract-css/vanilla-extract/commit/765b85610207992693a822fb3b1aec995ab48409)]:
- @vanilla-extract/vite-plugin@4.0.13

## 0.0.51

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

## 0.0.55

### Patch Changes

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

## 0.0.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vanilla-extract-private/tests",
"private": true,
"version": "0.0.54",
"version": "0.0.55",
"author": "SEEK",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 28df959

Please sign in to comment.