Skip to content

Commit

Permalink
chore(release): publish v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imguolao committed Mar 30, 2023
1 parent 46728f6 commit a386ef1
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 10 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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

### Bug Fixes

- updating values error in multiple models ([46728f6](https://github.com/imguolao/monaco-vue/commit/46728f6cf0c53629cee4e3a9702f4fc80cc79df8))

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

### Bug Fixes
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.1.2",
"version": "1.1.3",
"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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

### Bug Fixes

- updating values error in multiple models ([46728f6](https://github.com/imguolao/monaco-vue/commit/46728f6cf0c53629cee4e3a9702f4fc80cc79df8))

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

### Bug Fixes
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.1.2",
"version": "1.1.3",
"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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

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

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

**Note:** Version bump only for package playground
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.1.2",
"version": "1.1.3",
"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.1.2",
"@guolao/vue-monaco-editor": "workspace:^1.1.3",
"monaco-editor": "^0.35.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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

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

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

**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.1.2",
"version": "1.1.3",
"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.1.2",
"@guolao/vue-monaco-editor": "workspace:^1.1.3",
"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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

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

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

**Note:** Version bump only for package vue-test-2.6.14
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.1.2",
"version": "1.1.3",
"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.1.3](https://github.com/imguolao/monaco-vue/compare/v1.1.2...v1.1.3) (2023-03-30)

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

## [1.1.2](https://github.com/imguolao/monaco-vue/compare/v1.1.1...v1.1.2) (2023-03-24)

**Note:** Version bump only for package vue-test-2.7.14
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.1.2",
"version": "1.1.3",
"scripts": {
"start": "vite --force"
},
Expand Down
4 changes: 2 additions & 2 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 a386ef1

Please sign in to comment.