Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchas116 committed Jul 4, 2022
1 parent 50f5504 commit e29cdbf
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)


### Bug Fixes

* **editor:** better new component position ([50f5504](https://github.com/macaron-elements/macaron/commit/50f55044ff4337de171f831718fcc49742a526e1))
* **editor:** fix captureDOM for <slot> elements ([1584b9d](https://github.com/macaron-elements/macaron/commit/1584b9de03028c42638d46ba42c46b83c3790ca6))
* **editor:** render nothing for recursive instances (fix [#130](https://github.com/macaron-elements/macaron/issues/130)) ([531223d](https://github.com/macaron-elements/macaron/commit/531223dbd26f6d444d8c1f5f3fb7d5d2c81f980e))
* **figma:** export better CSS from Figma ([#134](https://github.com/macaron-elements/macaron/issues/134)) ([79b7a9a](https://github.com/macaron-elements/macaron/commit/79b7a9ab4fa076aae298f60ad2202946a9426bca))


### Features

* **editor:** improve copy/paste ([#129](https://github.com/macaron-elements/macaron/issues/129)) ([0e687f6](https://github.com/macaron-elements/macaron/commit/0e687f63e4e44c7a8232a1ae927ca8c698cbb5c6))
* **editor:** insert dropped elements to better position ([#132](https://github.com/macaron-elements/macaron/issues/132)) ([24c9285](https://github.com/macaron-elements/macaron/commit/24c9285af41a706d9de9bd84fc571c4cce3d9a0c))





## [0.4.2](https://github.com/macaron-elements/macaron/compare/v0.4.1...v0.4.2) (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.2"
"version": "0.5.0"
}
8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)

**Note:** Version bump only for package @macaron-elements/compiler





# [0.4.0](https://github.com/macaron-elements/macaron/compare/v0.3.1...v0.4.0) (2022-06-26)

**Note:** Version bump only for package @macaron-elements/compiler
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@macaron-elements/compiler",
"version": "0.4.0",
"version": "0.5.0",
"description": "Macaron compiler",
"homepage": "https://github.com/macaron-elements/macaron/tree/main/packages/compiler#readme",
"bugs": {
Expand Down
19 changes: 19 additions & 0 deletions packages/editor/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)


### Bug Fixes

* **editor:** better new component position ([50f5504](https://github.com/macaron-elements/macaron/commit/50f55044ff4337de171f831718fcc49742a526e1))
* **editor:** fix captureDOM for <slot> elements ([1584b9d](https://github.com/macaron-elements/macaron/commit/1584b9de03028c42638d46ba42c46b83c3790ca6))
* **editor:** render nothing for recursive instances (fix [#130](https://github.com/macaron-elements/macaron/issues/130)) ([531223d](https://github.com/macaron-elements/macaron/commit/531223dbd26f6d444d8c1f5f3fb7d5d2c81f980e))


### Features

* **editor:** improve copy/paste ([#129](https://github.com/macaron-elements/macaron/issues/129)) ([0e687f6](https://github.com/macaron-elements/macaron/commit/0e687f63e4e44c7a8232a1ae927ca8c698cbb5c6))
* **editor:** insert dropped elements to better position ([#132](https://github.com/macaron-elements/macaron/issues/132)) ([24c9285](https://github.com/macaron-elements/macaron/commit/24c9285af41a706d9de9bd84fc571c4cce3d9a0c))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@macaron-elements/editor",
"version": "0.4.2",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "tsc && node build.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/loader-vite/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)

**Note:** Version bump only for package @macaron-elements/loader-vite





# [0.4.0](https://github.com/macaron-elements/macaron/compare/v0.3.1...v0.4.0) (2022-06-26)

**Note:** Version bump only for package @macaron-elements/loader-vite
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@macaron-elements/loader-vite",
"version": "0.4.0",
"version": "0.5.0",
"description": "Vite plugin to load Macaron files",
"homepage": "https://github.com/macaron-elements/macaron/tree/main/packages/loader-vite#readme",
"bugs": {
Expand All @@ -14,7 +14,7 @@
"author": "Ryohei Ikegami <iofg2100@gmail.com>",
"main": "index.js",
"dependencies": {
"@macaron-elements/compiler": "^0.4.0"
"@macaron-elements/compiler": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/loader-webpack/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)

**Note:** Version bump only for package @macaron-elements/loader-webpack





# [0.4.0](https://github.com/macaron-elements/macaron/compare/v0.3.1...v0.4.0) (2022-06-26)

**Note:** Version bump only for package @macaron-elements/loader-webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/loader-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@macaron-elements/loader-webpack",
"version": "0.4.0",
"version": "0.5.0",
"description": "Webpack loader for Macaron files",
"homepage": "https://github.com/macaron-elements/macaron/tree/main/packages/loader-webpack#readme",
"bugs": {
Expand All @@ -14,7 +14,7 @@
"author": "Ryohei Ikegami <iofg2100@gmail.com>",
"main": "index.js",
"dependencies": {
"@macaron-elements/compiler": "^0.4.0"
"@macaron-elements/compiler": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/vscode/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/macaron-elements/macaron/compare/v0.4.2...v0.5.0) (2022-07-04)


### Bug Fixes

* **editor:** better new component position ([50f5504](https://github.com/macaron-elements/macaron/commit/50f55044ff4337de171f831718fcc49742a526e1))
* **editor:** fix captureDOM for <slot> elements ([1584b9d](https://github.com/macaron-elements/macaron/commit/1584b9de03028c42638d46ba42c46b83c3790ca6))
* **editor:** render nothing for recursive instances (fix [#130](https://github.com/macaron-elements/macaron/issues/130)) ([531223d](https://github.com/macaron-elements/macaron/commit/531223dbd26f6d444d8c1f5f3fb7d5d2c81f980e))
* **figma:** export better CSS from Figma ([#134](https://github.com/macaron-elements/macaron/issues/134)) ([79b7a9a](https://github.com/macaron-elements/macaron/commit/79b7a9ab4fa076aae298f60ad2202946a9426bca))


### Features

* **editor:** improve copy/paste ([#129](https://github.com/macaron-elements/macaron/issues/129)) ([0e687f6](https://github.com/macaron-elements/macaron/commit/0e687f63e4e44c7a8232a1ae927ca8c698cbb5c6))
* **editor:** insert dropped elements to better position ([#132](https://github.com/macaron-elements/macaron/issues/132)) ([24c9285](https://github.com/macaron-elements/macaron/commit/24c9285af41a706d9de9bd84fc571c4cce3d9a0c))





## [0.4.2](https://github.com/macaron-elements/macaron/compare/v0.4.1...v0.4.2) (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.2",
"version": "0.5.0",
"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": "^0.4.2",
"@macaron-elements/editor": "^0.5.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "18.x",
Expand Down

1 comment on commit e29cdbf

@vercel
Copy link

@vercel vercel bot commented on e29cdbf Jul 4, 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.