Skip to content

Commit

Permalink
Merge pull request #25 from heatsrc/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmcateer authored Nov 10, 2023
2 parents 8dfeedc + 6a4d7b6 commit a68b26d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-wombats-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-seahorses-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-trees-give.md

This file was deleted.

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

## 3.3.0

### Minor Changes

- [#24](https://github.com/heatsrc/vue-declassified/pull/24) [`87b0081`](https://github.com/heatsrc/vue-declassified/commit/87b0081c9e1c57bf8d868dcabc973b6b88d50e79) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Try to create composables when provided a .ts file

### Patch Changes

- [#24](https://github.com/heatsrc/vue-declassified/pull/24) [`a94e2fd`](https://github.com/heatsrc/vue-declassified/commit/a94e2fd5bd21141e1b85177e2f5f915458a2563d) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - add docs

- Updated dependencies [[`a94e2fd`](https://github.com/heatsrc/vue-declassified/commit/a94e2fd5bd21141e1b85177e2f5f915458a2563d), [`87b0081`](https://github.com/heatsrc/vue-declassified/commit/87b0081c9e1c57bf8d868dcabc973b6b88d50e79)]:
- @heatsrc/vue-declassified@3.2.0

## 3.2.6

### 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.2.6",
"version": "3.3.0",
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.18.0"
Expand Down
10 changes: 10 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @heatsrc/vue-declassified

## 3.2.0

### Minor Changes

- [#24](https://github.com/heatsrc/vue-declassified/pull/24) [`87b0081`](https://github.com/heatsrc/vue-declassified/commit/87b0081c9e1c57bf8d868dcabc973b6b88d50e79) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - Add support for creating Composable analogues of VCC Mixins found in provided TypeScript file

### Patch Changes

- [#24](https://github.com/heatsrc/vue-declassified/pull/24) [`a94e2fd`](https://github.com/heatsrc/vue-declassified/commit/a94e2fd5bd21141e1b85177e2f5f915458a2563d) Thanks [@jaredmcateer](https://github.com/jaredmcateer)! - add docs

## 3.1.3

### 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.1.3",
"version": "3.2.0",
"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.12

### Patch Changes

- Updated dependencies [[`a94e2fd`](https://github.com/heatsrc/vue-declassified/commit/a94e2fd5bd21141e1b85177e2f5f915458a2563d), [`87b0081`](https://github.com/heatsrc/vue-declassified/commit/87b0081c9e1c57bf8d868dcabc973b6b88d50e79)]:
- @heatsrc/vue-declassified@3.2.0

## 1.0.11

### 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.11",
"version": "1.0.12",
"description": "This is a modified copy of @vue/repl",
"packageManager": "[email protected]",
"type": "module",
Expand Down

0 comments on commit a68b26d

Please sign in to comment.