Skip to content

Commit 1381e54

Browse files
Version Packages (#1384)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02e2b09 commit 1381e54

File tree

39 files changed

+213
-69
lines changed

39 files changed

+213
-69
lines changed

.changeset/eighty-shirts-lie.md

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

examples/remix/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# vanilla-extract-example-remix
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df9fe3ee3fc0057bc14a2333a405f8229f80c214`](https://github.com/vanilla-extract-css/vanilla-extract/commit/df9fe3ee3fc0057bc14a2333a405f8229f80c214)]:
8+
- @vanilla-extract/css@1.15.0

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-extract-example-remix",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/webpack-react/CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df9fe3ee3fc0057bc14a2333a405f8229f80c214`](https://github.com/vanilla-extract-css/vanilla-extract/commit/df9fe3ee3fc0057bc14a2333a405f8229f80c214)]:
8+
- @vanilla-extract/css@1.15.0
9+
310
## 0.0.27
411

512
### Patch Changes

examples/webpack-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"webpack",
1111
"react"
1212
],
13-
"version": "0.0.27",
13+
"version": "0.0.28",
1414
"main": "src/index.ts",
1515
"author": "SEEK",
1616
"scripts": {
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "^7.23.9",
2323
"@babel/preset-react": "^7.23.3",
2424
"@babel/preset-typescript": "^7.23.3",
25-
"@vanilla-extract/css": "1.14.2",
25+
"@vanilla-extract/css": "1.15.0",
2626
"@vanilla-extract/sprinkles": "^1.6.1",
2727
"@vanilla-extract/webpack-plugin": "^2.3.3",
2828
"babel-loader": "^9.1.3",

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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df9fe3ee3fc0057bc14a2333a405f8229f80c214`](https://github.com/vanilla-extract-css/vanilla-extract/commit/df9fe3ee3fc0057bc14a2333a405f8229f80c214)]:
8+
- @vanilla-extract/css@1.15.0
9+
310
## 0.0.25
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.25",
3+
"version": "0.0.26",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "1.14.2",
9+
"@vanilla-extract/css": "1.15.0",
1010
"@vanilla-extract/dynamic": "2.1.0"
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df9fe3ee3fc0057bc14a2333a405f8229f80c214`](https://github.com/vanilla-extract-css/vanilla-extract/commit/df9fe3ee3fc0057bc14a2333a405f8229f80c214)]:
8+
- @vanilla-extract/css@1.15.0
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"main": "src/index.ts",
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "1.14.2"
8+
"@vanilla-extract/css": "1.15.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df9fe3ee3fc0057bc14a2333a405f8229f80c214`](https://github.com/vanilla-extract-css/vanilla-extract/commit/df9fe3ee3fc0057bc14a2333a405f8229f80c214)]:
8+
- @vanilla-extract/css@1.15.0
9+
310
## 0.0.25
411

512
### Patch Changes

0 commit comments

Comments
 (0)