Skip to content

Commit

Permalink
Version Packages (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Jun 21, 2021
1 parent 16f77ef commit 65014ef
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-pets-laugh.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@vanilla-extract/babel-plugin": "^1.0.0",
"@vanilla-extract/css": "1.0.0",
"@vanilla-extract/css": "1.0.1",
"@vanilla-extract/sprinkles": "^0.4.2",
"@vanilla-extract/webpack-plugin": "^1.0.2",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/low-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.0.0"
"@vanilla-extract/css": "1.0.1"
}
}
2 changes: 1 addition & 1 deletion fixtures/sprinkles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.0.0",
"@vanilla-extract/css": "1.0.1",
"@vanilla-extract/sprinkles": "0.4.2"
}
}
2 changes: 1 addition & 1 deletion fixtures/themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.0.0",
"@vanilla-extract/css": "1.0.1",
"@vanilla-extract/dynamic": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/unused-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"author": "SEEK",
"private": true,
"dependencies": {
"@vanilla-extract/css": "1.0.0"
"@vanilla-extract/css": "1.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/css

## 1.0.1

### Patch Changes

- [#204](https://github.com/seek-oss/vanilla-extract/pull/204) [`16f77ef`](https://github.com/seek-oss/vanilla-extract/commit/16f77efba69a11fb37a43c83af8e39c1534dffea) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Ensure `:where`/`:is` selectors are supported when validating scoped selectors

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/css",
"version": "1.0.0",
"version": "1.0.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": true,
"main": "dist/vanilla-extract-css.cjs.js",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1755,15 +1755,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fixtures/low-level@workspace:fixtures/low-level"
dependencies:
"@vanilla-extract/css": 1.0.0
"@vanilla-extract/css": 1.0.1
languageName: unknown
linkType: soft

"@fixtures/sprinkles@workspace:fixtures/sprinkles":
version: 0.0.0-use.local
resolution: "@fixtures/sprinkles@workspace:fixtures/sprinkles"
dependencies:
"@vanilla-extract/css": 1.0.0
"@vanilla-extract/css": 1.0.1
"@vanilla-extract/sprinkles": 0.4.2
languageName: unknown
linkType: soft
Expand All @@ -1772,7 +1772,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fixtures/themed@workspace:fixtures/themed"
dependencies:
"@vanilla-extract/css": 1.0.0
"@vanilla-extract/css": 1.0.1
"@vanilla-extract/dynamic": 1.0.0
languageName: unknown
linkType: soft
Expand All @@ -1781,7 +1781,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fixtures/unused-modules@workspace:fixtures/unused-modules"
dependencies:
"@vanilla-extract/css": 1.0.0
"@vanilla-extract/css": 1.0.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3182,7 +3182,7 @@ __metadata:
languageName: unknown
linkType: soft

"@vanilla-extract/css@*, @vanilla-extract/css@1.0.0, @vanilla-extract/css@^1.0.0, @vanilla-extract/css@workspace:packages/css":
"@vanilla-extract/css@*, @vanilla-extract/css@1.0.1, @vanilla-extract/css@^1.0.0, @vanilla-extract/css@workspace:packages/css":
version: 0.0.0-use.local
resolution: "@vanilla-extract/css@workspace:packages/css"
dependencies:
Expand Down Expand Up @@ -14991,7 +14991,7 @@ typescript@^4.1.3:
"@types/react-dom": ^17
"@types/tailwindcss": ^2
"@vanilla-extract/babel-plugin": ^1.0.0
"@vanilla-extract/css": 1.0.0
"@vanilla-extract/css": 1.0.1
"@vanilla-extract/sprinkles": ^0.4.2
"@vanilla-extract/webpack-plugin": ^1.0.2
babel-loader: ^8.2.2
Expand Down

0 comments on commit 65014ef

Please sign in to comment.