Skip to content

Commit

Permalink
Merge pull request #35 from jaredmcateer/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored Mar 13, 2023
2 parents 584fb76 + a558ec4 commit eea62c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-suns-tell.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.17

### Patch Changes

- Updated dependencies [[`e8366e1`](https://github.com/jaredmcateer/ngVue3/commit/e8366e175e7a05431dbe1a2a44c3958aa70c5b45)]:
- @jaredmcateer/ngvue3@0.4.0

## 0.1.16

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

## 0.4.0

### Minor Changes

- [#34](https://github.com/jaredmcateer/ngVue3/pull/34) [`e8366e1`](https://github.com/jaredmcateer/ngVue3/commit/e8366e175e7a05431dbe1a2a44c3958aa70c5b45) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Adding InjectionKey support to \$ngVueProvider.provide

## 0.3.7

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

0 comments on commit eea62c7

Please sign in to comment.