Skip to content

Commit 0ac5baa

Browse files
committed
Merge branch 'master' into develop
2 parents a03a66a + f71b6b6 commit 0ac5baa

File tree

42 files changed

+229
-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

+229
-39
lines changed

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.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
7+
8+
9+
### Performance Improvements
10+
11+
* improve overall performance ([f263587](https://github.com/lokesh-coder/lesyjs/commit/f2635870954e202ddcfffc252c9dac4387abe3f1))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
718

819

benchmark/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.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
7+
8+
9+
### Performance Improvements
10+
11+
* improve overall performance ([f263587](https://github.com/lokesh-coder/lesyjs/commit/f2635870954e202ddcfffc252c9dac4387abe3f1))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
718

819

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.7",
3+
"version": "1.0.0-beta.8",
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.7",
12+
"@lesy/compiler": "^1.0.0-beta.8",
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.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
7+
8+
**Note:** Version bump only for package @lesy/docs
9+
10+
11+
12+
13+
614
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
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.7",
4+
"version": "1.0.0-beta.8",
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.7",
10+
"version": "1.0.0-beta.8",
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.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
7+
8+
9+
### Performance Improvements
10+
11+
* improve overall performance ([f263587](https://github.com/lokesh-coder/lesyjs/commit/f2635870954e202ddcfffc252c9dac4387abe3f1))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
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.7",
3+
"version": "1.0.0-beta.8",
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.7",
16-
"@lesy/lesy-plugin-config": "^1.0.0-beta.7",
17-
"@lesy/lesy-plugin-generator": "^1.0.0-beta.7",
18-
"@lesy/lesy-plugin-help": "^1.0.0-beta.7",
19-
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.7",
20-
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.7",
21-
"@lesy/lesy-plugin-validator": "^1.0.0-beta.7",
22-
"@lesy/testbed": "^1.0.0-beta.7",
15+
"@lesy/compiler": "^1.0.0-beta.8",
16+
"@lesy/lesy-plugin-config": "^1.0.0-beta.8",
17+
"@lesy/lesy-plugin-generator": "^1.0.0-beta.8",
18+
"@lesy/lesy-plugin-help": "^1.0.0-beta.8",
19+
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.8",
20+
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.8",
21+
"@lesy/lesy-plugin-validator": "^1.0.0-beta.8",
22+
"@lesy/testbed": "^1.0.0-beta.8",
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.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
7+
8+
9+
### Performance Improvements
10+
11+
* improve overall performance ([f263587](https://github.com/lokesh-coder/lesyjs/commit/f2635870954e202ddcfffc252c9dac4387abe3f1))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
718

819

0 commit comments

Comments
 (0)