Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenQingchuan committed Apr 26, 2024
1 parent 4fd8212 commit 0b47737
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vue-vine/compiler

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-vine/compiler",
"version": "0.1.0",
"version": "0.1.1",
"description": "Compiler for Vue Vine",
"author": "ShenQingchuan",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vue-vine/eslint-parser

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-vine/eslint-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint parser for Vue Vine",
"author": "ShenQingchuan",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/language-server/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-vine/language-server

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.
- Updated dependencies
- @vue-vine/compiler@0.1.1
- @vue-vine/language-service@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-vine/language-server",
"version": "0.1.0",
"version": "0.1.1",
"author": "Ray <[email protected]> (@so1ve)",
"license": "MIT",
"homepage": "https://github.com/vue-vine/vue-vine#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/language-service/CHANGELOG.md
@@ -1,5 +1,13 @@
# @vue-vine/language-service

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.
- Updated dependencies
- @vue-vine/compiler@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-vine/language-service",
"version": "0.1.0",
"version": "0.1.1",
"author": "ShenQingchuan",
"license": "MIT",
"homepage": "https://github.com/vue-vine/vue-vine#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
@@ -1,5 +1,13 @@
# @vue-vine/vite-plugin

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.
- Updated dependencies
- @vue-vine/compiler@0.1.1

## 0.1.0

### Minor Changes
Expand Down
5 changes: 1 addition & 4 deletions packages/vite-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-vine/vite-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "Official Vite plugin for Vue Vine",
"author": "ShenQingchuan",
"license": "MIT",
Expand All @@ -24,9 +24,6 @@
"build": "tsup",
"test": "vitest"
},
"peerDependencies": {
"vite": "^4.0.0"
},
"dependencies": {
"@vue-vine/compiler": "workspace:*"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-ext/CHANGELOG.md
@@ -1,5 +1,11 @@
# vue-vine-extension

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package.json
Expand Up @@ -2,7 +2,7 @@
"publisher": "ShenQingchuan",
"name": "vue-vine-extension",
"displayName": "Vue Vine",
"version": "0.1.0",
"version": "0.1.1",
"description": "Vue Vine extension for syntax highlight and language features",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-vine/CHANGELOG.md
@@ -1,5 +1,13 @@
# vue-vine

## 0.1.1

### Patch Changes

- Fix HMR issue and remove peer dependency requirement for Vite plugin.
- Updated dependencies
- @vue-vine/vite-plugin@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-vine/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-vine",
"version": "0.1.0",
"version": "0.1.1",
"description": "Another style to write Vue.js",
"author": "ShenQingchuan",
"license": "MIT",
Expand Down
30 changes: 27 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b47737

Please sign in to comment.