Skip to content

Commit

Permalink
Merge pull request #1216 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 20, 2024
2 parents e861bc4 + dab3748 commit cfdec06
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/tasty-ads-listen.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.26.1

### Patch Changes

- [#1215](https://github.com/Wizleap-Inc/wiz-ui/pull/1215) [`a6d50a13`](https://github.com/Wizleap-Inc/wiz-ui/commit/a6d50a13ca6a8952094b1f6004d5bdde1e9f0397) Thanks [@ichi-h](https://github.com/ichi-h)! - fix(avatar): src が undefined の場合は img タグを表示しない

## 2.26.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.26.0",
"version": "2.26.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.51.1

### Patch Changes

- [#1215](https://github.com/Wizleap-Inc/wiz-ui/pull/1215) [`a6d50a13`](https://github.com/Wizleap-Inc/wiz-ui/commit/a6d50a13ca6a8952094b1f6004d5bdde1e9f0397) Thanks [@ichi-h](https://github.com/ichi-h)! - fix(avatar): src が undefined の場合は img タグを表示しない

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

0 comments on commit cfdec06

Please sign in to comment.