Skip to content

Commit 230f005

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.3
1 parent b4e0554 commit 230f005

File tree

42 files changed

+222
-42
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

+222
-42
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **lesy-pilot-ui:** allow optional required args ([ca9952c](https://github.com/lokesh-coder/lesyjs/commit/ca9952c37432939dc67c67693a72e52c0d61d1d1))
12+
* **lesy-plugin-validator:** return middleware data ([e462264](https://github.com/lokesh-coder/lesyjs/commit/e462264e12331a92984579097175ef2dbeaa7d7a))
13+
* **validator:** required rule not working when set to false ([5f9ab1d](https://github.com/lokesh-coder/lesyjs/commit/5f9ab1d134afb485b957e2625ea16fc6a1268c48))
14+
15+
16+
17+
18+
619
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
720

821
**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.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
7+
8+
**Note:** Version bump only for package @lesy/lesy-benchmark
9+
10+
11+
12+
13+
614
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
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.2",
3+
"version": "1.0.0-beta.3",
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.2",
11+
"@lesy/compiler": "^1.0.0-beta.3",
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.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* validator issue ([b4e0554](https://github.com/lokesh-coder/lesyjs/commit/b4e0554bd7a348e8ac9c2c9077d8bd91f39aed3a))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
718

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

docs/package.json

Lines changed: 4 additions & 4 deletions
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.2",
4+
"version": "1.0.0-beta.3",
55
"author": "Lokesh Rajendran <[email protected]>",
66
"dependencies": {
77
"@mdx-js/mdx": "^1.6.1",
@@ -41,11 +41,11 @@
4141
"unist-util-visit": "^2.0.2"
4242
},
4343
"devDependencies": {
44+
"autoprefixer": "9.8.0",
45+
"cssnano": "4.1.10",
4446
"dotenv": "^8.2.0",
4547
"prettier": "2.0.5",
46-
"tailwindcss": "^1.4.6",
47-
"autoprefixer": "9.8.0",
48-
"cssnano": "4.1.10"
48+
"tailwindcss": "^1.4.6"
4949
},
5050
"keywords": [
5151
"lesy",

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.2",
10+
"version": "1.0.0-beta.3",
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.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
7+
8+
**Note:** Version bump only for package lesy
9+
10+
11+
12+
13+
614
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
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.2",
3+
"version": "1.0.0-beta.3",
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.2",
16-
"@lesy/lesy-plugin-config": "^1.0.0-beta.2",
17-
"@lesy/lesy-plugin-generator": "^1.0.0-beta.2",
18-
"@lesy/lesy-plugin-help": "^1.0.0-beta.2",
19-
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.2",
20-
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.2",
21-
"@lesy/lesy-plugin-validator": "^1.0.0-beta.2",
22-
"@lesy/testbed": "^1.0.0-beta.2",
15+
"@lesy/compiler": "^1.0.0-beta.3",
16+
"@lesy/lesy-plugin-config": "^1.0.0-beta.3",
17+
"@lesy/lesy-plugin-generator": "^1.0.0-beta.3",
18+
"@lesy/lesy-plugin-help": "^1.0.0-beta.3",
19+
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.3",
20+
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.3",
21+
"@lesy/lesy-plugin-validator": "^1.0.0-beta.3",
22+
"@lesy/testbed": "^1.0.0-beta.3",
2323
"execa": "^4.0.0",
2424
"tree-node-cli": "^1.3.0"
2525
},

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.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
7+
8+
**Note:** Version bump only for package @lesy/compiler
9+
10+
11+
12+
13+
614
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
715

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

0 commit comments

Comments
 (0)