Skip to content

Commit

Permalink
chore: bump 0.2.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Sep 12, 2024
1 parent 284ef23 commit 42aef5e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-baboons-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-clocks-jam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nextjs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stylexswc/nextjs-plugin

## 0.2.2

### Minor Changes

- a9e1961: create: transform different argument types

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylexswc/nextjs-plugin",
"description": "Stylex NextJS plugin with swc plugin",
"version": "0.1.0",
"version": "0.2.2",
"config": {
"scripty": {
"path": "../../scripts/packages"
Expand Down
6 changes: 6 additions & 0 deletions packages/swc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stylexswc/swc-plugin

## 0.2.2

### Patch Changes

- a9e1961: create: transform different argument types

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylexswc/swc-plugin",
"description": "SWC plugin for transforming StyleX code",
"version": "0.2.1",
"version": "0.2.2",
"config": {
"scripty": {
"path": "../../scripts/packages"
Expand Down
6 changes: 6 additions & 0 deletions packages/test-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stylexswc/test-parser

## 0.1.2

### Patch Changes

- 907c86b: parse test snapshots

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylexswc/test-parser",
"description": "Parse origin jest stylex test files",
"version": "0.1.1",
"version": "0.1.2",
"config": {
"scripty": {
"path": "../../scripts/packages"
Expand Down

0 comments on commit 42aef5e

Please sign in to comment.