Skip to content

Commit

Permalink
Version Packages (#133)
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] committed Nov 20, 2023
1 parent 380a7dd commit 34b865d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-ways-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-bugs-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cars-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-apricots-march.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.2.1

### Patch Changes

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

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"description": "A CLI for creating new Svelte UX projects",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte-ux

## 0.56.0

### Minor Changes

- Add Intl support in `formatNumber()` by leveraging Intl.NumberFormat() (and remove d3-format dependency) ([#134](https://github.com/techniq/svelte-ux/pull/134))

- `createTheme( ... )` was removed in favor of `settings({ theme: ... })` (Same for component `<Theme ... />`, is now `<Settings ... />`). Enables configuring `formatNumber()` style and future settings. ([#134](https://github.com/techniq/svelte-ux/pull/134))

### Patch Changes

- Add `romanize()` string util and ScrollingValue example ([`ebd429e`](https://github.com/techniq/svelte-ux/commit/ebd429e4965ce7f681eb5f0d6933c7258ff333fb))

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

## 0.55.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.55.1",
"version": "0.56.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

1 comment on commit 34b865d

@vercel
Copy link

@vercel vercel bot commented on 34b865d Nov 20, 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.