Skip to content

Commit 396ce98

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.6
1 parent 1987757 commit 396ce98

File tree

43 files changed

+256
-43
lines changed

Some content is hidden

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

43 files changed

+256
-43
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.6](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **compiler:** return print data when workspace is not enabled ([c72ad16](https://github.com/lokesh-coder/lesyjs/commit/c72ad1699381b230842cc98dee844dfe786d8ba0))
12+
* **core:** set default cmd and ignore files prefix with _ ([fe9f781](https://github.com/lokesh-coder/lesyjs/commit/fe9f781ca6c3a04ebb77b63cbaad83b13c22c9b5))
13+
* **docs:** update typos and modify terms ([ee51225](https://github.com/lokesh-coder/lesyjs/commit/ee51225f47d09fd7feeb85ad3af0a858e36b6cec))
14+
* **lesy:** refactor scaffold templates ([a2776cf](https://github.com/lokesh-coder/lesyjs/commit/a2776cf9bb2e93ca8da3929fdf60265fa2dd4073))
15+
* **lesy-plugin-sidekick:** exit verison middleware gracefully ([d7127f1](https://github.com/lokesh-coder/lesyjs/commit/d7127f1bbd2f68bef4e2cea9194d334860ee7e98))
16+
17+
18+
### Features
19+
20+
* **compiler:** add support for workspace ([add61ac](https://github.com/lokesh-coder/lesyjs/commit/add61aceda5c660e3635a5d61b4438c983bfb90f))
21+
* **core:** add support to ignore files while providing dir ([ff6b17f](https://github.com/lokesh-coder/lesyjs/commit/ff6b17f610e4229db43ac1d0ea19f09674c01fba))
22+
* **lesy:** update templates for workspace support ([49e2569](https://github.com/lokesh-coder/lesyjs/commit/49e2569d2791a97cf3f0ade39037f0a9acd396a2))
23+
* **lesy-pilot-ui:** add workspace screen ([70989b0](https://github.com/lokesh-coder/lesyjs/commit/70989b0fa19ebdca00461d14b4bb9db2c92e92e0))
24+
* **lesy-plugin-pilot:** support multiple projects ([4b75655](https://github.com/lokesh-coder/lesyjs/commit/4b756556f5572a8b3071aa1d28ca72f93b2fe26e))
25+
26+
27+
28+
29+
630
# [1.0.0-beta.5](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-06-22)
731

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

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.6](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-19)
7+
8+
**Note:** Version bump only for package @lesy/lesy-benchmark
9+
10+
11+
12+
13+
614
# [1.0.0-beta.5](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-06-22)
715

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

benchmark/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.

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@lesy/lesy-benchmark",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"main": "benchmark.suite.js",
55
"scripts": {
66
"benchmark": "node ./benchmark.suite.js",
77
"copy-to-docs": "cp results/perf.json ../docs/static/"
88
},
99
"private": true,
1010
"dependencies": {
11-
"@lesy/compiler": "^1.0.0-beta.5",
11+
"@lesy/compiler": "^1.0.0-beta.6",
1212
"benny": "^3.6.14",
1313
"commander": "^4.0.1",
1414
"gluegun": "^4.1.2",

docs/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.6](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** update typos and modify terms ([ee51225](https://github.com/lokesh-coder/lesyjs/commit/ee51225f47d09fd7feeb85ad3af0a858e36b6cec))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.5](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-06-22)
718

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

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lesy:** refactor scaffold templates ([a2776cf](https://github.com/lokesh-coder/lesyjs/commit/a2776cf9bb2e93ca8da3929fdf60265fa2dd4073))
12+
13+
14+
### Features
15+
16+
* **lesy:** update templates for workspace support ([49e2569](https://github.com/lokesh-coder/lesyjs/commit/49e2569d2791a97cf3f0ade39037f0a9acd396a2))
17+
18+
19+
20+
21+
622
# [1.0.0-beta.5](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-06-22)
723

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

0 commit comments

Comments
 (0)