Skip to content

Commit 2a23ce4

Browse files
authored
Version Packages (#811)
1 parent c38b152 commit 2a23ce4

File tree

25 files changed

+152
-63
lines changed

25 files changed

+152
-63
lines changed

.changeset/gold-trainers-sing.md

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

.changeset/hungry-ties-judge.md

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

.changeset/popular-seas-relate.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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb)]:
8+
- @vanilla-extract/css@1.9.0
9+
310
## 0.0.13
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.13",
13+
"version": "0.0.14",
1414
"main": "src/index.ts",
1515
"author": "SEEK",
1616
"scripts": {
@@ -23,7 +23,7 @@
2323
"@babel/preset-react": "^7.13.13",
2424
"@babel/preset-typescript": "^7.13.0",
2525
"@vanilla-extract/babel-plugin": "^1.2.0",
26-
"@vanilla-extract/css": "1.8.0",
26+
"@vanilla-extract/css": "1.9.0",
2727
"@vanilla-extract/sprinkles": "^1.3.3",
2828
"@vanilla-extract/webpack-plugin": "^2.1.12",
2929
"babel-loader": "^8.2.2",

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb)]:
8+
- @vanilla-extract/css@1.9.0
9+
310
## 0.0.11
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.11",
3+
"version": "0.0.12",
44
"main": "src/index.ts",
55
"sideEffects": true,
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "1.8.0",
9+
"@vanilla-extract/css": "1.9.0",
1010
"@vanilla-extract/dynamic": "2.0.2"
1111
}
1212
}

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb)]:
8+
- @vanilla-extract/css@1.9.0
9+
310
## 0.0.11
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.11",
3+
"version": "0.0.12",
44
"main": "src/index.ts",
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "1.8.0"
8+
"@vanilla-extract/css": "1.9.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb), [`c38b152`](https://github.com/seek-oss/vanilla-extract/commit/c38b152ff6dbcf0f2b4226fc167d67314ecebabb)]:
8+
- @vanilla-extract/css@1.9.0
9+
310
## 0.0.12
411

512
### Patch Changes

0 commit comments

Comments
 (0)