Skip to content

Commit b8282b6

Browse files
committed
Bug: Fix tailwind package to use at least 1.0.1 to get cdn copy
1 parent ffc23e7 commit b8282b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a pre-release version and APIs will change quickly. Before `1.0` release
44

55
Please note after `1.0` Semver will be followed using normal protocols.
66

7-
# Version 0.12.1
7+
# Version 0.12.1-2
88
* **Tailwind** - `tailwindcss-iso` now has bundled CDN version to avoid issues importing css files in browser via esm. Modified `tailwind` package to accomodate this change.
99
* **Tailwind** - Removed bundled `wasm` files, these are now part of the generic `tailwindcss-iso` package.
1010

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@semantic-ui/component": "^0.12.1",
3838
"@semantic-ui/utils": "^0.12.1",
39-
"tailwindcss-iso": "^1.0.0"
39+
"tailwindcss-iso": "^1.0.1"
4040
},
4141
"devDependencies": {
4242
"@semantic-ui/internal-scripts": "^0.12.1",

0 commit comments

Comments
 (0)