Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent 911c8b7 commit 21c57a6
Show file tree
Hide file tree
Showing 28 changed files with 125 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-suns-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-terms-hang.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/webpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vanilla-extract-example-webpack-react

## 0.0.25

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webpack",
"react"
],
"version": "0.0.24",
"version": "0.0.25",
"main": "src/index.ts",
"author": "SEEK",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/css": "1.13.1",
"@vanilla-extract/sprinkles": "^1.6.1",
"@vanilla-extract/webpack-plugin": "^2.3.0",
"babel-loader": "^8.2.2",
Expand Down
7 changes: 7 additions & 0 deletions fixtures/features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/features

## 0.0.23

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/features/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fixtures/features",
"version": "0.0.22",
"version": "0.0.23",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/css": "1.13.1",
"@vanilla-extract/dynamic": "2.0.3"
}
}
7 changes: 7 additions & 0 deletions fixtures/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/layers

## 0.0.6

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@fixtures/layers",
"version": "0.0.5",
"version": "0.0.6",
"main": "src/index.ts",
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0"
"@vanilla-extract/css": "1.13.1"
}
}
7 changes: 7 additions & 0 deletions fixtures/low-level/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/low-level

## 0.0.23

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/low-level/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@fixtures/low-level",
"version": "0.0.22",
"version": "0.0.23",
"main": "src/index.ts",
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0"
"@vanilla-extract/css": "1.13.1"
}
}
8 changes: 8 additions & 0 deletions fixtures/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/recipes

## 0.0.26

### Patch Changes

- Updated dependencies [[`d16c22f`](https://github.com/vanilla-extract-css/vanilla-extract/commit/d16c22f19d86bf01c1fc4bf4c8914786fb0b9cc9), [`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/recipes@0.5.1
- @vanilla-extract/css@1.13.1

## 0.0.25

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions fixtures/recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fixtures/recipes",
"version": "0.0.25",
"version": "0.0.26",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/recipes": "0.5.0"
"@vanilla-extract/css": "1.13.1",
"@vanilla-extract/recipes": "0.5.1"
}
}
7 changes: 7 additions & 0 deletions fixtures/sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/sprinkles

## 0.0.28

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/sprinkles/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fixtures/sprinkles",
"version": "0.0.27",
"version": "0.0.28",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/css": "1.13.1",
"@vanilla-extract/sprinkles": "1.6.1"
}
}
7 changes: 7 additions & 0 deletions fixtures/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/themed

## 0.0.23

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 0.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fixtures/themed",
"version": "0.0.22",
"version": "0.0.23",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0",
"@vanilla-extract/css": "1.13.1",
"@vanilla-extract/dynamic": "2.0.3"
}
}
7 changes: 7 additions & 0 deletions fixtures/unused-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/unused-modules

## 1.0.23

### Patch Changes

- Updated dependencies [[`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99)]:
- @vanilla-extract/css@1.13.1

## 1.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/unused-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fixtures/unused-modules",
"version": "1.0.22",
"version": "1.0.23",
"main": "src/index.ts",
"sideEffects": [
"src/global.css.ts"
],
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.13.0"
"@vanilla-extract/css": "1.13.1"
}
}
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/css

## 1.13.1

### Patch Changes

- [#1215](https://github.com/vanilla-extract-css/vanilla-extract/pull/1215) [`911c8b7`](https://github.com/vanilla-extract-css/vanilla-extract/commit/911c8b7b95b1164d2ad5fbf555209df9e8b3ad99) Thanks [@mrm007](https://github.com/mrm007)! - Replace dependency `ahocorasick` with `modern-ahocorasick`

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/css",
"version": "1.13.0",
"version": "1.13.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": true,
"main": "dist/vanilla-extract-css.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/recipes

## 0.5.1

### Patch Changes

- [#1161](https://github.com/vanilla-extract-css/vanilla-extract/pull/1161) [`d16c22f`](https://github.com/vanilla-extract-css/vanilla-extract/commit/d16c22f19d86bf01c1fc4bf4c8914786fb0b9cc9) Thanks [@PrettyCoffee](https://github.com/PrettyCoffee)! - Improve IDE hover of `RecipeVariants` type by explicitly resolving its output

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/recipes",
"version": "0.5.0",
"version": "0.5.1",
"description": "Create multi-variant styles with a type-safe runtime API, heavily inspired by https://stitches.dev",
"sideEffects": false,
"main": "dist/vanilla-extract-recipes.cjs.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"@vanilla-extract/css": "^1.0.0"
},
"devDependencies": {
"@vanilla-extract/css": "^1.9.2"
"@vanilla-extract/css": "^1.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@fixtures/themed": "*",
"@rollup/plugin-json": "^4.1.0",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/css": "^1.13.1",
"esbuild": "0.17.6",
"rollup": "^2.7.0",
"rollup-plugin-esbuild": "^4.9.1"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 21c57a6

Please sign in to comment.