Skip to content

Commit 4bb0ea1

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.16
1 parent 2196b75 commit 4bb0ea1

Some content is hidden

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

50 files changed

+267
-47
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.16](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **artist:** clear unused timers ([4a4ef55](https://github.com/lokesh-coder/lesyjs/commit/4a4ef55760ad536f8d97e424cbf2870375d3eb0a))
12+
* **artist:** setInterval clear on re-render and add elements ([bc48a8d](https://github.com/lokesh-coder/lesyjs/commit/bc48a8d7259d1c1d1fdd109de73491ad305ea70a))
13+
* **lesy:** remove unused code ([986864b](https://github.com/lokesh-coder/lesyjs/commit/986864bddf80ce3518541b693700b038e4052e89))
14+
* **lesy-pilot-ui:** update log for dynamic change ([c0ef6ea](https://github.com/lokesh-coder/lesyjs/commit/c0ef6ea1eb9877a97575331e364ace8c3e88f461))
15+
* **lesy-plugin-artist:** attach clear timers func and enable plugins support ([7902313](https://github.com/lokesh-coder/lesyjs/commit/790231308e01cabb0d800961ddb4c4e2575c5c17))
16+
* **lesy-plugin-pilot:** enable dynamic rewrite logs ([9d2d2bd](https://github.com/lokesh-coder/lesyjs/commit/9d2d2bd28c23d79c699cbcc81fcb9b4183ecdb6f))
17+
18+
19+
### Features
20+
21+
* **captain:** pilot desktop version ([5ca0339](https://github.com/lokesh-coder/lesyjs/commit/5ca0339f047d46d8580d30b3c904a876f04962a0))
22+
* **core:** add support for plugins plugin in config ([5cea5f1](https://github.com/lokesh-coder/lesyjs/commit/5cea5f11bd29d49890117bdd2575173e9f7890c7))
23+
24+
25+
26+
27+
628
# [1.0.0-beta.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
729

830

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.16](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-04-27)
7+
8+
**Note:** Version bump only for package @lesy/lesy-benchmark
9+
10+
11+
12+
13+
614
# [1.0.0-beta.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
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.15",
3+
"version": "1.0.0-beta.16",
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.15",
12+
"@lesy/compiler": "^1.0.0-beta.16",
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.16](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-04-27)
7+
8+
**Note:** Version bump only for package @lesy/docs
9+
10+
11+
12+
13+
614
# [1.0.0-beta.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
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.15",
4+
"version": "1.0.0-beta.16",
55
"author": "Lokesh Rajendran <[email protected]>",
66
"dependencies": {
77
"@docsearch/react": "^1.0.0-alpha.27",

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.15",
10+
"version": "1.0.0-beta.16",
1111
"command": {
1212
"bootstrap": {
1313
"ignore": "@lesy/lesy-pilot-ui",

packages/cli/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.16](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-04-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **lesy:** remove unused code ([986864b](https://github.com/lokesh-coder/lesyjs/commit/986864bddf80ce3518541b693700b038e4052e89))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
718

819
**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.15",
3+
"version": "1.0.0-beta.16",
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.15",
16-
"@lesy/lesy-plugin-config": "^1.0.0-beta.15",
17-
"@lesy/lesy-plugin-generator": "^1.0.0-beta.15",
18-
"@lesy/lesy-plugin-help": "^1.0.0-beta.15",
19-
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.15",
20-
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.15",
21-
"@lesy/lesy-plugin-validator": "^1.0.0-beta.15",
22-
"@lesy/testbed": "^1.0.0-beta.15",
15+
"@lesy/compiler": "^1.0.0-beta.16",
16+
"@lesy/lesy-plugin-config": "^1.0.0-beta.16",
17+
"@lesy/lesy-plugin-generator": "^1.0.0-beta.16",
18+
"@lesy/lesy-plugin-help": "^1.0.0-beta.16",
19+
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.16",
20+
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.16",
21+
"@lesy/lesy-plugin-validator": "^1.0.0-beta.16",
22+
"@lesy/testbed": "^1.0.0-beta.16",
2323
"execa": "^4.0.0",
2424
"tree-node-cli": "^1.3.0",
2525
"ts-node": "^9.0.0"

packages/compiler/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.16](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2021-04-27)
7+
8+
**Note:** Version bump only for package @lesy/compiler
9+
10+
11+
12+
13+
614
# [1.0.0-beta.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
715

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

0 commit comments

Comments
 (0)