Skip to content

Commit

Permalink
chore: Version Packages (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 4, 2021
1 parent 387878f commit eaae46c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-otters-exercise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/neat-schools-try.md

This file was deleted.

9 changes: 9 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# preview

## 0.2.0

### Minor Changes

- 387878f: Open preview in browser

- Add command to open preview in browser: `preview.open`
- Add editor title menu entry for `preview.open`

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.5",
"version": "0.2.0",
"name": "preview",
"publisher": "znck",
"displayName": "Preview - VueDX",
Expand Down
6 changes: 6 additions & 0 deletions packages/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vuedx/preview

## 0.1.4

### Patch Changes

- 387878f: Update vite to version 2.x

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuedx/preview",
"version": "0.1.3",
"version": "0.1.4",
"description": "Component preview tool for rapid development.",
"main": "dist/preview.js",
"files": [
Expand Down

0 comments on commit eaae46c

Please sign in to comment.