Skip to content

Commit

Permalink
Version Packages (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 2, 2024
1 parent 1e758f5 commit 2acf2d4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-squids-attack1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-squids-attack2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-squids-attack3.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-squids-attack4.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.72.1

### Patch Changes

- adds a function `normalizeClasses` to normalize classes when they can be a string or an object, essentially converting strings to objects ([#419](https://github.com/techniq/svelte-ux/pull/419))

- adds a function `clsMerge` for merging groups of classes without needing to do more complex property-by-property merging ([#419](https://github.com/techniq/svelte-ux/pull/419))

- passes the `classes` objects down to the `TextField` component from the `Select` and `MultiSelect` components ([#419](https://github.com/techniq/svelte-ux/pull/419))

- fixes a TypeError caused by a faulty ReturnType from `entries()` and removes a related `@ts-expect-error` ([#419](https://github.com/techniq/svelte-ux/pull/419))

## 0.72.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.72.0",
"version": "0.72.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 2acf2d4

Please sign in to comment.