Skip to content

Commit 738194d

Browse files
Version Packages (next)
1 parent 223c918 commit 738194d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"changesets": [
88
"clear-regions-listen",
99
"cuddly-coins-tease",
10+
"cuddly-snakes-tie",
1011
"dirty-pets-switch",
1112
"fair-bugs-carry",
1213
"four-bears-join",
14+
"funny-days-crash",
1315
"green-maps-bathe",
1416
"loose-baths-make",
1517
"major-turkeys-ask",

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.8
4+
5+
### Patch Changes
6+
7+
- fix(NavItem): Apply active classes after base classes ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
- refactor: Replace `date-fns` usage with new `@layerstack/utils` date utils (based on d3-time) to reduce bundle size ([#602](https://github.com/techniq/svelte-ux/pull/602))
10+
311
## 2.0.0-next.7
412

513
### Patch 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.7",
7+
"version": "2.0.0-next.8",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)