From b3647cf7c0acd1279be8f5a9ac9d1ffe0e7967c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Dec 2022 16:43:57 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-crabs-call.md | 5 - .changeset/beige-grapes-rest.md | 13 -- .changeset/breezy-beans-promise.md | 5 - .changeset/chatty-pants-march.md | 5 - .changeset/cold-spiders-cross.md | 8 - .changeset/cold-zoos-nail.md | 7 - .changeset/cuddly-donkeys-protect.md | 5 - .changeset/dry-zebras-greet.md | 5 - .changeset/eight-fireants-trade.md | 8 - .changeset/five-birds-raise.md | 6 - .changeset/five-pots-give.md | 6 - .changeset/funny-buckets-appear.md | 6 - .changeset/fuzzy-chefs-dance.md | 5 - .changeset/giant-years-battle.md | 6 - .changeset/late-bananas-switch.md | 5 - .changeset/many-suits-compare.md | 5 - .changeset/metal-owls-explode.md | 5 - .changeset/nasty-meals-fail.md | 7 - .changeset/pink-rivers-leave.md | 5 - .changeset/poor-books-share.md | 5 - .changeset/pretty-cobras-change.md | 5 - .changeset/purple-horses-study.md | 8 - .changeset/quiet-tips-begin.md | 5 - .changeset/shaggy-days-fly.md | 5 - .changeset/silent-dogs-drive.md | 7 - .changeset/smart-camels-mix.md | 5 - .changeset/sour-bottles-yell.md | 5 - .changeset/sour-rockets-eat.md | 6 - .changeset/tasty-bees-wink.md | 5 - examples/basic/CHANGELOG.md | 11 ++ examples/basic/package.json | 8 +- examples/playground/CHANGELOG.md | 14 ++ examples/playground/package.json | 14 +- examples/using-tailwind-forms/CHANGELOG.md | 12 ++ examples/using-tailwind-forms/package.json | 10 +- examples/with-gatsby/CHANGELOG.md | 10 ++ examples/with-gatsby/package.json | 10 +- examples/with-lit/CHANGELOG.md | 15 ++ examples/with-lit/package.json | 10 +- examples/with-next/package.json | 8 +- examples/with-remix/CHANGELOG.md | 10 ++ examples/with-remix/package.json | 10 +- examples/with-sveltekit/CHANGELOG.md | 6 + examples/with-sveltekit/package.json | 10 +- examples/with-web-components/CHANGELOG.md | 17 ++ examples/with-web-components/package.json | 10 +- packages/cdn/CHANGELOG.md | 9 ++ packages/cdn/package.json | 8 +- packages/core/CHANGELOG.md | 18 +++ packages/core/package.json | 4 +- packages/intellisense/CHANGELOG.md | 10 ++ packages/intellisense/package.json | 8 +- packages/preset-autoprefix/CHANGELOG.md | 2 + packages/preset-autoprefix/package.json | 4 +- .../preset-container-queries/CHANGELOG.md | 2 + .../preset-container-queries/package.json | 4 +- packages/preset-ext/CHANGELOG.md | 2 + packages/preset-ext/package.json | 6 +- packages/preset-line-clamp/CHANGELOG.md | 2 + packages/preset-line-clamp/package.json | 4 +- packages/preset-radix-ui/CHANGELOG.md | 9 ++ packages/preset-radix-ui/package.json | 4 +- packages/preset-tailwind-forms/CHANGELOG.md | 2 + packages/preset-tailwind-forms/package.json | 6 +- packages/preset-tailwind/CHANGELOG.md | 40 +++++ packages/preset-tailwind/package.json | 4 +- packages/preset-typography/CHANGELOG.md | 6 + packages/preset-typography/package.json | 4 +- packages/twind/CHANGELOG.md | 7 + packages/twind/package.json | 4 +- packages/with-gatsby/CHANGELOG.md | 6 + packages/with-gatsby/package.json | 4 +- packages/with-next/CHANGELOG.md | 6 + packages/with-next/package.json | 4 +- packages/with-remix/CHANGELOG.md | 6 + packages/with-remix/package.json | 4 +- packages/with-sveltekit/CHANGELOG.md | 12 ++ packages/with-sveltekit/package.json | 4 +- packages/with-web-components/CHANGELOG.md | 7 + packages/with-web-components/package.json | 4 +- pnpm-lock.yaml | 148 +++++++++--------- sites/cdn.twind.style/CHANGELOG.md | 6 + sites/cdn.twind.style/package.json | 2 +- sites/mdn.twind.run/CHANGELOG.md | 10 ++ sites/mdn.twind.run/package.json | 2 +- sites/twind.run/CHANGELOG.md | 14 ++ sites/twind.run/package.json | 16 +- sites/twind.style/CHANGELOG.md | 25 +++ sites/twind.style/package.json | 16 +- 89 files changed, 473 insertions(+), 350 deletions(-) delete mode 100644 .changeset/beige-crabs-call.md delete mode 100644 .changeset/beige-grapes-rest.md delete mode 100644 .changeset/breezy-beans-promise.md delete mode 100644 .changeset/chatty-pants-march.md delete mode 100644 .changeset/cold-spiders-cross.md delete mode 100644 .changeset/cold-zoos-nail.md delete mode 100644 .changeset/cuddly-donkeys-protect.md delete mode 100644 .changeset/dry-zebras-greet.md delete mode 100644 .changeset/eight-fireants-trade.md delete mode 100644 .changeset/five-birds-raise.md delete mode 100644 .changeset/five-pots-give.md delete mode 100644 .changeset/funny-buckets-appear.md delete mode 100644 .changeset/fuzzy-chefs-dance.md delete mode 100644 .changeset/giant-years-battle.md delete mode 100644 .changeset/late-bananas-switch.md delete mode 100644 .changeset/many-suits-compare.md delete mode 100644 .changeset/metal-owls-explode.md delete mode 100644 .changeset/nasty-meals-fail.md delete mode 100644 .changeset/pink-rivers-leave.md delete mode 100644 .changeset/poor-books-share.md delete mode 100644 .changeset/pretty-cobras-change.md delete mode 100644 .changeset/purple-horses-study.md delete mode 100644 .changeset/quiet-tips-begin.md delete mode 100644 .changeset/shaggy-days-fly.md delete mode 100644 .changeset/silent-dogs-drive.md delete mode 100644 .changeset/smart-camels-mix.md delete mode 100644 .changeset/sour-bottles-yell.md delete mode 100644 .changeset/sour-rockets-eat.md delete mode 100644 .changeset/tasty-bees-wink.md create mode 100644 examples/with-lit/CHANGELOG.md create mode 100644 examples/with-web-components/CHANGELOG.md create mode 100644 packages/preset-radix-ui/CHANGELOG.md create mode 100644 packages/with-web-components/CHANGELOG.md diff --git a/.changeset/beige-crabs-call.md b/.changeset/beige-crabs-call.md deleted file mode 100644 index 2ab4d64d5..000000000 --- a/.changeset/beige-crabs-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-typography': patch ---- - -use flattend color name to lookup dark shade for a color diff --git a/.changeset/beige-grapes-rest.md b/.changeset/beige-grapes-rest.md deleted file mode 100644 index f223e8b62..000000000 --- a/.changeset/beige-grapes-rest.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@example/basic': patch -'@example/playground': patch -'@example/using-tailwind-forms': patch -'@example/with-sveltekit': patch -'@twind/with-sveltekit': patch -'@sites/cdn.twind.style': patch -'@sites/mdn.twind.run': patch -'@sites/twind.run': patch -'@sites/twind.style': patch ---- - -update vite, vitest, sveltekit, and typescript diff --git a/.changeset/breezy-beans-promise.md b/.changeset/breezy-beans-promise.md deleted file mode 100644 index a0b76ad3d..000000000 --- a/.changeset/breezy-beans-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -allow to omit the default color palette diff --git a/.changeset/chatty-pants-march.md b/.changeset/chatty-pants-march.md deleted file mode 100644 index 9f4821e17..000000000 --- a/.changeset/chatty-pants-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': patch ---- - -escape hashed animation names (fixes #293) diff --git a/.changeset/cold-spiders-cross.md b/.changeset/cold-spiders-cross.md deleted file mode 100644 index 45a22cf3b..000000000 --- a/.changeset/cold-spiders-cross.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@twind/core': patch -'@sites/twind.run': patch -'@sites/twind.style': patch -'@example/with-web-components': patch ---- - -support observing shadow dom (fixes #421) diff --git a/.changeset/cold-zoos-nail.md b/.changeset/cold-zoos-nail.md deleted file mode 100644 index c048908c4..000000000 --- a/.changeset/cold-zoos-nail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@twind/preset-radix-ui': patch -'@sites/twind.run': patch -'@sites/twind.style': patch ---- - -add radix-ui example to twind.run diff --git a/.changeset/cuddly-donkeys-protect.md b/.changeset/cuddly-donkeys-protect.md deleted file mode 100644 index 23ecbf1bf..000000000 --- a/.changeset/cuddly-donkeys-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -use fixed value for default ring color diff --git a/.changeset/dry-zebras-greet.md b/.changeset/dry-zebras-greet.md deleted file mode 100644 index 514503237..000000000 --- a/.changeset/dry-zebras-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': patch ---- - -add `only` variant diff --git a/.changeset/eight-fireants-trade.md b/.changeset/eight-fireants-trade.md deleted file mode 100644 index b6ff2d666..000000000 --- a/.changeset/eight-fireants-trade.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@example/with-lit': patch -'@example/with-web-components': patch -'@twind/core': patch -'@twind/with-web-components': minor ---- - -add new web components integration diff --git a/.changeset/five-birds-raise.md b/.changeset/five-birds-raise.md deleted file mode 100644 index 07984a52a..000000000 --- a/.changeset/five-birds-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twind/intellisense': patch -'@twind/preset-tailwind': patch ---- - -fix autocomplete for `place-*` utilities diff --git a/.changeset/five-pots-give.md b/.changeset/five-pots-give.md deleted file mode 100644 index b2eed2eb4..000000000 --- a/.changeset/five-pots-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twind/core': minor -'@twind/preset-tailwind': minor ---- - -automatically add `content: ''` to `before` and `after` variant styles (closes #405, related to #414) diff --git a/.changeset/funny-buckets-appear.md b/.changeset/funny-buckets-appear.md deleted file mode 100644 index 78bf7ecc5..000000000 --- a/.changeset/funny-buckets-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sites/twind.style': patch -'@example/with-web-components': patch ---- - -document how to use with web components (fixes #421) diff --git a/.changeset/fuzzy-chefs-dance.md b/.changeset/fuzzy-chefs-dance.md deleted file mode 100644 index a34325d27..000000000 --- a/.changeset/fuzzy-chefs-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -support labeled groups and peers diff --git a/.changeset/giant-years-battle.md b/.changeset/giant-years-battle.md deleted file mode 100644 index 520f940a4..000000000 --- a/.changeset/giant-years-battle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twind/core': minor -'@twind/preset-tailwind': minor ---- - -Add support for configuring default font-feature-settings for a font-family diff --git a/.changeset/late-bananas-switch.md b/.changeset/late-bananas-switch.md deleted file mode 100644 index 6909312ec..000000000 --- a/.changeset/late-bananas-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Add `fill-none` and `stroke-none` utilities diff --git a/.changeset/many-suits-compare.md b/.changeset/many-suits-compare.md deleted file mode 100644 index 2ec6c97bf..000000000 --- a/.changeset/many-suits-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sites/twind.style': patch ---- - -crop sponsors padding on mobile diff --git a/.changeset/metal-owls-explode.md b/.changeset/metal-owls-explode.md deleted file mode 100644 index a643ade80..000000000 --- a/.changeset/metal-owls-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Add `min-*` and `max-*` variants diff --git a/.changeset/nasty-meals-fail.md b/.changeset/nasty-meals-fail.md deleted file mode 100644 index 55e00a09e..000000000 --- a/.changeset/nasty-meals-fail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@example/with-lit': patch -'@twind/core': patch -'@sites/twind.style': patch ---- - -add Lit example diff --git a/.changeset/pink-rivers-leave.md b/.changeset/pink-rivers-leave.md deleted file mode 100644 index a412134b9..000000000 --- a/.changeset/pink-rivers-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-radix-ui': patch ---- - -add radix ui preset diff --git a/.changeset/poor-books-share.md b/.changeset/poor-books-share.md deleted file mode 100644 index 992719c88..000000000 --- a/.changeset/poor-books-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Add new `collapse` utility for `visibility: collapse` diff --git a/.changeset/pretty-cobras-change.md b/.changeset/pretty-cobras-change.md deleted file mode 100644 index 084f87e27..000000000 --- a/.changeset/pretty-cobras-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': patch ---- - -fix arbitrary utilities generation diff --git a/.changeset/purple-horses-study.md b/.changeset/purple-horses-study.md deleted file mode 100644 index 5c96ffcaf..000000000 --- a/.changeset/purple-horses-study.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'gatsby-plugin-twind': minor -'@twind/with-next': minor -'@twind/with-remix': minor -'@twind/with-sveltekit': minor ---- - -do not use `process.env.NODE_ENV` to detect production environment — instead use import condition diff --git a/.changeset/quiet-tips-begin.md b/.changeset/quiet-tips-begin.md deleted file mode 100644 index 5f95f1984..000000000 --- a/.changeset/quiet-tips-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Add `aria-*` and `data-*` variants diff --git a/.changeset/shaggy-days-fly.md b/.changeset/shaggy-days-fly.md deleted file mode 100644 index 60c9793d4..000000000 --- a/.changeset/shaggy-days-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -add `break-keep` utility diff --git a/.changeset/silent-dogs-drive.md b/.changeset/silent-dogs-drive.md deleted file mode 100644 index acc4b93ec..000000000 --- a/.changeset/silent-dogs-drive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@twind/intellisense': minor -'@sites/mdn.twind.run': minor -'@sites/twind.run': minor ---- - -add discover tab to twind.run to explore available utilities and variants diff --git a/.changeset/smart-camels-mix.md b/.changeset/smart-camels-mix.md deleted file mode 100644 index 628a1d0ce..000000000 --- a/.changeset/smart-camels-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Add negative value support for `outline-offset` diff --git a/.changeset/sour-bottles-yell.md b/.changeset/sour-bottles-yell.md deleted file mode 100644 index 8a1fb9c78..000000000 --- a/.changeset/sour-bottles-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/preset-tailwind': minor ---- - -Remove invalid `outline-hidden` utility diff --git a/.changeset/sour-rockets-eat.md b/.changeset/sour-rockets-eat.md deleted file mode 100644 index ef31bf3a0..000000000 --- a/.changeset/sour-rockets-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twind/core': minor -'@twind/preset-tailwind': minor ---- - -add `supports-*` variant diff --git a/.changeset/tasty-bees-wink.md b/.changeset/tasty-bees-wink.md deleted file mode 100644 index a57f15032..000000000 --- a/.changeset/tasty-bees-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twind/with-sveltekit': patch ---- - -add worker condition to published package (fixes #418) diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index fad5a3175..e20f82623 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -1,5 +1,16 @@ # @example/basic +## 1.0.4 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/preset-autoprefix@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/examples/basic/package.json b/examples/basic/package.json index 250136913..62620a41e 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "@example/basic", "description": "basic twind example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "license": "MIT", @@ -21,9 +21,9 @@ "preview": "vite preview" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3" + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0" }, "devDependencies": { "vite": "^4.0.1" diff --git a/examples/playground/CHANGELOG.md b/examples/playground/CHANGELOG.md index 8dc2484e6..151ff8a47 100644 --- a/examples/playground/CHANGELOG.md +++ b/examples/playground/CHANGELOG.md @@ -1,5 +1,19 @@ # @example/playground +## 1.0.4 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/preset-ext@1.0.4 + - @twind/preset-tailwind-forms@1.0.4 + - @twind/preset-autoprefix@1.0.4 + - @twind/preset-line-clamp@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/examples/playground/package.json b/examples/playground/package.json index a88b025af..c538f2221 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -1,7 +1,7 @@ { "name": "@example/playground", "description": "playground with all presets enabled", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "license": "MIT", @@ -21,12 +21,12 @@ "preview": "vite preview" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-ext": "1.0.3", - "@twind/preset-line-clamp": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/preset-tailwind-forms": "1.0.3" + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-ext": "1.0.4", + "@twind/preset-line-clamp": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/preset-tailwind-forms": "1.0.4" }, "devDependencies": { "vite": "^4.0.1" diff --git a/examples/using-tailwind-forms/CHANGELOG.md b/examples/using-tailwind-forms/CHANGELOG.md index 0777dd8b6..8179f39a3 100644 --- a/examples/using-tailwind-forms/CHANGELOG.md +++ b/examples/using-tailwind-forms/CHANGELOG.md @@ -1,5 +1,17 @@ # @example/tailwind-forms +## 1.0.4 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/preset-tailwind-forms@1.0.4 + - @twind/preset-autoprefix@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/examples/using-tailwind-forms/package.json b/examples/using-tailwind-forms/package.json index 3bdaf0b83..b14d00219 100644 --- a/examples/using-tailwind-forms/package.json +++ b/examples/using-tailwind-forms/package.json @@ -1,7 +1,7 @@ { "name": "@example/using-tailwind-forms", "description": "tailwind-forms example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "license": "MIT", @@ -21,10 +21,10 @@ "preview": "vite preview" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/preset-tailwind-forms": "1.0.3" + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/preset-tailwind-forms": "1.0.4" }, "devDependencies": { "vite": "^4.0.1" diff --git a/examples/with-gatsby/CHANGELOG.md b/examples/with-gatsby/CHANGELOG.md index 7ba5e1f99..551d83876 100644 --- a/examples/with-gatsby/CHANGELOG.md +++ b/examples/with-gatsby/CHANGELOG.md @@ -1,5 +1,15 @@ # @example/gatsby +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - gatsby-plugin-twind@1.1.0 + - @twind/preset-autoprefix@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/examples/with-gatsby/package.json b/examples/with-gatsby/package.json index fd8aa0523..ea209c7fd 100644 --- a/examples/with-gatsby/package.json +++ b/examples/with-gatsby/package.json @@ -1,7 +1,7 @@ { "name": "@example/with-gatsby", "description": "gatsby with twind example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "license": "MIT", "bugs": "https://github.com/tw-in-js/twind/issues", @@ -22,14 +22,14 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", "gatsby": "^4.24.8", "gatsby-plugin-manifest": "^4.24.0", "gatsby-plugin-offline": "^5.24.0", "gatsby-plugin-react-helmet": "^5.24.0", - "gatsby-plugin-twind": "1.0.3", + "gatsby-plugin-twind": "1.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0" diff --git a/examples/with-lit/CHANGELOG.md b/examples/with-lit/CHANGELOG.md new file mode 100644 index 000000000..9e19cb5e4 --- /dev/null +++ b/examples/with-lit/CHANGELOG.md @@ -0,0 +1,15 @@ +# @example/with-lit + +## 1.0.4 + +### Patch Changes + +- add new web components integration ([`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b)) + +- add Lit example ([`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/with-web-components@1.1.0 + - @twind/preset-autoprefix@1.0.4 diff --git a/examples/with-lit/package.json b/examples/with-lit/package.json index 86efa3964..1acf19d6a 100644 --- a/examples/with-lit/package.json +++ b/examples/with-lit/package.json @@ -1,7 +1,7 @@ { "name": "@example/with-lit", "description": "Lit example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "license": "MIT", @@ -21,10 +21,10 @@ "preview": "vite preview" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/with-web-components": "1.0.3", + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/with-web-components": "1.1.0", "lit": "^2.5.0" }, "devDependencies": { diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 191a3aaad..adc82f864 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -21,10 +21,10 @@ "export": "next export" }, "devDependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/with-next": "1.0.3", + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/with-next": "1.1.0", "@types/node": "^14.18.33", "@types/react": "^17.0.52", "next": "^12.3.3", diff --git a/examples/with-remix/CHANGELOG.md b/examples/with-remix/CHANGELOG.md index 24f0ca201..e54665cb6 100644 --- a/examples/with-remix/CHANGELOG.md +++ b/examples/with-remix/CHANGELOG.md @@ -1,5 +1,15 @@ # @example/with-remix +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/with-remix@1.1.0 + - @twind/preset-autoprefix@1.0.4 + ## 0.0.4 ### Patch Changes diff --git a/examples/with-remix/package.json b/examples/with-remix/package.json index b42210b2f..4fb643307 100644 --- a/examples/with-remix/package.json +++ b/examples/with-remix/package.json @@ -1,7 +1,7 @@ { "name": "@example/with-remix", "description": "remix with twind example", - "version": "0.0.4", + "version": "0.0.5", "private": true, "license": "MIT", "bugs": "https://github.com/tw-in-js/twind/issues", @@ -24,10 +24,10 @@ "dependencies": { "@remix-run/react": "^1.7.5", "@remix-run/serve": "^1.7.5", - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/with-remix": "1.0.3", + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/with-remix": "1.1.0", "@types/react": "^17.0.52", "cross-env": "^7.0.3", "react": "^17.0.2", diff --git a/examples/with-sveltekit/CHANGELOG.md b/examples/with-sveltekit/CHANGELOG.md index 2ca7cfd0c..3bd7b829f 100644 --- a/examples/with-sveltekit/CHANGELOG.md +++ b/examples/with-sveltekit/CHANGELOG.md @@ -1,5 +1,11 @@ # @example/sveltekit +## 1.0.2 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + ## 1.0.1 ### Patch Changes diff --git a/examples/with-sveltekit/package.json b/examples/with-sveltekit/package.json index f7a10274a..124919311 100644 --- a/examples/with-sveltekit/package.json +++ b/examples/with-sveltekit/package.json @@ -1,7 +1,7 @@ { "name": "@example/with-sveltekit", "description": "sveltekit with twind example", - "version": "1.0.1", + "version": "1.0.2", "private": true, "license": "MIT", "bugs": "https://github.com/tw-in-js/twind/issues", @@ -25,10 +25,10 @@ "devDependencies": { "@sveltejs/adapter-node": "^1.0.0", "@sveltejs/kit": "^1.0.0", - "@twind/core": "^1.0.3", - "@twind/preset-autoprefix": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", - "@twind/with-sveltekit": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/preset-autoprefix": "^1.0.4", + "@twind/preset-tailwind": "^1.1.0", + "@twind/with-sveltekit": "^1.1.0", "svelte": "^3.54.0", "svelte-check": "^2.10.2", "svelte-preprocess": "^4.10.7", diff --git a/examples/with-web-components/CHANGELOG.md b/examples/with-web-components/CHANGELOG.md new file mode 100644 index 000000000..05ce60ba6 --- /dev/null +++ b/examples/with-web-components/CHANGELOG.md @@ -0,0 +1,17 @@ +# @example/with-web-components + +## 1.0.4 + +### Patch Changes + +- support observing shadow dom (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d)) + +- add new web components integration ([`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b)) + +- document how to use with web components (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`e71dee05`](https://github.com/tw-in-js/twind/commit/e71dee050b5257c84eaf315e73ca5b8fd1e68f60)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/with-web-components@1.1.0 + - @twind/preset-autoprefix@1.0.4 diff --git a/examples/with-web-components/package.json b/examples/with-web-components/package.json index 0ee9a28c8..65053cdbe 100644 --- a/examples/with-web-components/package.json +++ b/examples/with-web-components/package.json @@ -1,7 +1,7 @@ { "name": "@example/with-web-components", "description": "Web Components example", - "version": "1.0.3", + "version": "1.0.4", "private": true, "main": "index.js", "license": "MIT", @@ -21,10 +21,10 @@ "preview": "vite preview" }, "dependencies": { - "@twind/core": "1.0.3", - "@twind/preset-autoprefix": "1.0.3", - "@twind/preset-tailwind": "1.0.3", - "@twind/with-web-components": "1.0.3" + "@twind/core": "1.1.0", + "@twind/preset-autoprefix": "1.0.4", + "@twind/preset-tailwind": "1.1.0", + "@twind/with-web-components": "1.1.0" }, "devDependencies": { "vite": "^4.0.1" diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 6a77c5995..d530fa6b7 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,14 @@ # @twind/cdn +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/preset-autoprefix@1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 58e422cc9..1651f6196 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@twind/cdn", - "version": "1.0.3", + "version": "1.0.4", "description": "Twind CDN is a drop-in replacement for Tailwind CSS Play CDN that is 6 times smaller (104kb vs 17kB) without any build step right in the browser", "keywords": [ "twind", @@ -31,9 +31,9 @@ } ], "dependencies": { - "@twind/core": "^1.0.3", - "@twind/preset-autoprefix": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3" + "@twind/core": "^1.1.0", + "@twind/preset-autoprefix": "^1.0.4", + "@twind/preset-tailwind": "^1.1.0" }, "devDependencies": { "typescript": "^4.8.4" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c106f87de..4064b6a35 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @twind/core +## 1.1.0 + +### Minor Changes + +- automatically add `content: ''` to `before` and `after` variant styles (closes #405, related to #414) ([`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05)) + +- Add support for configuring default font-feature-settings for a font-family ([`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0)) + +- add `supports-*` variant ([`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)) + +### Patch Changes + +- support observing shadow dom (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d)) + +- add new web components integration ([`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b)) + +- add Lit example ([`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a)) + ## 1.0.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 71a1dff53..035762a38 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@twind/core", - "version": "1.0.3", + "version": "1.1.0", "description": "The core engine without any presets.", "keywords": [ "twind", @@ -54,7 +54,7 @@ } }, "devDependencies": { - "@twind/preset-tailwind": "^1.0.3", + "@twind/preset-tailwind": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/intellisense/CHANGELOG.md b/packages/intellisense/CHANGELOG.md index 70e8f80bc..408a9299c 100644 --- a/packages/intellisense/CHANGELOG.md +++ b/packages/intellisense/CHANGELOG.md @@ -1,5 +1,15 @@ # @twind/intellisense +## 1.1.0 + +### Minor Changes + +- add discover tab to twind.run to explore available utilities and variants ([#420](https://github.com/tw-in-js/twind/pull/420)) + +### Patch Changes + +- fix autocomplete for `place-*` utilities ([`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675)) + ## 1.0.4 ### Patch Changes diff --git a/packages/intellisense/package.json b/packages/intellisense/package.json index 4c236b9b4..7344e82ad 100644 --- a/packages/intellisense/package.json +++ b/packages/intellisense/package.json @@ -1,6 +1,6 @@ { "name": "@twind/intellisense", - "version": "1.0.4", + "version": "1.1.0", "description": "IntelliSense utilities for Twind", "keywords": [ "twind", @@ -31,9 +31,9 @@ "showdown": "^2.1.0" }, "devDependencies": { - "@twind/core": "^1.0.3", - "@twind/preset-autoprefix": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/preset-autoprefix": "^1.0.4", + "@twind/preset-tailwind": "^1.1.0", "@types/css-tree": "^2.0.0", "@types/cssbeautify": "^0.3.2", "@types/showdown": "^2.0.0", diff --git a/packages/preset-autoprefix/CHANGELOG.md b/packages/preset-autoprefix/CHANGELOG.md index a749495e1..06c48aea3 100644 --- a/packages/preset-autoprefix/CHANGELOG.md +++ b/packages/preset-autoprefix/CHANGELOG.md @@ -1,5 +1,7 @@ # @twind/preset-autoprefix +## 1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-autoprefix/package.json b/packages/preset-autoprefix/package.json index d2f4886b2..328e08dec 100644 --- a/packages/preset-autoprefix/package.json +++ b/packages/preset-autoprefix/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-autoprefix", - "version": "1.0.3", + "version": "1.0.4", "description": "CSS vendor prefixer and property alias mapper preset for twind", "keywords": [ "twind", @@ -45,7 +45,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-container-queries/CHANGELOG.md b/packages/preset-container-queries/CHANGELOG.md index 2e8942cfc..22ec5ad59 100644 --- a/packages/preset-container-queries/CHANGELOG.md +++ b/packages/preset-container-queries/CHANGELOG.md @@ -1,5 +1,7 @@ # @twind/preset-container-queries +## 1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-container-queries/package.json b/packages/preset-container-queries/package.json index 08fe7d3ca..bbd4f9dfa 100644 --- a/packages/preset-container-queries/package.json +++ b/packages/preset-container-queries/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-container-queries", - "version": "1.0.3", + "version": "1.0.4", "description": "A twind preset that provides utilities for container queries.", "keywords": [ "twind", @@ -38,7 +38,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-ext/CHANGELOG.md b/packages/preset-ext/CHANGELOG.md index 224faaa62..5c6b494e7 100644 --- a/packages/preset-ext/CHANGELOG.md +++ b/packages/preset-ext/CHANGELOG.md @@ -1,5 +1,7 @@ # @twind/preset-ext +## 1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-ext/package.json b/packages/preset-ext/package.json index 3e13ae45a..995024024 100644 --- a/packages/preset-ext/package.json +++ b/packages/preset-ext/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-ext", - "version": "1.0.3", + "version": "1.0.4", "description": "extension preset for twind", "keywords": [ "twind", @@ -44,8 +44,8 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/preset-tailwind": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-line-clamp/CHANGELOG.md b/packages/preset-line-clamp/CHANGELOG.md index 74166aa10..0e6313c5e 100644 --- a/packages/preset-line-clamp/CHANGELOG.md +++ b/packages/preset-line-clamp/CHANGELOG.md @@ -1,5 +1,7 @@ # @twind/preset-line-clamp +## 1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-line-clamp/package.json b/packages/preset-line-clamp/package.json index 39e71902b..f0fe77b71 100644 --- a/packages/preset-line-clamp/package.json +++ b/packages/preset-line-clamp/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-line-clamp", - "version": "1.0.3", + "version": "1.0.4", "description": "A twind preset that provides utilities for visually truncating text after a fixed number of lines.", "keywords": [ "twind", @@ -38,7 +38,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-radix-ui/CHANGELOG.md b/packages/preset-radix-ui/CHANGELOG.md new file mode 100644 index 000000000..41384536d --- /dev/null +++ b/packages/preset-radix-ui/CHANGELOG.md @@ -0,0 +1,9 @@ +# @twind/preset-radix-ui + +## 1.0.4 + +### Patch Changes + +- add radix-ui example to twind.run ([#419](https://github.com/tw-in-js/twind/pull/419)) + +- add radix ui preset ([#419](https://github.com/tw-in-js/twind/pull/419)) diff --git a/packages/preset-radix-ui/package.json b/packages/preset-radix-ui/package.json index 1dbe1b8a9..95d78fb45 100644 --- a/packages/preset-radix-ui/package.json +++ b/packages/preset-radix-ui/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-radix-ui", - "version": "1.0.3", + "version": "1.0.4", "description": "The Radix UI color scales as a twind preset with automatic dark colors.", "homepage": "https://twind.style/preset-radix-ui", "keywords": [ @@ -61,7 +61,7 @@ }, "devDependencies": { "@radix-ui/colors": "^0.1.8", - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-tailwind-forms/CHANGELOG.md b/packages/preset-tailwind-forms/CHANGELOG.md index cf06adde2..0d2f46fce 100644 --- a/packages/preset-tailwind-forms/CHANGELOG.md +++ b/packages/preset-tailwind-forms/CHANGELOG.md @@ -1,5 +1,7 @@ # @twind/preset-tailwind-forms +## 1.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-tailwind-forms/package.json b/packages/preset-tailwind-forms/package.json index 9bbd5fb80..477382faf 100644 --- a/packages/preset-tailwind-forms/package.json +++ b/packages/preset-tailwind-forms/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-tailwind-forms", - "version": "1.0.3", + "version": "1.0.4", "description": "twind preset that provides a basic reset for form styles that makes form elements easy to override with utilities", "keywords": [ "twind", @@ -44,8 +44,8 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/preset-tailwind": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-tailwind/CHANGELOG.md b/packages/preset-tailwind/CHANGELOG.md index 7096715e2..e44786954 100644 --- a/packages/preset-tailwind/CHANGELOG.md +++ b/packages/preset-tailwind/CHANGELOG.md @@ -1,5 +1,45 @@ # @twind/preset-tailwind +## 1.1.0 + +### Minor Changes + +- allow to omit the default color palette ([#419](https://github.com/tw-in-js/twind/pull/419)) + +- use fixed value for default ring color ([`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a)) + +- automatically add `content: ''` to `before` and `after` variant styles (closes #405, related to #414) ([`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05)) + +- support labeled groups and peers ([`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d)) + +- Add support for configuring default font-feature-settings for a font-family ([`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0)) + +- Add `fill-none` and `stroke-none` utilities ([`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655)) + +- Add `min-*` and `max-*` variants ([`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8)) + +- Add new `collapse` utility for `visibility: collapse` ([`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c)) + +- Add `aria-*` and `data-*` variants ([`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52)) + +- add `break-keep` utility ([`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2)) + +- Add negative value support for `outline-offset` ([`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28)) + +- Remove invalid `outline-hidden` utility ([`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde)) + +- add `supports-*` variant ([`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)) + +### Patch Changes + +- escape hashed animation names (fixes [#293](https://github.com/tw-in-js/twind/issues/293)) ([`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86)) + +- add `only` variant ([`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498)) + +- fix autocomplete for `place-*` utilities ([`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675)) + +- fix arbitrary utilities generation ([`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375)) + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-tailwind/package.json b/packages/preset-tailwind/package.json index 2b1ba67a4..fc56ce673 100644 --- a/packages/preset-tailwind/package.json +++ b/packages/preset-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-tailwind", - "version": "1.0.3", + "version": "1.1.0", "description": "Tailwind CSS preset for twind", "homepage": "https://twind.style/preset-tailwind", "keywords": [ @@ -80,7 +80,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/preset-typography/CHANGELOG.md b/packages/preset-typography/CHANGELOG.md index 0e8cd44d5..d0f097fee 100644 --- a/packages/preset-typography/CHANGELOG.md +++ b/packages/preset-typography/CHANGELOG.md @@ -1,5 +1,11 @@ # @twind/preset-typography +## 1.0.4 + +### Patch Changes + +- use flattend color name to lookup dark shade for a color ([#419](https://github.com/tw-in-js/twind/pull/419)) + ## 1.0.3 ### Patch Changes diff --git a/packages/preset-typography/package.json b/packages/preset-typography/package.json index 35880df26..0b4d60b63 100644 --- a/packages/preset-typography/package.json +++ b/packages/preset-typography/package.json @@ -1,6 +1,6 @@ { "name": "@twind/preset-typography", - "version": "1.0.3", + "version": "1.0.4", "description": "A twind preset that provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control, like HTML rendered from Markdown, or pulled from a CMS.", "keywords": [ "twind", @@ -42,7 +42,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/packages/twind/CHANGELOG.md b/packages/twind/CHANGELOG.md index a68160703..9cebcd483 100644 --- a/packages/twind/CHANGELOG.md +++ b/packages/twind/CHANGELOG.md @@ -1,5 +1,12 @@ # twind +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: + - @twind/core@1.1.0 + ## 1.0.3 ### Patch Changes diff --git a/packages/twind/package.json b/packages/twind/package.json index 2c8bfc93d..17d12dec7 100644 --- a/packages/twind/package.json +++ b/packages/twind/package.json @@ -1,6 +1,6 @@ { "name": "twind", - "version": "1.0.3", + "version": "1.0.4", "description": "Proxy package for @twind/core", "keywords": [ "twind", @@ -20,7 +20,7 @@ "// These are relative from within the dist/ folder": "", "sideEffects": false, "dependencies": { - "@twind/core": "^1.0.3" + "@twind/core": "^1.1.0" }, "peerDependencies": { "typescript": "^4.8.4" diff --git a/packages/with-gatsby/CHANGELOG.md b/packages/with-gatsby/CHANGELOG.md index fed507cdc..b1032c6d8 100644 --- a/packages/with-gatsby/CHANGELOG.md +++ b/packages/with-gatsby/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-plugin-twind +## 1.1.0 + +### Minor Changes + +- do not use `process.env.NODE_ENV` to detect production environment — instead use import condition ([`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67)) + ## 1.0.3 ### Patch Changes diff --git a/packages/with-gatsby/package.json b/packages/with-gatsby/package.json index 7a51ac439..c5c2648b1 100644 --- a/packages/with-gatsby/package.json +++ b/packages/with-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-twind", - "version": "1.0.3", + "version": "1.1.0", "description": "Seamless integration of Twind in a Gatsby project", "keywords": [ "twind", @@ -51,7 +51,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "@types/react": "^17.0.52", "@types/react-dom": "^17.0.18", "gatsby": "^4.24.8", diff --git a/packages/with-next/CHANGELOG.md b/packages/with-next/CHANGELOG.md index bfa0edcdd..775e75c25 100644 --- a/packages/with-next/CHANGELOG.md +++ b/packages/with-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @twind/with-next +## 1.1.0 + +### Minor Changes + +- do not use `process.env.NODE_ENV` to detect production environment — instead use import condition ([`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67)) + ## 1.0.3 ### Patch Changes diff --git a/packages/with-next/package.json b/packages/with-next/package.json index 036599dac..d02af3dfb 100644 --- a/packages/with-next/package.json +++ b/packages/with-next/package.json @@ -1,6 +1,6 @@ { "name": "@twind/with-next", - "version": "1.0.3", + "version": "1.1.0", "description": "Seamless integration of Twind in a Next.js project", "publishConfig": { "access": "public", @@ -45,7 +45,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "@types/react": "^17.0.52", "next": "^12.3.3", "react": "^17.0.2", diff --git a/packages/with-remix/CHANGELOG.md b/packages/with-remix/CHANGELOG.md index 5500169bf..0e9bc4588 100644 --- a/packages/with-remix/CHANGELOG.md +++ b/packages/with-remix/CHANGELOG.md @@ -1,5 +1,11 @@ # @twind/with-remix +## 1.1.0 + +### Minor Changes + +- do not use `process.env.NODE_ENV` to detect production environment — instead use import condition ([`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67)) + ## 1.0.3 ### Patch Changes diff --git a/packages/with-remix/package.json b/packages/with-remix/package.json index 7a665faa1..4b6326900 100644 --- a/packages/with-remix/package.json +++ b/packages/with-remix/package.json @@ -1,6 +1,6 @@ { "name": "@twind/with-remix", - "version": "1.0.3", + "version": "1.1.0", "description": "Seamless integration of Twind in a Remix project", "publishConfig": { "access": "public", @@ -46,7 +46,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "@types/node": "^14.18.33", "@types/react": "^17.0.52", "react": "^17.0.2", diff --git a/packages/with-sveltekit/CHANGELOG.md b/packages/with-sveltekit/CHANGELOG.md index b7d05e23d..8c3ad6e87 100644 --- a/packages/with-sveltekit/CHANGELOG.md +++ b/packages/with-sveltekit/CHANGELOG.md @@ -1,5 +1,17 @@ # @twind/with-sveltekit +## 1.1.0 + +### Minor Changes + +- do not use `process.env.NODE_ENV` to detect production environment — instead use import condition ([`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67)) + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- add worker condition to published package (fixes [#418](https://github.com/tw-in-js/twind/issues/418)) ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + ## 1.0.3 ### Patch Changes diff --git a/packages/with-sveltekit/package.json b/packages/with-sveltekit/package.json index 129326af3..868d20855 100644 --- a/packages/with-sveltekit/package.json +++ b/packages/with-sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@twind/with-sveltekit", - "version": "1.0.3", + "version": "1.1.0", "description": "Seamless integration of Twind in a SvelteKit project", "publishConfig": { "access": "public", @@ -43,7 +43,7 @@ }, "devDependencies": { "@sveltejs/kit": "^1.0.0", - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "svelte": "^3.54.0", "typescript": "^4.8.4" }, diff --git a/packages/with-web-components/CHANGELOG.md b/packages/with-web-components/CHANGELOG.md new file mode 100644 index 000000000..454f3be6a --- /dev/null +++ b/packages/with-web-components/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twind/with-web-components + +## 1.1.0 + +### Minor Changes + +- add new web components integration ([`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b)) diff --git a/packages/with-web-components/package.json b/packages/with-web-components/package.json index 37f1c18c2..b08e2e10e 100644 --- a/packages/with-web-components/package.json +++ b/packages/with-web-components/package.json @@ -1,6 +1,6 @@ { "name": "@twind/with-web-components", - "version": "1.0.3", + "version": "1.1.0", "description": "Seamless integration of Twind with Web Components", "publishConfig": { "access": "public", @@ -35,7 +35,7 @@ } }, "devDependencies": { - "@twind/core": "^1.0.3", + "@twind/core": "^1.1.0", "typescript": "^4.8.4" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d3be88e28..2d3213484 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,9 +85,9 @@ importers: examples/basic: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 vite: ^4.0.1 dependencies: '@twind/core': link:../../packages/core @@ -98,12 +98,12 @@ importers: examples/playground: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-ext': 1.0.3 - '@twind/preset-line-clamp': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/preset-tailwind-forms': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-ext': 1.0.4 + '@twind/preset-line-clamp': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/preset-tailwind-forms': 1.0.4 vite: ^4.0.1 dependencies: '@twind/core': link:../../packages/core @@ -117,10 +117,10 @@ importers: examples/using-tailwind-forms: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/preset-tailwind-forms': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/preset-tailwind-forms': 1.0.4 vite: ^4.0.1 dependencies: '@twind/core': link:../../packages/core @@ -138,14 +138,14 @@ importers: examples/with-gatsby: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 gatsby: ^4.24.8 gatsby-plugin-manifest: ^4.24.0 gatsby-plugin-offline: ^5.24.0 gatsby-plugin-react-helmet: ^5.24.0 - gatsby-plugin-twind: 1.0.3 + gatsby-plugin-twind: 1.1.0 react: ^17.0.2 react-dom: ^17.0.2 react-helmet: ^6.1.0 @@ -164,10 +164,10 @@ importers: examples/with-lit: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/with-web-components': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/with-web-components': 1.1.0 lit: ^2.5.0 typescript: ~4.8.4 vite: ^4.0.1 @@ -183,10 +183,10 @@ importers: examples/with-next: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/with-next': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/with-next': 1.1.0 '@types/node': ^14.18.33 '@types/react': ^17.0.52 next: ^12.3.3 @@ -214,10 +214,10 @@ importers: '@remix-run/dev': ^1.7.5 '@remix-run/react': ^1.7.5 '@remix-run/serve': ^1.7.5 - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/with-remix': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/with-remix': 1.1.0 '@types/react': ^17.0.52 '@types/react-dom': ^17.0.18 cross-env: ^7.0.3 @@ -246,10 +246,10 @@ importers: specifiers: '@sveltejs/adapter-node': ^1.0.0 '@sveltejs/kit': ^1.0.0 - '@twind/core': ^1.0.3 - '@twind/preset-autoprefix': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 - '@twind/with-sveltekit': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-autoprefix': ^1.0.4 + '@twind/preset-tailwind': ^1.1.0 + '@twind/with-sveltekit': ^1.1.0 svelte: ^3.54.0 svelte-check: ^2.10.2 svelte-preprocess: ^4.10.7 @@ -270,10 +270,10 @@ importers: examples/with-web-components: specifiers: - '@twind/core': 1.0.3 - '@twind/preset-autoprefix': 1.0.3 - '@twind/preset-tailwind': 1.0.3 - '@twind/with-web-components': 1.0.3 + '@twind/core': 1.1.0 + '@twind/preset-autoprefix': 1.0.4 + '@twind/preset-tailwind': 1.1.0 + '@twind/with-web-components': 1.1.0 vite: ^4.0.1 dependencies: '@twind/core': link:../../packages/core @@ -285,9 +285,9 @@ importers: packages/cdn: specifiers: - '@twind/core': ^1.0.3 - '@twind/preset-autoprefix': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-autoprefix': ^1.0.4 + '@twind/preset-tailwind': ^1.1.0 typescript: ^4.8.4 dependencies: '@twind/core': link:../core @@ -299,7 +299,7 @@ importers: packages/core: specifiers: - '@twind/preset-tailwind': ^1.0.3 + '@twind/preset-tailwind': ^1.1.0 csstype: ^3.1.1 typescript: ^4.8.4 dependencies: @@ -312,9 +312,9 @@ importers: packages/intellisense: specifiers: '@ctrl/tinycolor': ^3.4.1 - '@twind/core': ^1.0.3 - '@twind/preset-autoprefix': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-autoprefix': ^1.0.4 + '@twind/preset-tailwind': ^1.1.0 '@types/css-tree': ^2.0.0 '@types/cssbeautify': ^0.3.2 '@types/showdown': ^2.0.0 @@ -345,7 +345,7 @@ importers: packages/preset-autoprefix: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 style-vendorizer: ^2.2.3 typescript: ^4.8.4 dependencies: @@ -357,7 +357,7 @@ importers: packages/preset-container-queries: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -366,8 +366,8 @@ importers: packages/preset-ext: specifiers: - '@twind/core': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-tailwind': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -377,7 +377,7 @@ importers: packages/preset-line-clamp: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -387,7 +387,7 @@ importers: packages/preset-radix-ui: specifiers: '@radix-ui/colors': ^0.1.8 - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@radix-ui/colors': 0.1.8 @@ -397,7 +397,7 @@ importers: packages/preset-tailwind: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -406,8 +406,8 @@ importers: packages/preset-tailwind-forms: specifiers: - '@twind/core': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-tailwind': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -417,7 +417,7 @@ importers: packages/preset-typography: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -426,7 +426,7 @@ importers: packages/twind: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 dependencies: '@twind/core': link:../core @@ -436,7 +436,7 @@ importers: packages/with-gatsby: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 '@types/react': ^17.0.52 '@types/react-dom': ^17.0.18 gatsby: ^4.24.8 @@ -455,7 +455,7 @@ importers: packages/with-next: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 '@types/react': ^17.0.52 next: ^12.3.3 react: ^17.0.2 @@ -472,7 +472,7 @@ importers: packages/with-remix: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 '@types/node': ^14.18.33 '@types/react': ^17.0.52 react: ^17.0.2 @@ -492,7 +492,7 @@ importers: packages/with-sveltekit: specifiers: '@sveltejs/kit': ^1.0.0 - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 svelte: ^3.54.0 typescript: ^4.8.4 devDependencies: @@ -504,7 +504,7 @@ importers: packages/with-web-components: specifiers: - '@twind/core': ^1.0.3 + '@twind/core': ^1.1.0 typescript: ^4.8.4 devDependencies: '@twind/core': link:../core @@ -550,13 +550,13 @@ importers: '@sastan/svelte-headlessui': ^1.0.2 '@sveltejs/adapter-cloudflare': ^1.0.0 '@sveltejs/kit': ^1.0.0 - '@twind/core': ^1.0.3 - '@twind/intellisense': ^1.0.4 - '@twind/preset-autoprefix': ^1.0.3 - '@twind/preset-radix-ui': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 - '@twind/preset-typography': ^1.0.3 - '@twind/with-sveltekit': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/intellisense': ^1.1.0 + '@twind/preset-autoprefix': ^1.0.4 + '@twind/preset-radix-ui': ^1.0.4 + '@twind/preset-tailwind': ^1.1.0 + '@twind/preset-typography': ^1.0.4 + '@twind/with-sveltekit': ^1.1.0 '@types/lz-string': ^1.3.34 '@types/node': ^18.11.9 '@types/prettier': ^2.7.1 @@ -641,13 +641,13 @@ importers: '@sastan/svelte-headlessui': ^1.0.2 '@sveltejs/adapter-static': ^1.0.0 '@sveltejs/kit': ^1.0.0 - '@twind/core': ^1.0.3 - '@twind/preset-autoprefix': ^1.0.3 - '@twind/preset-ext': ^1.0.3 - '@twind/preset-radix-ui': ^1.0.3 - '@twind/preset-tailwind': ^1.0.3 - '@twind/preset-typography': ^1.0.3 - '@twind/with-sveltekit': ^1.0.3 + '@twind/core': ^1.1.0 + '@twind/preset-autoprefix': ^1.0.4 + '@twind/preset-ext': ^1.0.4 + '@twind/preset-radix-ui': ^1.0.4 + '@twind/preset-tailwind': ^1.1.0 + '@twind/preset-typography': ^1.0.4 + '@twind/with-sveltekit': ^1.1.0 '@types/graceful-fs': ^4.1.5 esbuild: ^0.16.3 fast-glob: ^3.2.12 diff --git a/sites/cdn.twind.style/CHANGELOG.md b/sites/cdn.twind.style/CHANGELOG.md index 5848634ff..2921eb822 100644 --- a/sites/cdn.twind.style/CHANGELOG.md +++ b/sites/cdn.twind.style/CHANGELOG.md @@ -1,5 +1,11 @@ # @sites/cdn.twind.style +## 1.0.3 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + ## 1.0.2 ### Patch Changes diff --git a/sites/cdn.twind.style/package.json b/sites/cdn.twind.style/package.json index 5d65385c2..74c0bc70a 100644 --- a/sites/cdn.twind.style/package.json +++ b/sites/cdn.twind.style/package.json @@ -1,6 +1,6 @@ { "name": "@sites/cdn.twind.style", - "version": "1.0.2", + "version": "1.0.3", "description": "Twind CDN", "private": true, "license": "MIT", diff --git a/sites/mdn.twind.run/CHANGELOG.md b/sites/mdn.twind.run/CHANGELOG.md index 3006593c9..3a874ec21 100644 --- a/sites/mdn.twind.run/CHANGELOG.md +++ b/sites/mdn.twind.run/CHANGELOG.md @@ -1,5 +1,15 @@ # @sites/cdn.twind.style +## 1.1.0 + +### Minor Changes + +- add discover tab to twind.run to explore available utilities and variants ([#420](https://github.com/tw-in-js/twind/pull/420)) + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + ## 1.0.1 ### Patch Changes diff --git a/sites/mdn.twind.run/package.json b/sites/mdn.twind.run/package.json index b5f021d1d..22f1000c8 100644 --- a/sites/mdn.twind.run/package.json +++ b/sites/mdn.twind.run/package.json @@ -1,6 +1,6 @@ { "name": "@sites/mdn.twind.run", - "version": "1.0.0", + "version": "1.1.0", "description": "MDn proxy for twind.run CDN", "private": true, "license": "MIT", diff --git a/sites/twind.run/CHANGELOG.md b/sites/twind.run/CHANGELOG.md index 8e6775874..b7ff59d18 100644 --- a/sites/twind.run/CHANGELOG.md +++ b/sites/twind.run/CHANGELOG.md @@ -1,5 +1,19 @@ # @sites/twind.run +## 1.1.0 + +### Minor Changes + +- add discover tab to twind.run to explore available utilities and variants ([#420](https://github.com/tw-in-js/twind/pull/420)) + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- support observing shadow dom (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d)) + +- add radix-ui example to twind.run ([#419](https://github.com/tw-in-js/twind/pull/419)) + ## 1.0.2 ### Patch Changes diff --git a/sites/twind.run/package.json b/sites/twind.run/package.json index a87e602f2..5ee09ca94 100644 --- a/sites/twind.run/package.json +++ b/sites/twind.run/package.json @@ -1,6 +1,6 @@ { "name": "@sites/twind.run", - "version": "1.0.2", + "version": "1.1.0", "description": "Twind Run", "private": true, "license": "MIT", @@ -41,13 +41,13 @@ "@sastan/svelte-headlessui": "^1.0.2", "@sveltejs/adapter-cloudflare": "^1.0.0", "@sveltejs/kit": "^1.0.0", - "@twind/core": "^1.0.3", - "@twind/intellisense": "^1.0.4", - "@twind/preset-autoprefix": "^1.0.3", - "@twind/preset-radix-ui": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", - "@twind/preset-typography": "^1.0.3", - "@twind/with-sveltekit": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/intellisense": "^1.1.0", + "@twind/preset-autoprefix": "^1.0.4", + "@twind/preset-radix-ui": "^1.0.4", + "@twind/preset-tailwind": "^1.1.0", + "@twind/preset-typography": "^1.0.4", + "@twind/with-sveltekit": "^1.1.0", "@types/lz-string": "^1.3.34", "@types/node": "^18.11.9", "@types/prettier": "^2.7.1", diff --git a/sites/twind.style/CHANGELOG.md b/sites/twind.style/CHANGELOG.md index 9b10498ad..aca5d400a 100644 --- a/sites/twind.style/CHANGELOG.md +++ b/sites/twind.style/CHANGELOG.md @@ -1,5 +1,30 @@ # twind.style +## 1.0.5 + +### Patch Changes + +- update vite, vitest, sveltekit, and typescript ([`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)) + +- support observing shadow dom (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d)) + +- add radix-ui example to twind.run ([#419](https://github.com/tw-in-js/twind/pull/419)) + +- document how to use with web components (fixes [#421](https://github.com/tw-in-js/twind/issues/421)) ([`e71dee05`](https://github.com/tw-in-js/twind/commit/e71dee050b5257c84eaf315e73ca5b8fd1e68f60)) + +- crop sponsors padding on mobile ([#416](https://github.com/tw-in-js/twind/pull/416)) 🙏🏽 [@Danielduel](https://github.com/Danielduel)! + +- add Lit example ([`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a)) + +- Updated dependencies [[`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e), [`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`28b83c74`](https://github.com/tw-in-js/twind/commit/28b83c74b024ddc7f3fc736171b6e844dbcbbb86), [`1e16652d`](https://github.com/tw-in-js/twind/commit/1e16652d4d7a5aae72390e0ceef29519a5e18d4d), [`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a), [`88bebcf5`](https://github.com/tw-in-js/twind/commit/88bebcf570292b1f2d624de04a513045f6fe6498), [`c64fb457`](https://github.com/tw-in-js/twind/commit/c64fb4577267b5e339ae86d5f96179fdf764465b), [`bf5f6785`](https://github.com/tw-in-js/twind/commit/bf5f67852f4323314bef24546cb7e2a3ab850675), [`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`6e64c33f`](https://github.com/tw-in-js/twind/commit/6e64c33f8f69155979cc4a90a74e695a484bcc9d), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`622b08dc`](https://github.com/tw-in-js/twind/commit/622b08dc4d74448abd78041586f5888bd82bb655), [`20428cf4`](https://github.com/tw-in-js/twind/commit/20428cf4d27d563456e3fa76b79f8a867a353fb8), [`e06a4830`](https://github.com/tw-in-js/twind/commit/e06a4830e31b27591eb574f106dddd65ab41a26a), [`29099993`](https://github.com/tw-in-js/twind/commit/290999932cc5621fc8de42d4b3557db3584d5e80), [`cb70ab66`](https://github.com/tw-in-js/twind/commit/cb70ab6609bc7a017bd80aeefcda8a6a5526997c), [`eef016b9`](https://github.com/tw-in-js/twind/commit/eef016b907d73b2a954c33548ee1c513dec94375), [`e9d8dccf`](https://github.com/tw-in-js/twind/commit/e9d8dccfaa919cc5b1b080cc2e05d65d53f44b67), [`7f72cb0e`](https://github.com/tw-in-js/twind/commit/7f72cb0ea61925fe5a9fca067656fd76f7df2f52), [`3818a19a`](https://github.com/tw-in-js/twind/commit/3818a19ab31f0a92de87e6f8e3cc44a45cc6c0e2), [`ab7220ef`](https://github.com/tw-in-js/twind/commit/ab7220ef7a780e7f4cdf325f17527c5865ef2d28), [`6fd10056`](https://github.com/tw-in-js/twind/commit/6fd100563c76135f8e281c804ee4bd1cae97bbde), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51), [`5183718b`](https://github.com/tw-in-js/twind/commit/5183718ba54d927818a5c6e67efa59eb9a98246e)]: + - @twind/preset-typography@1.0.4 + - @twind/with-sveltekit@1.1.0 + - @twind/preset-tailwind@1.1.0 + - @twind/core@1.1.0 + - @twind/preset-radix-ui@1.0.4 + - @twind/preset-ext@1.0.4 + - @twind/preset-autoprefix@1.0.4 + ## 1.0.4 ### Patch Changes diff --git a/sites/twind.style/package.json b/sites/twind.style/package.json index 5fe45d83f..4b848e19d 100644 --- a/sites/twind.style/package.json +++ b/sites/twind.style/package.json @@ -1,6 +1,6 @@ { "name": "@sites/twind.style", - "version": "1.0.4", + "version": "1.0.5", "description": "Twind Website", "private": true, "license": "MIT", @@ -31,13 +31,13 @@ "@sastan/svelte-headlessui": "^1.0.2", "@sveltejs/adapter-static": "^1.0.0", "@sveltejs/kit": "^1.0.0", - "@twind/core": "^1.0.3", - "@twind/preset-autoprefix": "^1.0.3", - "@twind/preset-ext": "^1.0.3", - "@twind/preset-radix-ui": "^1.0.3", - "@twind/preset-tailwind": "^1.0.3", - "@twind/preset-typography": "^1.0.3", - "@twind/with-sveltekit": "^1.0.3", + "@twind/core": "^1.1.0", + "@twind/preset-autoprefix": "^1.0.4", + "@twind/preset-ext": "^1.0.4", + "@twind/preset-radix-ui": "^1.0.4", + "@twind/preset-tailwind": "^1.1.0", + "@twind/preset-typography": "^1.0.4", + "@twind/with-sveltekit": "^1.1.0", "@types/graceful-fs": "^4.1.5", "esbuild": "^0.16.3", "fast-glob": "^3.2.12",