Skip to content

Commit 9e847cd

Browse files
committed
chore(release): 🎉 publish v1.0.0-beta.1
1 parent e1e28fd commit 9e847cd

File tree

42 files changed

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

+10591
-39
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-beta.1 (2020-06-09)
7+
8+
9+
### Features
10+
11+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))

benchmark/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-beta.1 (2020-06-09)
7+
8+
9+
### Features
10+
11+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))

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.0",
3+
"version": "1.0.0-beta.1",
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.0",
11+
"@lesy/compiler": "^1.0.0-beta.1",
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
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-beta.1 (2020-06-09)
7+
8+
9+
### Features
10+
11+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))

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.0",
4+
"version": "1.0.0-beta.1",
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.0",
10+
"version": "1.0.0-beta.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-beta.1 (2020-06-09)
7+
8+
9+
### Features
10+
11+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))

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

packages/compiler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-beta.1 (2020-06-09)
7+
8+
9+
### Features
10+
11+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))

0 commit comments

Comments
 (0)