Skip to content

Commit bb12773

Browse files
Version Packages (#1165)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e391bae commit bb12773

File tree

34 files changed

+160
-48
lines changed

34 files changed

+160
-48
lines changed

.changeset/curly-lies-flash.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/webpack-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vanilla-extract-example-webpack-react
22

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e391bae`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e391baec32463c60503f631ace578a71952f8180)]:
8+
- @vanilla-extract/css@1.13.0
9+
- @vanilla-extract/webpack-plugin@2.3.0
10+
311
## 0.0.23
412

513
### Patch Changes

examples/webpack-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"webpack",
1111
"react"
1212
],
13-
"version": "0.0.23",
13+
"version": "0.0.24",
1414
"main": "src/index.ts",
1515
"author": "SEEK",
1616
"scripts": {
@@ -22,9 +22,9 @@
2222
"@babel/preset-env": "^7.20.2",
2323
"@babel/preset-react": "^7.18.6",
2424
"@babel/preset-typescript": "^7.18.6",
25-
"@vanilla-extract/css": "1.12.0",
25+
"@vanilla-extract/css": "1.13.0",
2626
"@vanilla-extract/sprinkles": "^1.6.1",
27-
"@vanilla-extract/webpack-plugin": "^2.2.0",
27+
"@vanilla-extract/webpack-plugin": "^2.3.0",
2828
"babel-loader": "^8.2.2",
2929
"css-loader": "^5.2.4",
3030
"html-webpack-plugin": "^5.3.1",

fixtures/features/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fixtures/features
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e391bae`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e391baec32463c60503f631ace578a71952f8180)]:
8+
- @vanilla-extract/css@1.13.0
9+
310
## 0.0.21
411

512
### Patch Changes

fixtures/features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@fixtures/features",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "1.12.0",
9+
"@vanilla-extract/css": "1.13.0",
1010
"@vanilla-extract/dynamic": "2.0.3"
1111
}
1212
}

fixtures/layers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fixtures/layers
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e391bae`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e391baec32463c60503f631ace578a71952f8180)]:
8+
- @vanilla-extract/css@1.13.0
9+
310
## 0.0.4
411

512
### Patch Changes

fixtures/layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@fixtures/layers",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "src/index.ts",
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "1.12.0"
8+
"@vanilla-extract/css": "1.13.0"
99
}
1010
}

fixtures/low-level/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fixtures/low-level
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e391bae`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e391baec32463c60503f631ace578a71952f8180)]:
8+
- @vanilla-extract/css@1.13.0
9+
310
## 0.0.21
411

512
### Patch Changes

fixtures/low-level/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@fixtures/low-level",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"main": "src/index.ts",
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "1.12.0"
8+
"@vanilla-extract/css": "1.13.0"
99
}
1010
}

fixtures/recipes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fixtures/recipes
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e391bae`](https://github.com/vanilla-extract-css/vanilla-extract/commit/e391baec32463c60503f631ace578a71952f8180)]:
8+
- @vanilla-extract/css@1.13.0
9+
310
## 0.0.24
411

512
### Patch Changes

0 commit comments

Comments
 (0)