Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 61878f5 commit c224a63
Show file tree
Hide file tree
Showing 64 changed files with 292 additions and 46 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-hairs-change.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/twenty-bananas-relate.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vanilla-extract-example-remix

## 0.0.5

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-extract-example-remix",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/webpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vanilla-extract-example-webpack-react

## 0.0.33

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/sprinkles@1.6.3
- @vanilla-extract/webpack-plugin@2.3.12

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webpack",
"react"
],
"version": "0.0.32",
"version": "0.0.33",
"main": "src/index.ts",
"author": "SEEK",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions fixtures/features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/features

## 0.0.30

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/dynamic@2.1.2

## 0.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/features",
"version": "0.0.29",
"version": "0.0.30",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
Expand Down
7 changes: 7 additions & 0 deletions fixtures/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/layers

## 0.0.13

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/layers",
"version": "0.0.12",
"version": "0.0.13",
"main": "src/index.ts",
"author": "SEEK",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions fixtures/low-level/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/low-level

## 0.0.30

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 0.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/low-level/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/low-level",
"version": "0.0.29",
"version": "0.0.30",
"main": "src/index.ts",
"author": "SEEK",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions fixtures/next-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fixtures/next-app-router

## 0.0.6

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/recipes@0.5.5
- @vanilla-extract/sprinkles@1.6.3
- @fixtures/features@0.0.30
- @fixtures/recipes@0.0.35
- @fixtures/sprinkles@0.0.35

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/next-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fixtures/next-app-router",
"description": "Next app router fixtures",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions fixtures/next-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fixtures/next-pages-router

## 0.0.6

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/recipes@0.5.5
- @vanilla-extract/sprinkles@1.6.3
- @fixtures/features@0.0.30
- @fixtures/recipes@0.0.35
- @fixtures/sprinkles@0.0.35

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/next-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fixtures/next-pages-router",
"description": "Next pages router fixtures",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions fixtures/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/recipes

## 0.0.35

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/recipes@0.5.5

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/recipes",
"version": "0.0.34",
"version": "0.0.35",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
Expand Down
8 changes: 8 additions & 0 deletions fixtures/sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/sprinkles

## 0.0.35

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/sprinkles@1.6.3

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/sprinkles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/sprinkles",
"version": "0.0.34",
"version": "0.0.35",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
Expand Down
7 changes: 7 additions & 0 deletions fixtures/template-string-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/template-string-paths

## 0.0.7

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/template-string-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/template-string-paths",
"version": "0.0.6",
"version": "0.0.7",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
Expand Down
8 changes: 8 additions & 0 deletions fixtures/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/themed

## 0.0.30

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @vanilla-extract/dynamic@2.1.2

## 0.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/themed",
"version": "0.0.29",
"version": "0.0.30",
"main": "src/index.ts",
"sideEffects": true,
"author": "SEEK",
Expand Down
8 changes: 8 additions & 0 deletions fixtures/thirdparty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/thirdparty

## 0.0.8

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @fixtures/thirdparty-dep@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/thirdparty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/thirdparty",
"version": "0.0.7",
"version": "0.0.8",
"main": "src/index.ts",
"author": "SEEK",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions fixtures/thirdparty/thirdparty-dep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fixtures/thirdparty-dep

## 0.0.8

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4
- @fixtures/thirdparty-dep-dep@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/thirdparty/thirdparty-dep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/thirdparty-dep",
"version": "0.0.7",
"version": "0.0.8",
"exports": {
".": {
"import": "./index.mjs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/thirdparty-dep-dep

## 0.0.8

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 0.0.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/thirdparty-dep-dep",
"version": "0.0.7",
"version": "0.0.8",
"exports": {
".": {
"import": "./index.mjs"
Expand Down
7 changes: 7 additions & 0 deletions fixtures/unused-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fixtures/unused-modules

## 1.0.30

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/css@1.15.4

## 1.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/unused-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fixtures/unused-modules",
"version": "1.0.29",
"version": "1.0.30",
"main": "src/index.ts",
"sideEffects": [
"src/global.css.ts"
Expand Down
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.15.4

### Patch Changes

- [#1463](https://github.com/vanilla-extract-css/vanilla-extract/pull/1463) [`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a) Thanks [@askoufis](https://github.com/askoufis)! - Export types with `export { type T }` syntax

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/private@1.0.6

## 1.15.3

### Patch 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.15.3",
"version": "1.15.4",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": true,
"main": "dist/vanilla-extract-css.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/dynamic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vanilla-extract/dynamic

## 2.1.2

### Patch Changes

- Updated dependencies [[`61878f5fb21a33190ef242551c639e216ba4748a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/61878f5fb21a33190ef242551c639e216ba4748a)]:
- @vanilla-extract/private@1.0.6

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/dynamic",
"version": "2.1.1",
"version": "2.1.2",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"sideEffects": false,
"main": "dist/vanilla-extract-dynamic.cjs.js",
Expand Down
Loading

0 comments on commit c224a63

Please sign in to comment.