Skip to content

Commit

Permalink
Merge pull request #29 from heatsrc/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredmcateer authored Nov 13, 2023
2 parents 8e9c1ed + 1462dda commit 8fbdb9a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-days-sparkle.md

This file was deleted.

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

## 3.3.2

### Patch Changes

- Updated dependencies [[`e689b10`](https://github.com/heatsrc/vue-declassified/commit/e689b1048f80a353be931f981caf33fc920d69e1)]:
- @heatsrc/vue-declassified@3.2.2

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heatsrc/vuedc",
"description": "Transform Vue Class Components to Vue 3 script setup",
"version": "3.3.1",
"version": "3.3.2",
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.18.0"
Expand Down
6 changes: 6 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heatsrc/vue-declassified

## 3.2.2

### Patch Changes

- [#28](https://github.com/heatsrc/vue-declassified/pull/28) [`e689b10`](https://github.com/heatsrc/vue-declassified/commit/e689b1048f80a353be931f981caf33fc920d69e1) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Add watch import when trasnformating @Watch

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heatsrc/vue-declassified",
"version": "3.2.1",
"version": "3.2.2",
"description": "Transform Vue Class Components to Vue 3 script setup",
"packageManager": "[email protected]",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [2.1.3](https://github.com/vuejs/repl/compare/v2.1.2...v2.1.3) (2023-06-22)

## 1.0.14

### Patch Changes

- Updated dependencies [[`e689b10`](https://github.com/heatsrc/vue-declassified/commit/e689b1048f80a353be931f981caf33fc920d69e1)]:
- @heatsrc/vue-declassified@3.2.2

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vuedc-internal/playground",
"private": true,
"version": "1.0.13",
"version": "1.0.14",
"description": "This is a modified copy of @vue/repl",
"packageManager": "[email protected]",
"type": "module",
Expand Down

0 comments on commit 8fbdb9a

Please sign in to comment.