Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2023
1 parent c046b08 commit 668aa25
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-taxis-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-meals-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-shrimps-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mangos-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-starfishes-report.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.0

### Minor Changes

- Add simple LayerChart integration template ([#128](https://github.com/techniq/svelte-ux/pull/128))

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

## 0.55.1

### Patch Changes

- [uniqueId] Track ids per prefix ([`523c609`](https://github.com/techniq/svelte-ux/commit/523c609662e463e807be65a7b4ce063ce0a6b3a8))

- Add string utils to top-level exports and add docs ([`c046b08`](https://github.com/techniq/svelte-ux/commit/c046b082fd720fa116a4e9e28b9b53fa451a970a))

- [ScrollingValue] Add `single` prop to enable individual number display (proper handling of 9) ([`a730969`](https://github.com/techniq/svelte-ux/commit/a730969f0a30271b9c6aec84df83a5c9b35e5eaa))

- Added new `IconInput` and `IconData` types to enable inclusive & seamless passing of icon arguments between components. Also provides a `asIconData` utility function for type-safe conversion. ([#125](https://github.com/techniq/svelte-ux/pull/125))
Fixed type errors for Button & TextField's use of Icon data.

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

0 comments on commit 668aa25

Please sign in to comment.