Skip to content

Commit ec98303

Browse files
Version Packages (next) (#574)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent 1a2998d commit ec98303

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"svelte-ux": "1.0.0"
66
},
77
"changesets": [
8-
"easy-adults-march",
8+
"fair-bugs-carry",
9+
"green-maps-bathe",
910
"ready-planets-deny"
1011
]
1112
}

packages/svelte-ux/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte-ux
22

3+
## 2.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- fix: Use `next` releases for all `@layerstack/*` packages ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
- docs: Update @layerstack/tailwind to `2.0.0-next.1`, fixing styling of tailwind typography when deployed ([#571](https://github.com/techniq/svelte-ux/pull/571))
10+
311
## 2.0.0-next.0
412

513
### Major Changes

packages/svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "2.0.0-next.0",
7+
"version": "2.0.0-next.1",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)