Skip to content

Commit

Permalink
Merge pull request #20 from jaredmcateer/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored May 31, 2022
2 parents 16a0887 + 71136c2 commit 6e1337c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-grapes-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-bananas-grow.md

This file was deleted.

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

## 0.1.13

### Patch Changes

- Updated dependencies [[`68b769e`](https://github.com/jaredmcateer/ngVue3/commit/68b769eb2287935c03d1326e4f8323fa582e3ca2), [`c84b302`](https://github.com/jaredmcateer/ngVue3/commit/c84b3020a2dcd4ade9b76a3fc6471557f986d897)]:
- @jaredmcateer/ngvue3@0.3.4

## 0.1.12

### 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.12",
"version": "0.1.13",
"scripts": {
"dev": "vite",
"clean": "rimraf dist/",
Expand Down
8 changes: 8 additions & 0 deletions packages/ngVue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jaredmcateer/ngvue3

## 0.3.4

### Patch Changes

- [`68b769e`](https://github.com/jaredmcateer/ngVue3/commit/68b769eb2287935c03d1326e4f8323fa582e3ca2) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Exposes NgVueProvider type through main module

* [#21](https://github.com/jaredmcateer/ngVue3/pull/21) [`c84b302`](https://github.com/jaredmcateer/ngVue3/commit/c84b3020a2dcd4ade9b76a3fc6471557f986d897) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Use replaceChild on "slot" parent

## 0.3.3

### 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.3",
"version": "0.3.4",
"scripts": {
"clean": "rimraf dist/",
"build": "pnpm run clean && vite build",
Expand Down

0 comments on commit 6e1337c

Please sign in to comment.