Skip to content

Commit

Permalink
Merge pull request #38 from jaredmcateer/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored Jun 13, 2023
2 parents f2e8d2e + 80400ca commit b8f3f45
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-kids-mate.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.18

### Patch Changes

- Updated dependencies [[`89ea165`](https://github.com/jaredmcateer/ngVue3/commit/89ea165f6516d1b10e3ce72e6cdfdbfd99c6f5d2)]:
- @jaredmcateer/ngvue3@0.5.0

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.5.0

### Minor Changes

- [#37](https://github.com/jaredmcateer/ngVue3/pull/37) [`89ea165`](https://github.com/jaredmcateer/ngVue3/commit/89ea165f6516d1b10e3ce72e6cdfdbfd99c6f5d2) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Adds support for global components

## 0.4.0

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

0 comments on commit b8f3f45

Please sign in to comment.