Skip to content

Commit 7b4d57e

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.10
1 parent 1bf7b9b commit 7b4d57e

File tree

42 files changed

+240
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+240
-39
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **compiler:** default props is mutating when workspace is loaded ([e625259](https://github.com/lokesh-coder/lesyjs/commit/e625259874557c796adfe355557202cad47e863d))
12+
* **compiler:** merge user plugins with default plugins ([5849d0f](https://github.com/lokesh-coder/lesyjs/commit/5849d0fa984fd2f5b1202a720bade4da10f09cf7))
13+
* **core:** when command prop value is boolean is ignore in command ([fa79825](https://github.com/lokesh-coder/lesyjs/commit/fa79825f07c3e93f987cb6f804edac7cbc666ad7))
14+
* **lesy-plugin-config:** add missing setter function ([51624dd](https://github.com/lokesh-coder/lesyjs/commit/51624ddd9658061b186be1b1d5f07cb847b8bb76))
15+
* **lesy-plugin-pilot:** isVisible prop typo ([1aef711](https://github.com/lokesh-coder/lesyjs/commit/1aef7118c73bc73712c51d4cdace62f206ac16e3))
16+
* **lesy-plugin-pilot:** lookup for localstate instead of direct prop ([0fabc18](https://github.com/lokesh-coder/lesyjs/commit/0fabc184df3e00d141f6316fe94ce05bfb315705))
17+
18+
19+
### Features
20+
21+
* **lesy-pilot-ui:** support to change console position ([8be7b36](https://github.com/lokesh-coder/lesyjs/commit/8be7b369efcf1174b223ccebc8a81e3f850123ed))
22+
23+
24+
### Performance Improvements
25+
26+
* **compiler:** improve loading performance ([818163e](https://github.com/lokesh-coder/lesyjs/commit/818163e80e7bbcec4705e0b60439743297614847))
27+
* **core:** refactor to improve performance ([830198f](https://github.com/lokesh-coder/lesyjs/commit/830198f0ec2660512f9d1e5031934cf775f90378))
28+
* **lesy:** run with TS in dev mode ([f01ff28](https://github.com/lokesh-coder/lesyjs/commit/f01ff2870c55ec12f2710d0eba13d160e8898231))
29+
* **lesy-benchmark:** update results ([9aaca95](https://github.com/lokesh-coder/lesyjs/commit/9aaca95d2d0d730aa9df1b5c8f04e705c1307933))
30+
31+
32+
33+
34+
635
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
736

837

benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
7+
8+
**Note:** Version bump only for package @lesy/lesy-benchmark
9+
10+
11+
12+
13+
614
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
715

816
**Note:** Version bump only for package @lesy/lesy-benchmark

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lesy/lesy-benchmark",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"main": "benchmark.suite.js",
55
"scripts": {
66
"benchmark": "node ./benchmark.suite.js",
@@ -9,7 +9,7 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@lesy/compiler": "^1.0.0-beta.9",
12+
"@lesy/compiler": "^1.0.0-beta.10",
1313
"benny": "^3.6.14",
1414
"commander": "^6.0.0",
1515
"gluegun": "^4.4.0",

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
7+
8+
**Note:** Version bump only for package @lesy/docs
9+
10+
11+
12+
13+
614
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
715

816
**Note:** Version bump only for package @lesy/docs

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lesy/docs",
33
"private": true,
4-
"version": "1.0.0-beta.9",
4+
"version": "1.0.0-beta.10",
55
"author": "Lokesh Rajendran <[email protected]>",
66
"dependencies": {
77
"@mdx-js/mdx": "^1.6.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/misc/*",
88
"packages/plugins/*"
99
],
10-
"version": "1.0.0-beta.9",
10+
"version": "1.0.0-beta.10",
1111
"command": {
1212
"bootstrap": {
1313
"ignore": "@lesy/lesy-pilot-ui",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
7+
8+
**Note:** Version bump only for package lesy
9+
10+
11+
12+
13+
614
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
715

816
**Note:** Version bump only for package lesy

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lesy",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -12,14 +12,14 @@
1212
"lesy": "bin/cmd"
1313
},
1414
"dependencies": {
15-
"@lesy/compiler": "^1.0.0-beta.9",
16-
"@lesy/lesy-plugin-config": "^1.0.0-beta.9",
17-
"@lesy/lesy-plugin-generator": "^1.0.0-beta.9",
18-
"@lesy/lesy-plugin-help": "^1.0.0-beta.9",
19-
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.9",
20-
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.9",
21-
"@lesy/lesy-plugin-validator": "^1.0.0-beta.9",
22-
"@lesy/testbed": "^1.0.0-beta.9",
15+
"@lesy/compiler": "^1.0.0-beta.10",
16+
"@lesy/lesy-plugin-config": "^1.0.0-beta.10",
17+
"@lesy/lesy-plugin-generator": "^1.0.0-beta.10",
18+
"@lesy/lesy-plugin-help": "^1.0.0-beta.10",
19+
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.10",
20+
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.10",
21+
"@lesy/lesy-plugin-validator": "^1.0.0-beta.10",
22+
"@lesy/testbed": "^1.0.0-beta.10",
2323
"execa": "^4.0.0",
2424
"tree-node-cli": "^1.3.0",
2525
"ts-node": "^9.0.0"

packages/compiler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **compiler:** default props is mutating when workspace is loaded ([e625259](https://github.com/lokesh-coder/lesyjs/commit/e625259874557c796adfe355557202cad47e863d))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
718

819

0 commit comments

Comments
 (0)