Skip to content

Commit

Permalink
Merge pull request #9 from worldzhao/changeset-release/main
Browse files Browse the repository at this point in the history
[CI] Release
  • Loading branch information
worldzhao authored Jul 29, 2023
2 parents 6f44b0e + 288f1f6 commit 7efa4c7
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-wolves-rest.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/vue2.7.x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vue2.7.x

## 0.0.4

### Patch Changes

- Updated dependencies [75af024]
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vue2.7.x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue2.7.x",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example-vue3

## 0.0.4

### Patch Changes

- Updated dependencies [75af024]
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue3",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-nice-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vue-nice-modal

## 1.1.1

### Patch Changes

- 75af024: optimize type hints

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-nice-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-nice-modal",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"description": "Utility library that converts Vue.js modal components into a Promise-based API",
"keywords": [
Expand Down

0 comments on commit 7efa4c7

Please sign in to comment.