Skip to content

Commit a623c1c

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+198
-100
lines changed

.changeset/chilly-hairs-serve.md

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

.changeset/hip-zebras-hear.md

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

.changeset/honest-pugs-tap.md

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

.changeset/rare-days-suffer.md

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

.changeset/soft-weeks-confess.md

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

.changeset/warm-bulldogs-sin.md

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

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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`90f0315`](https://github.com/vanilla-extract-css/vanilla-extract/commit/90f03153bb7c4a8d5b448eab228c46203e9cdaed)]:
8+
- @vanilla-extract/css@1.14.2
9+
310
## 0.0.26
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.26",
13+
"version": "0.0.27",
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.1",
25+
"@vanilla-extract/css": "1.14.2",
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.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`90f0315`](https://github.com/vanilla-extract-css/vanilla-extract/commit/90f03153bb7c4a8d5b448eab228c46203e9cdaed)]:
8+
- @vanilla-extract/css@1.14.2
9+
310
## 0.0.24
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.24",
3+
"version": "0.0.25",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "1.14.1",
9+
"@vanilla-extract/css": "1.14.2",
1010
"@vanilla-extract/dynamic": "2.1.0"
1111
}
1212
}

0 commit comments

Comments
 (0)