Skip to content

Commit

Permalink
chore(release): 🎉 publish v1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Nov 1, 2020
1 parent 2c243fe commit 3f626ca
Show file tree
Hide file tree
Showing 42 changed files with 207 additions and 39 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)


Expand Down
8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/lesy-benchmark
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/lesy-benchmark",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"main": "benchmark.suite.js",
"scripts": {
"benchmark": "node ./benchmark.suite.js",
Expand All @@ -9,7 +9,7 @@
},
"private": true,
"dependencies": {
"@lesy/compiler": "^1.0.0-beta.13",
"@lesy/compiler": "^1.0.0-beta.14",
"benny": "^3.6.14",
"commander": "^6.0.0",
"gluegun": "^4.4.0",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/docs
Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lesy/docs",
"private": true,
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"author": "Lokesh Rajendran <mexican.dirtyfellow@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/misc/*",
"packages/plugins/*"
],
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"command": {
"bootstrap": {
"ignore": "@lesy/lesy-pilot-ui",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package lesy
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lesy",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,14 +12,14 @@
"lesy": "bin/cmd"
},
"dependencies": {
"@lesy/compiler": "^1.0.0-beta.13",
"@lesy/lesy-plugin-config": "^1.0.0-beta.13",
"@lesy/lesy-plugin-generator": "^1.0.0-beta.13",
"@lesy/lesy-plugin-help": "^1.0.0-beta.13",
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.13",
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.13",
"@lesy/lesy-plugin-validator": "^1.0.0-beta.13",
"@lesy/testbed": "^1.0.0-beta.13",
"@lesy/compiler": "^1.0.0-beta.14",
"@lesy/lesy-plugin-config": "^1.0.0-beta.14",
"@lesy/lesy-plugin-generator": "^1.0.0-beta.14",
"@lesy/lesy-plugin-help": "^1.0.0-beta.14",
"@lesy/lesy-plugin-pilot": "^1.0.0-beta.14",
"@lesy/lesy-plugin-prompt": "^1.0.0-beta.14",
"@lesy/lesy-plugin-validator": "^1.0.0-beta.14",
"@lesy/testbed": "^1.0.0-beta.14",
"execa": "^4.0.0",
"tree-node-cli": "^1.3.0",
"ts-node": "^9.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/compiler
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/compiler",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
},
"license": "MIT",
"dependencies": {
"@lesy/core": "^1.0.0-beta.13",
"@lesy/lesy-plugin-sidekick": "^1.0.0-beta.13",
"@lesy/core": "^1.0.0-beta.14",
"@lesy/lesy-plugin-sidekick": "^1.0.0-beta.14",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/core





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/core",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
},
"license": "MIT",
"dependencies": {
"@lesy/test-utils": "^1.0.0-beta.13",
"@lesy/validator": "^1.0.0-beta.13",
"@lesy/test-utils": "^1.0.0-beta.14",
"@lesy/validator": "^1.0.0-beta.14",
"argh": "^1.0.0",
"chalk": "^4.0.0",
"ora": "^4.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/helpers/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/validator





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/validator
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/validator",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/misc/pilot-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/lesy-pilot-ui





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)


Expand Down
10 changes: 9 additions & 1 deletion packages/misc/pilot-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/misc/pilot-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/lesy-pilot-ui",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"scripts": {
"ng": "ng",
"build:ui": "ng build --prod",
Expand Down
8 changes: 8 additions & 0 deletions packages/misc/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/test-utils





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/misc/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/test-utils",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/lesy-plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/lesy-plugin-config





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/lesy-plugin-config
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/lesy-plugin-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/lesy-plugin-config",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/lesy-plugin-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

**Note:** Version bump only for package @lesy/lesy-plugin-demo





# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)

**Note:** Version bump only for package @lesy/lesy-plugin-demo
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/lesy-plugin-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesy/lesy-plugin-demo",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 3f626ca

Please sign in to comment.