Skip to content

Commit

Permalink
chore(release): 0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.14.0](0.13.0...0.14.0) (2023-01-25)

### Features

* add typescript type support ([a57d722](a57d722))
  • Loading branch information
semantic-release-bot committed Jan 25, 2023
1 parent a57d722 commit 9f6ea75
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.14.0](https://github.com/arlyon/stailwc/compare/0.13.0...0.14.0) (2023-01-25)


### Features

* add typescript type support ([a57d722](https://github.com/arlyon/stailwc/commit/a57d722c2a50c6d77c49882567decd1119c5699b))

# [0.13.0](https://github.com/arlyon/stailwc/compare/0.12.0...0.13.0) (2023-01-20)


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.13.0"
version ="0.14.0"

[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.55.5", features = ["ecma_visit", "ecma_ast", "ecma_plugin_transform"]}
tailwind-config = {version ="0.13.0", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.13.0", path = "crates/tailwind-parse"}
tailwind-config = {version ="0.14.0", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.14.0", 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.13.0",
"version": "0.14.0",
"description": "An experimental transpiler to bring tailwind macros to SWC rocket",
"author": "arlyon@me.com",
"license": "MIT",
Expand Down

0 comments on commit 9f6ea75

Please sign in to comment.