Skip to content

Commit 38f2cbb

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.15
1 parent 640d290 commit 38f2cbb

File tree

48 files changed

+270
-46
lines changed

Some content is hidden

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

48 files changed

+270
-46
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.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **lesy-pilot-ui:** template binding fixes ([031eb19](https://github.com/lokesh-coder/lesyjs/commit/031eb1954c1411e65213e4f5142c88f5494bfb34))
12+
* **lesy-pilot-ui:** update help screen content ([e67a2f7](https://github.com/lokesh-coder/lesyjs/commit/e67a2f78c7eb126208c67a01b9c82b73f4613ba0))
13+
14+
15+
### Features
16+
17+
* **artist:** add new artist library ([8eec4bd](https://github.com/lokesh-coder/lesyjs/commit/8eec4bd312bfd059150051a7a1816bd6430f8d5e))
18+
* **core:** add middleware data in request object ([cf62dba](https://github.com/lokesh-coder/lesyjs/commit/cf62dbaf39d1e1cc02f243ccec0b6e15b8b472b0))
19+
* **lesy-pilot-ui:** add middlewares panel ([8a83097](https://github.com/lokesh-coder/lesyjs/commit/8a8309707b8318a1f3de8d2fd548540d7c8bf856))
20+
* **lesy-plugin-artist:** add artist plugin library ([28bb3c9](https://github.com/lokesh-coder/lesyjs/commit/28bb3c9ceb52bc4bda33bcba720f75c4b0e595ba))
21+
* **lesy-plugin-demo:** add input command ([829d658](https://github.com/lokesh-coder/lesyjs/commit/829d658d915d23bdffca90b91990bf74f7ff5e3e))
22+
* **lesy-plugin-pilot:** enable middlewares in request ([2f874ec](https://github.com/lokesh-coder/lesyjs/commit/2f874ec8f49d7f622876d89b32bbc089a6c9b4a3))
23+
24+
25+
26+
27+
628
# [1.0.0-beta.14](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2020-11-01)
729

830
**Note:** Version bump only for package lesyjs

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

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"packages/misc/*",
88
"packages/plugins/*"
99
],
10-
"version": "1.0.0-beta.14",
10+
"version": "1.0.0-beta.15",
1111
"command": {
1212
"bootstrap": {
1313
"ignore": "@lesy/lesy-pilot-ui",
14-
"npmClientArgs": ["--no-package-lock"]
14+
"npmClientArgs": [
15+
"--no-package-lock"
16+
]
1517
},
1618
"version": {
1719
"message": "chore(release): 🎉 publish %s",

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.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
7+
8+
**Note:** Version bump only for package lesy
9+
10+
11+
12+
13+
614
# [1.0.0-beta.14](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2020-11-01)
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.14",
3+
"version": "1.0.0-beta.15",
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.14",
16-
"@lesy/lesy-plugin-config": "^1.0.0-beta.14",
17-
"@lesy/lesy-plugin-generator": "^1.0.0-beta.14",
18-
"@lesy/lesy-plugin-help": "^1.0.0-beta.14",
19-
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.14",
20-
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.14",
21-
"@lesy/lesy-plugin-validator": "^1.0.0-beta.14",
22-
"@lesy/testbed": "^1.0.0-beta.14",
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",
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.15](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2020-12-11)
7+
8+
**Note:** Version bump only for package @lesy/compiler
9+
10+
11+
12+
13+
614
# [1.0.0-beta.14](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2020-11-01)
715

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

0 commit comments

Comments
 (0)