Skip to content

Commit

Permalink
Version Packages (#350)
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 May 16, 2024
1 parent eaad285 commit 459ab95
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-experts-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-ads-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-books-buy.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- Update dependencies ([`eaae0078c21ba78b5bc88bad90d8cb888e41e14a`](https://github.com/techniq/svelte-ux/commit/eaae0078c21ba78b5bc88bad90d8cb888e41e14a))

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte-ux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte-ux",
"version": "0.3.3",
"version": "0.3.4",
"description": "A CLI for creating new Svelte UX projects",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte-ux

## 0.63.2

### Patch Changes

- Update `sumObjects` to return the summed values as an Array if all processed items are arrays ([#324](https://github.com/techniq/svelte-ux/pull/324))

- Update `sumObjects` to automatically coerce numeric strings to numbers ([#324](https://github.com/techniq/svelte-ux/pull/324))

- Update dependencies ([`eaae0078c21ba78b5bc88bad90d8cb888e41e14a`](https://github.com/techniq/svelte-ux/commit/eaae0078c21ba78b5bc88bad90d8cb888e41e14a))

## 0.63.1

### Patch 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 <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.63.1",
"version": "0.63.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 459ab95

Please sign in to comment.