Skip to content

Commit

Permalink
chore(release): 0.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.1](0.8.0...0.8.1) (2022-11-04)

### Bug Fixes

* release to target new crates ([6e289fc](6e289fc))
  • Loading branch information
semantic-release-bot committed Nov 4, 2022
1 parent 6e289fc commit 451a4ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.8.1](https://github.com/arlyon/stailwc/compare/0.8.0...0.8.1) (2022-11-04)


### Bug Fixes

* release to target new crates ([6e289fc](https://github.com/arlyon/stailwc/commit/6e289fc1c99108b8392c512be3db3e7793156848))

# [0.8.0](https://github.com/arlyon/stailwc/compare/0.7.2...0.8.0) (2022-11-04)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "stailwc"
readme = "readme.md"
repository = "https://github.com/arlyon/stailwc"
version ="0.8.0"
version ="0.8.1"

[lib]
crate-type = ["cdylib"]
Expand All @@ -29,8 +29,8 @@ serde = "1"
serde_json = "1.0.83"
serde_path_to_error = "0.1.8"
swc_core = {version = "=0.40.16", features = ["ecma_visit", "ecma_ast", "plugin_transform"]}
tailwind-config = {version ="0.8.0", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.8.0", path = "crates/tailwind-parse"}
tailwind-config = {version ="0.8.1", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.8.1", path = "crates/tailwind-parse"}
tracing = "0.1.36"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stailwc",
"version": "0.8.0",
"version": "0.8.1",
"description": "An experimental transpiler to bring tailwind macros to SWC rocket",
"author": "arlyon@me.com",
"license": "MIT",
Expand Down

0 comments on commit 451a4ff

Please sign in to comment.