Skip to content

Commit

Permalink
Merge pull request #30 from jaredmcateer/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored Sep 7, 2022
2 parents fc70824 + 9abe1e2 commit f3f338f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-boxes-cross.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.15

### Patch Changes

- Updated dependencies [[`38ce025`](https://github.com/jaredmcateer/ngVue3/commit/38ce025af41db556c33192b2240b16ad8c0c2e67)]:
- @jaredmcateer/ngvue3@0.3.6

## 0.1.14

### 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.14",
"version": "0.1.15",
"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.3.6

### Patch Changes

- [#29](https://github.com/jaredmcateer/ngVue3/pull/29) [`38ce025`](https://github.com/jaredmcateer/ngVue3/commit/38ce025af41db556c33192b2240b16ad8c0c2e67) Thanks [@JordanHeinrichs](https://github.com/JordanHeinrichs)! - Fix memory leak

## 0.3.5

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

0 comments on commit f3f338f

Please sign in to comment.