Skip to content

Commit

Permalink
Merge pull request #4 from worldzhao/changeset-release/main
Browse files Browse the repository at this point in the history
[CI] Release
  • Loading branch information
worldzhao authored Jul 1, 2023
2 parents a55d656 + d04e4b4 commit 75a4df1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-coats-return.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.2

### Patch Changes

- Updated dependencies [4ab1fc6]
- [email protected]

## 0.0.1

### 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": "vue2.7.x",
"version": "0.0.1",
"version": "0.0.2",
"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.2

### Patch Changes

- Updated dependencies [4ab1fc6]
- [email protected]

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.0.1

### Patch Changes

- 4ab1fc6: update docs

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"private": false,
"description": "Utility library that converts Vue.js modal components into a Promise-based API",
"keywords": [
Expand Down

0 comments on commit 75a4df1

Please sign in to comment.