Skip to content

Commit

Permalink
Version Packages (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 7, 2023
1 parent 263fad2 commit e65d5e2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-wolves-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-rings-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-pens-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-spiders-clean.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte-ux

## 0.57.1

### Patch Changes

- [Month] Add `hideControls` prop ([`9021816`](https://github.com/techniq/svelte-ux/commit/9021816e92dbd024f71552c8b2b29e88e4ffe3f1))

- [ScrollingValue] Add `axis` prop to control direction, and support <slot> rendering of value for custom component display ([`81b1f33`](https://github.com/techniq/svelte-ux/commit/81b1f33146b56ad70360f9314816526ff7acde1a))

- [AppBar] Add slot option for title. ([#151](https://github.com/techniq/svelte-ux/pull/151))

- Use Symbol() instead of empty object for context keys ([`02788d2`](https://github.com/techniq/svelte-ux/commit/02788d21ba389c1de60d3a25035b71a6e61c5f10))

## 0.57.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.57.0",
"version": "0.57.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

1 comment on commit e65d5e2

@vercel
Copy link

@vercel vercel bot commented on e65d5e2 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.