Skip to content

Commit

Permalink
chore: bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwlad90 committed Aug 11, 2024
1 parent a223705 commit 521015d
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/fluffy-eyes-pretend.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/path-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stylexswc/path-resolver

## 0.1.0

### Minor Changes

- a223705: added @stylexswc/path-resolver
2 changes: 1 addition & 1 deletion packages/path-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylexswc/path-resolver",
"description": "SWC lib for path imports resolving for SWC StyleX plugin",
"version": "0.0.1",
"version": "0.1.0",
"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.0

### Minor Changes

- a223705: added @stylexswc/path-resolver

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/swc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylex_swc_plugin"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.80.0"

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.1.0",
"version": "0.2.0",
"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.1

### Patch Changes

- a223705: added @stylexswc/path-resolver

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-parser/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/test-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-parser"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.80.0"

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.0",
"version": "0.1.1",
"config": {
"scripty": {
"path": "../../scripts/packages"
Expand Down

0 comments on commit 521015d

Please sign in to comment.