Skip to content

Commit de4a19c

Browse files
authored
Version Packages (#172)
1 parent 84a8611 commit de4a19c

File tree

27 files changed

+163
-70
lines changed

27 files changed

+163
-70
lines changed

.changeset/empty-squids-build.md

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

examples/webpack-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@babel/preset-env": "^7.13.15",
2323
"@babel/preset-react": "^7.13.13",
2424
"@babel/preset-typescript": "^7.13.0",
25-
"@vanilla-extract/babel-plugin": "^0.4.2",
26-
"@vanilla-extract/css": "0.5.3",
27-
"@vanilla-extract/sprinkles": "^0.4.1",
28-
"@vanilla-extract/webpack-plugin": "^0.3.1",
25+
"@vanilla-extract/babel-plugin": "^1.0.0",
26+
"@vanilla-extract/css": "1.0.0",
27+
"@vanilla-extract/sprinkles": "^0.4.2",
28+
"@vanilla-extract/webpack-plugin": "^1.0.0",
2929
"babel-loader": "^8.2.2",
3030
"css-loader": "^5.2.4",
3131
"html-webpack-plugin": "^5.3.1",

fixtures/low-level/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"author": "SEEK",
66
"private": true,
77
"dependencies": {
8-
"@vanilla-extract/css": "0.5.3"
8+
"@vanilla-extract/css": "1.0.0"
99
}
1010
}

fixtures/sprinkles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "0.5.3",
10-
"@vanilla-extract/sprinkles": "0.4.1"
9+
"@vanilla-extract/css": "1.0.0",
10+
"@vanilla-extract/sprinkles": "0.4.2"
1111
}
1212
}

fixtures/themed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "SEEK",
77
"private": true,
88
"dependencies": {
9-
"@vanilla-extract/css": "0.5.3",
10-
"@vanilla-extract/dynamic": "0.1.0"
9+
"@vanilla-extract/css": "1.0.0",
10+
"@vanilla-extract/dynamic": "1.0.0"
1111
}
1212
}

fixtures/unused-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"author": "SEEK",
99
"private": true,
1010
"dependencies": {
11-
"@vanilla-extract/css": "0.5.3"
11+
"@vanilla-extract/css": "1.0.0"
1212
}
1313
}

packages/babel-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vanilla-extract/babel-plugin
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#171](https://github.com/seek-oss/vanilla-extract/pull/171) [`84a8611`](https://github.com/seek-oss/vanilla-extract/commit/84a8611972f32a00a6cbd85267a01dd2d31be869) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Release v1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`84a8611`](https://github.com/seek-oss/vanilla-extract/commit/84a8611972f32a00a6cbd85267a01dd2d31be869)]:
12+
- @vanilla-extract/integration@1.0.0
13+
314
## 0.4.2
415

516
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/babel-plugin",
3-
"version": "0.4.2",
3+
"version": "1.0.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-babel-plugin.cjs.js",
66
"module": "dist/vanilla-extract-babel-plugin.esm.js",
@@ -22,6 +22,6 @@
2222
"dependencies": {
2323
"@babel/core": "^7.13.10",
2424
"@babel/template": "^7.12.13",
25-
"@vanilla-extract/integration": "^0.1.2"
25+
"@vanilla-extract/integration": "^1.0.0"
2626
}
2727
}

packages/css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vanilla-extract/css
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#171](https://github.com/seek-oss/vanilla-extract/pull/171) [`84a8611`](https://github.com/seek-oss/vanilla-extract/commit/84a8611972f32a00a6cbd85267a01dd2d31be869) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Release v1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`84a8611`](https://github.com/seek-oss/vanilla-extract/commit/84a8611972f32a00a6cbd85267a01dd2d31be869)]:
12+
- @vanilla-extract/private@1.0.0
13+
314
## 0.5.3
415

516
### Patch Changes

packages/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/css",
3-
"version": "0.5.3",
3+
"version": "1.0.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",
@@ -34,7 +34,7 @@
3434
"license": "MIT",
3535
"dependencies": {
3636
"@emotion/hash": "^0.8.0",
37-
"@vanilla-extract/private": "^0.1.2",
37+
"@vanilla-extract/private": "^1.0.0",
3838
"chalk": "^4.1.1",
3939
"css-selector-parser": "^1.4.1",
4040
"cssesc": "^3.0.0",

0 commit comments

Comments
 (0)