Skip to content

Commit

Permalink
chore(release): publish v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imguolao committed Feb 8, 2024
1 parent 065983b commit 7913f41
Show file tree
Hide file tree
Showing 13 changed files with 2,493 additions and 1,535 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

### Bug Fixes

- fix monaco editor version in peer-dependencies ([#50](https://github.com/imguolao/monaco-vue/issues/50)) ([065983b](https://github.com/imguolao/monaco-vue/commit/065983b8cced947c2f688c8514ccb5722a19a75b)), closes [#49](https://github.com/imguolao/monaco-vue/issues/49)

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"npmClient": "pnpm",
"version": "1.5.0",
"version": "1.5.1",
"command": {
"version": {
"allowBranch": ["main"],
Expand Down
6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

### Bug Fixes

- fix monaco editor version in peer-dependencies ([#50](https://github.com/imguolao/monaco-vue/issues/50)) ([065983b](https://github.com/imguolao/monaco-vue/commit/065983b8cced947c2f688c8514ccb5722a19a75b)), closes [#49](https://github.com/imguolao/monaco-vue/issues/49)

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guolao/vue-monaco-editor",
"version": "1.5.0",
"version": "1.5.1",
"description": "Monaco Editor for Vue 2&3 - use the monaco-editor in any Vue application without needing to use webpack (or rollup/vite) configuration files / plugins",
"author": {
"name": "guolao",
Expand Down
4 changes: 4 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

**Note:** Version bump only for package playground

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "vite",
"build": "vite build"
Expand All @@ -20,7 +20,7 @@
"homepage": "https://imguolao.github.io/monaco-vue",
"license": "MIT",
"dependencies": {
"@guolao/vue-monaco-editor": "workspace:^1.5.0",
"@guolao/vue-monaco-editor": "workspace:^1.5.1",
"monaco-editor": "^0.43.0",
"vue": "^3.2.47",
"vue-demi": "^0.13.11"
Expand Down
4 changes: 4 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

**Note:** Version bump only for package site

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

**Note:** Version bump only for package site
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "site",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "vite",
"build": "vite build",
Expand All @@ -21,7 +21,7 @@
"homepage": "https://imguolao.github.io/monaco-vue",
"license": "MIT",
"dependencies": {
"@guolao/vue-monaco-editor": "workspace:^1.5.0",
"@guolao/vue-monaco-editor": "workspace:^1.5.1",
"vue": "^3.2.47",
"vue-demi": "^0.13.11"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/vue-test-2.6.14/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

**Note:** Version bump only for package vue-test-2.6.14

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-test-2.6.14/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-test-2.6.14",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "vite --force"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/vue-test-2.7.14/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/imguolao/monaco-vue/compare/v1.5.0...v1.5.1) (2024-02-08)

**Note:** Version bump only for package vue-test-2.7.14

# [1.5.0](https://github.com/imguolao/monaco-vue/compare/v1.4.1...v1.5.0) (2024-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-test-2.7.14/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-test-2.7.14",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"start": "vite --force"
},
Expand Down
Loading

0 comments on commit 7913f41

Please sign in to comment.