Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 92cdcaa commit 9ffec9e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,32 @@
"changesets": [
"angry-ads-carry",
"angry-zebras-remember",
"beige-papayas-study",
"chilled-dingos-sell",
"clever-avocados-hope",
"cool-hotels-own",
"eight-bottles-eat",
"fair-trees-sparkle",
"fluffy-news-worry",
"for-you-sean",
"friendly-pets-reflect",
"healthy-files-search",
"light-pianos-refuse",
"light-ways-dress",
"modern-pumpkins-march",
"moody-cows-pull",
"nice-cats-know",
"ninety-beers-return",
"ninety-carpets-cross",
"quick-avocados-hope",
"quick-carrots-grab",
"rare-flowers-flash",
"selfish-hounds-dance",
"shiny-hornets-study",
"shy-peaches-ring",
"shaggy-cars-approve",
"shiny-schools-ring",
"silver-penguins-jam",
"six-drinks-smash",
"sixty-walls-rest",
"sour-cougars-beg",
"spicy-toys-hug",
"strong-flies-provide",
"tidy-gifts-yawn",
"wicked-melons-fold",
Expand Down
24 changes: 24 additions & 0 deletions packages/svelte-ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# svelte-ux

## 0.58.0-next.14

### Minor Changes

- Add ability to set a default values for labelPlacement and variant props ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add `sumObjects` array util ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Add support for passing `class` and `classes` props to the DateField component ([#167](https://github.com/techniq/svelte-ux/pull/167))

### Patch Changes

- Fix ThemeSwitch SSR behavior by using `dark` class to define positioning and icon display ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [MultiSelect] Add `autoFocusSearch` to opt into functionality, which `MultiSelectMenu` maintains ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [DateRange] Remove `scrollIntoView` for date selection components (month, year) ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [DateField] Fix input value when clearing value ([#167](https://github.com/techniq/svelte-ux/pull/167))

- Fix overriding `elevation-#` classes. Add `elevation-none` to remove `elevation-#` ([#167](https://github.com/techniq/svelte-ux/pull/167))

- [Appbar] Add `menuIcon` prop and slot ([#167](https://github.com/techniq/svelte-ux/pull/167))

## 0.58.0-next.13

### 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 <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
"version": "0.58.0-next.13",
"version": "0.58.0-next.14",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 9ffec9e

Please sign in to comment.