Skip to content

Commit

Permalink
Merge pull request #1195 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 22, 2024
2 parents 66af48b + a11b08a commit d63ece2
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-rocks-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-cameras-juggle.md

This file was deleted.

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

## 0.28.0

### Minor Changes

- [#1194](https://github.com/Wizleap-Inc/wiz-ui/pull/1194) [`ff94b942`](https://github.com/Wizleap-Inc/wiz-ui/commit/ff94b942d3ff89d9fe6a33a15d5913c06cc311ce) Thanks [@okakyo](https://github.com/okakyo)! - [#1193] Text Button の variant に "gray" 追加

## 0.27.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizleap-inc/wiz-ui-styles",
"version": "0.27.3",
"version": "0.28.0",
"main": "./dist/wiz-ui-styles.umd.js",
"module": "./dist/wiz-ui-styles.es.js",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/wiz-ui-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wizleap-inc/wiz-ui-next

## 2.24.0

### Minor Changes

- [#1194](https://github.com/Wizleap-Inc/wiz-ui/pull/1194) [`ff94b942`](https://github.com/Wizleap-Inc/wiz-ui/commit/ff94b942d3ff89d9fe6a33a15d5913c06cc311ce) Thanks [@okakyo](https://github.com/okakyo)! - [#1193] Text Button の variant に "gray" 追加

- [#1192](https://github.com/Wizleap-Inc/wiz-ui/pull/1192) [`86fb7cdc`](https://github.com/Wizleap-Inc/wiz-ui/commit/86fb7cdcdb7523b134fcca14e5409bf14c9b3b3b) Thanks [@okakyo](https://github.com/okakyo)! - [#1180] WizDateRangePicker: disabledDate props を追加

### Patch Changes

- Updated dependencies [[`ff94b942`](https://github.com/Wizleap-Inc/wiz-ui/commit/ff94b942d3ff89d9fe6a33a15d5913c06cc311ce)]:
- @wizleap-inc/wiz-ui-styles@0.28.0

## 2.23.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.23.0",
"version": "2.24.0",
"description": "A Vue3 UI Framework for Wizleap Inc.",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
Expand Down
13 changes: 13 additions & 0 deletions packages/wiz-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wizleap-inc/wiz-ui-react

## 0.49.0

### Minor Changes

- [#1194](https://github.com/Wizleap-Inc/wiz-ui/pull/1194) [`ff94b942`](https://github.com/Wizleap-Inc/wiz-ui/commit/ff94b942d3ff89d9fe6a33a15d5913c06cc311ce) Thanks [@okakyo](https://github.com/okakyo)! - [#1193] Text Button の variant に "gray" 追加

- [#1192](https://github.com/Wizleap-Inc/wiz-ui/pull/1192) [`86fb7cdc`](https://github.com/Wizleap-Inc/wiz-ui/commit/86fb7cdcdb7523b134fcca14e5409bf14c9b3b3b) Thanks [@okakyo](https://github.com/okakyo)! - [#1180] WizDateRangePicker: disabledDate props を追加

### Patch Changes

- Updated dependencies [[`ff94b942`](https://github.com/Wizleap-Inc/wiz-ui/commit/ff94b942d3ff89d9fe6a33a15d5913c06cc311ce)]:
- @wizleap-inc/wiz-ui-styles@0.28.0

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

2 comments on commit d63ece2

@vercel
Copy link

@vercel vercel bot commented on d63ece2 Jan 22, 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-wizleap.vercel.app
wiz-ui-next-git-main-wizleap.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d63ece2 Jan 22, 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-wizleap.vercel.app
wiz-ui-react.vercel.app

Please sign in to comment.