Skip to content

Commit

Permalink
Version Packages (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Jul 16, 2021
1 parent 1e49dfc commit c62b53c
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/eleven-colts-admire.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.1.0",
"@vanilla-extract/css": "1.1.1",
"@vanilla-extract/sprinkles": "^0.4.3",
"@vanilla-extract/webpack-plugin": "^1.0.3",
"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.1.0"
"@vanilla-extract/css": "1.1.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.1.0",
"@vanilla-extract/css": "1.1.1",
"@vanilla-extract/sprinkles": "0.4.3"
}
}
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.1.0",
"@vanilla-extract/css": "1.1.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.1.0"
"@vanilla-extract/css": "1.1.1"
}
}
9 changes: 9 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vanilla-extract/css

## 1.1.1

### Patch Changes

- [#235](https://github.com/seek-oss/vanilla-extract/pull/235) [`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createGlobalTheme` types when accepting an existing contract

- Updated dependencies [[`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e)]:
- @vanilla-extract/private@1.0.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/css",
"version": "1.1.0",
"version": "1.1.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": true,
"main": "dist/vanilla-extract-css.cjs.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"dependencies": {
"@emotion/hash": "^0.8.0",
"@vanilla-extract/private": "^1.0.0",
"@vanilla-extract/private": "^1.0.1",
"chalk": "^4.1.1",
"css-what": "^5.0.1",
"cssesc": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/private/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vanilla-extract/private

## 1.0.1

### Patch Changes

- [#235](https://github.com/seek-oss/vanilla-extract/pull/235) [`1e49dfc`](https://github.com/seek-oss/vanilla-extract/commit/1e49dfc4fc21ccb53870e297e5e4664b098cc22e) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `createGlobalTheme` types when accepting an existing contract

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/private/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/private",
"version": "1.0.0",
"version": "1.0.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": false,
"main": "dist/vanilla-extract-private.cjs.js",
Expand Down
16 changes: 8 additions & 8 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.1.0
"@vanilla-extract/css": 1.1.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.1.0
"@vanilla-extract/css": 1.1.1
"@vanilla-extract/sprinkles": 0.4.3
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.1.0
"@vanilla-extract/css": 1.1.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.1.0
"@vanilla-extract/css": 1.1.1
languageName: unknown
linkType: soft

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

"@vanilla-extract/css@*, @vanilla-extract/[email protected].0, @vanilla-extract/css@^1.0.0, @vanilla-extract/css@workspace:packages/css":
"@vanilla-extract/css@*, @vanilla-extract/[email protected].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:
"@emotion/hash": ^0.8.0
"@types/cssesc": ^3.0.0
"@types/dedent": ^0.7.0
"@vanilla-extract/private": ^1.0.0
"@vanilla-extract/private": ^1.0.1
chalk: ^4.1.1
css-what: ^5.0.1
cssesc: ^3.0.0
Expand Down Expand Up @@ -3233,7 +3233,7 @@ __metadata:
languageName: unknown
linkType: soft

"@vanilla-extract/private@^1.0.0, @vanilla-extract/private@workspace:packages/private":
"@vanilla-extract/private@^1.0.0, @vanilla-extract/private@^1.0.1, @vanilla-extract/private@workspace:packages/private":
version: 0.0.0-use.local
resolution: "@vanilla-extract/private@workspace:packages/private"
languageName: unknown
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.1.0
"@vanilla-extract/css": 1.1.1
"@vanilla-extract/sprinkles": ^0.4.3
"@vanilla-extract/webpack-plugin": ^1.0.3
babel-loader: ^8.2.2
Expand Down

0 comments on commit c62b53c

Please sign in to comment.