Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchas116 committed Jun 29, 2022
1 parent 87a0a4a commit 699df46
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/macaron-elements/macaron/compare/v0.4.1...v0.4.2) (2022-06-29)


### Bug Fixes

* **editor:** fix quadtree-ts is not imported correctly ([37e0bfa](https://github.com/macaron-elements/macaron/commit/37e0bfacc0e46f1d212b3826ebded6e86d7d7b6e))





## [0.4.1](https://github.com/macaron-elements/macaron/compare/v0.4.0...v0.4.1) (2022-06-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -6,5 +6,5 @@
"packages/editor",
"packages/vscode"
],
"version": "0.4.1"
"version": "0.4.2"
}
11 changes: 11 additions & 0 deletions packages/editor/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/macaron-elements/macaron/compare/v0.4.1...v0.4.2) (2022-06-29)


### Bug Fixes

* **editor:** fix quadtree-ts is not imported correctly ([37e0bfa](https://github.com/macaron-elements/macaron/commit/37e0bfacc0e46f1d212b3826ebded6e86d7d7b6e))
2 changes: 1 addition & 1 deletion packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@macaron-elements/editor",
"version": "0.0.0",
"version": "0.4.2",
"private": true,
"scripts": {
"build": "tsc && node build.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/vscode/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/macaron-elements/macaron/compare/v0.4.1...v0.4.2) (2022-06-29)


### Bug Fixes

* **editor:** fix quadtree-ts is not imported correctly ([37e0bfa](https://github.com/macaron-elements/macaron/commit/37e0bfacc0e46f1d212b3826ebded6e86d7d7b6e))





## [0.4.1](https://github.com/macaron-elements/macaron/compare/v0.4.0...v0.4.1) (2022-06-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
@@ -1,7 +1,7 @@
{
"name": "macaron-vscode",
"displayName": "Macaron",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "Design tool to create Web Components visually",
"categories": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"serve-handler": "^6.1.3"
},
"devDependencies": {
"@macaron-elements/editor": "*",
"@macaron-elements/editor": "^0.4.2",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "18.x",
Expand Down

1 comment on commit 699df46

@vercel
Copy link

@vercel vercel bot commented on 699df46 Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.