Skip to content

Commit

Permalink
Merge pull request #14 from jaredmcateer/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored May 18, 2022
2 parents ee4d1eb + d9beb23 commit c6d87a2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/slimy-hornets-yawn.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# demo

## 0.1.7

### Patch Changes

- [`9ea3e7b`](https://github.com/jaredmcateer/ngVue3/commit/9ea3e7b62a9bc568d62908a611313ea5beafd026) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Build UMD Package

- Fixes build of UMD package
- Updates documentation and demo page with UMD usage

- Updated dependencies [[`9ea3e7b`](https://github.com/jaredmcateer/ngVue3/commit/9ea3e7b62a9bc568d62908a611313ea5beafd026)]:
- @jaredmcateer/ngvue3@0.3.3

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
9 changes: 9 additions & 0 deletions packages/ngVue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @jaredmcateer/ngvue3

## 0.3.3

### Patch Changes

- [`9ea3e7b`](https://github.com/jaredmcateer/ngVue3/commit/9ea3e7b62a9bc568d62908a611313ea5beafd026) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Build UMD Package

- Fixes build of UMD package
- Updates documentation and demo page with UMD usage

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ngVue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require": "./dist/main.cjs"
}
},
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"clean": "rimraf dist/",
"build": "pnpm run clean && vite build",
Expand Down

0 comments on commit c6d87a2

Please sign in to comment.