Skip to content

Commit

Permalink
Merge pull request #1199 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 Jan 26, 2024
2 parents ad75b4c + bd81819 commit 0004004
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-insects-enjoy.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.24.1

### Patch Changes

- [#1187](https://github.com/Wizleap-Inc/wiz-ui/pull/1187) [`3548d63c`](https://github.com/Wizleap-Inc/wiz-ui/commit/3548d63ce16078a9d2daad88a20bbbd09a44a5d0) Thanks [@okakyo](https://github.com/okakyo)! - [#1184] base-input の focusin, focusout の Event を受け取れるように修正

## 2.24.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.24.0",
"version": "2.24.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.49.1

### Patch Changes

- [#1187](https://github.com/Wizleap-Inc/wiz-ui/pull/1187) [`3548d63c`](https://github.com/Wizleap-Inc/wiz-ui/commit/3548d63ce16078a9d2daad88a20bbbd09a44a5d0) Thanks [@okakyo](https://github.com/okakyo)! - [#1184] base-input の focusin, focusout の Event を受け取れるように修正

## 0.49.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.49.0",
"version": "0.49.1",
"description": "A React UI Framework for Wizleap Inc.",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down

2 comments on commit 0004004

@vercel
Copy link

@vercel vercel bot commented on 0004004 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wiz-ui-next – ./packages/wiz-ui-next

wiz-ui-next.vercel.app
wiz-ui-next-git-main-wizleap.vercel.app
wiz-ui-next-wizleap.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0004004 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wiz-ui-react – ./packages/wiz-ui-react

wiz-ui-react-git-main-wizleap.vercel.app
wiz-ui-react.vercel.app
wiz-ui-react-wizleap.vercel.app

Please sign in to comment.