Skip to content

Commit

Permalink
Merge pull request #1206 from Wizleap-Inc/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ichi-h authored Feb 5, 2024
2 parents bf91945 + d4a2ab3 commit b3bc449
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-deers-poke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/wiz-ui-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wizleap-inc/wiz-ui-next

## 2.25.1

### Patch Changes

- [#1204](https://github.com/Wizleap-Inc/wiz-ui/pull/1204) [`30ce4029`](https://github.com/Wizleap-Inc/wiz-ui/commit/30ce4029395fda0b239ccbe8c3f96210d81931dc) Thanks [@okakyo](https://github.com/okakyo)! - fix(search-selector): options に存在しない modelValue/values を突っ込むと動かなくなる/UI がバグる箇所の修正

## 2.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz-ui-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-next",
"version": "2.25.0",
"version": "2.25.1",
"description": "A Vue3 UI Framework for Wizleap Inc.",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/wiz-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wizleap-inc/wiz-ui-react

## 0.50.1

### Patch Changes

- [#1204](https://github.com/Wizleap-Inc/wiz-ui/pull/1204) [`30ce4029`](https://github.com/Wizleap-Inc/wiz-ui/commit/30ce4029395fda0b239ccbe8c3f96210d81931dc) Thanks [@okakyo](https://github.com/okakyo)! - fix(search-selector): options に存在しない modelValue/values を突っ込むと動かなくなる/UI がバグる箇所の修正

## 0.50.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wiz-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-react",
"version": "0.50.0",
"version": "0.50.1",
"description": "A React UI Framework for Wizleap Inc.",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down

0 comments on commit b3bc449

Please sign in to comment.