Skip to content

Commit ab45cb1

Browse files
Chore: Version Packages
1 parent 1c89ca9 commit ab45cb1

File tree

11 files changed

+43
-11
lines changed

11 files changed

+43
-11
lines changed

.changeset/twenty-laws-create.md

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

examples/react-babel/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# react-babel
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @mincho-js/css@0.2.2
9+
- @mincho-js/vite@0.1.2
10+
- @mincho-js/react@0.1.2
11+
312
## 0.1.1
413

514
### Patch Changes

examples/react-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-babel",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/css/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mincho-js/css
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c89ca9`](https://github.com/mincho-js/mincho/commit/1c89ca943c9d1495230145d47cf810d820aeddbb)]:
8+
- @mincho-js/transform-to-vanilla@0.2.2
9+
310
## 0.2.1
411

512
### Patch Changes

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@mincho-js/css",
44
"description": " Natural CSS in the Typescript",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"sideEffects": true,
77
"type": "module",
88
"license": "MIT",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mincho-js/react
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @mincho-js/css@0.2.2
9+
310
## 0.1.1
411

512
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@mincho-js/react",
44
"description": "React utilities for Mincho",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"sideEffects": false,
77
"type": "module",
88
"license": "MIT",

packages/transform-to-vanilla/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mincho-js/transform-to-vanilla
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#199](https://github.com/mincho-js/mincho/pull/199) [`1c89ca9`](https://github.com/mincho-js/mincho/commit/1c89ca943c9d1495230145d47cf810d820aeddbb) Thanks [@black7375](https://github.com/black7375)! - **Nested Selector with commas and parens**
8+
- Fixes an error that occurs when parentheses are present.
9+
310
## 0.2.1
411

512
### Patch Changes

packages/transform-to-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@mincho-js/transform-to-vanilla",
44
"description": "Convert objects that need preprocessing into Vanilla Extract object",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"sideEffects": false,
77
"type": "module",
88
"license": "MIT",

packages/vite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mincho-js/vite
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c89ca9`](https://github.com/mincho-js/mincho/commit/1c89ca943c9d1495230145d47cf810d820aeddbb)]:
8+
- @mincho-js/transform-to-vanilla@0.2.2
9+
- @mincho-js/css@0.2.2
10+
311
## 0.1.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)