Skip to content

Commit

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

### Features

* add antialiased plugin ([d22886d](d22886d))
* add aspect plugin ([2eaecc3](2eaecc3))
* add backdrop-blur plugin ([9783916](9783916))
* add List plugin ([74e2824](74e2824))
* add scroll-auto and scroll-smooth ([a5be83e](a5be83e))
* add snap ([9c00ec9](9c00ec9))
* add stroke plugin ([4cfbaed](4cfbaed))
* make outline OptionalArbitrary ([0321871](0321871))
* make transition delay arbitrary ([f6d7a79](f6d7a79))
  • Loading branch information
semantic-release-bot committed Jan 20, 2023
1 parent 770edad commit d2d79da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.13.0](https://github.com/arlyon/stailwc/compare/0.12.0...0.13.0) (2023-01-20)


### Features

* add antialiased plugin ([d22886d](https://github.com/arlyon/stailwc/commit/d22886d60e6ba8f6a6546435da716f4c5a807df1))
* add aspect plugin ([2eaecc3](https://github.com/arlyon/stailwc/commit/2eaecc3f339c2aa2430f384b325af4d23cacd5b4))
* add backdrop-blur plugin ([9783916](https://github.com/arlyon/stailwc/commit/978391671e87faae9974f0a1601f62fb2d9922b0))
* add List plugin ([74e2824](https://github.com/arlyon/stailwc/commit/74e28246a7cd8c6a0bae638f7c64117513ae354f))
* add scroll-auto and scroll-smooth ([a5be83e](https://github.com/arlyon/stailwc/commit/a5be83eae8fe18dda2e210d84660859a03be6956))
* add snap ([9c00ec9](https://github.com/arlyon/stailwc/commit/9c00ec958f7a49980b1bf55f0c6e42948e0e3be1))
* add stroke plugin ([4cfbaed](https://github.com/arlyon/stailwc/commit/4cfbaed4f52b287271d9cab938aa7d2c6ec765fe))
* make outline OptionalArbitrary ([0321871](https://github.com/arlyon/stailwc/commit/03218717216df935774dfd3d6a71a2cedc8ebd77))
* make transition delay arbitrary ([f6d7a79](https://github.com/arlyon/stailwc/commit/f6d7a7926e6660e09da52c3f5523ff38be00362f))

# [0.12.0](https://github.com/arlyon/stailwc/compare/0.11.1...0.12.0) (2022-12-27)


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.12.0"
version ="0.13.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.12.0", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.12.0", path = "crates/tailwind-parse"}
tailwind-config = {version ="0.13.0", path = "crates/tailwind-config"}
tailwind-parse = {version ="0.13.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.12.0",
"version": "0.13.0",
"description": "An experimental transpiler to bring tailwind macros to SWC rocket",
"author": "arlyon@me.com",
"license": "MIT",
Expand Down

0 comments on commit d2d79da

Please sign in to comment.