Skip to content

Commit

Permalink
chore(release): publish v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 28, 2021
1 parent 5c74af8 commit 4fb4fff
Show file tree
Hide file tree
Showing 37 changed files with 474 additions and 47 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/JiLiZART/BBob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Bug Fixes

* **github:** publish using lerna ([2eb9d28](https://github.com/JiLiZART/BBob/commit/2eb9d285153549e6f5b052bf4142ab54c8535789))
* **react:** adjust PropTypes for React Component `container` ([#107](https://github.com/JiLiZART/BBob/issues/107)) ([93d8027](https://github.com/JiLiZART/BBob/commit/93d802773cbe733ccf4b0124257c6fc6707c873b))


### Features

* update core deps ([#120](https://github.com/JiLiZART/BBob/issues/120)) ([da6709d](https://github.com/JiLiZART/BBob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)


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

# [2.8.0](https://github.com/JiLiZART/BBob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Features

* update core deps ([#120](https://github.com/JiLiZART/BBob/issues/120)) ([da6709d](https://github.com/JiLiZART/BBob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)

**Note:** Version bump only for package vue2-example
Expand Down
2 changes: 1 addition & 1 deletion examples/vue2-example/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/vue2-example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vue2-example",
"version": "2.7.1",
"version": "2.8.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"generate": "vue-cli-service build"
},
"dependencies": {
"@bbob/preset-vue": "^2.7.1",
"@bbob/vue2": "^2.7.1",
"@bbob/preset-vue": "^2.8.0",
"@bbob/vue2": "^2.8.0",
"core-js": "^3.18.2",
"vue": "^2.6.14"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "2.7.1",
"version": "2.8.0",
"packages": [
"benchmark",
"scripts",
Expand Down
32 changes: 32 additions & 0 deletions packages/bbob-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Features

* update core deps ([#120](https://github.com/JiLiZART/bbob/issues/120)) ([da6709d](https://github.com/JiLiZART/bbob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)

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

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

6 changes: 3 additions & 3 deletions packages/bbob-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "2.7.1",
"version": "2.8.0",
"description": "Comand line bbcode parser",
"main": "lib/cli.js",
"bin": {
Expand All @@ -10,8 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^2.7.1",
"@bbob/preset-html5": "^2.7.1",
"@bbob/html": "^2.8.0",
"@bbob/preset-html5": "^2.8.0",
"commander": "^2.15.1"
},
"repository": {
Expand Down
32 changes: 32 additions & 0 deletions packages/bbob-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Features

* update core deps ([#120](https://github.com/JiLiZART/bbob/issues/120)) ([da6709d](https://github.com/JiLiZART/bbob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)

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

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

4 changes: 2 additions & 2 deletions packages/bbob-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "2.7.1",
"version": "2.8.0",
"description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies",
"keywords": [
"bbcode",
Expand All @@ -20,7 +20,7 @@
"core"
],
"dependencies": {
"@bbob/parser": "^2.7.1"
"@bbob/parser": "^2.8.0"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/bbob-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Features

* update core deps ([#120](https://github.com/JiLiZART/bbob/issues/120)) ([da6709d](https://github.com/JiLiZART/bbob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)

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

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

6 changes: 3 additions & 3 deletions packages/bbob-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "2.7.1",
"version": "2.8.0",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
Expand All @@ -9,8 +9,8 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^2.7.1",
"@bbob/plugin-helper": "^2.7.1"
"@bbob/core": "^2.8.0",
"@bbob/plugin-helper": "^2.8.0"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/bbob-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.8.0) (2021-11-28)


### Features

* update core deps ([#120](https://github.com/JiLiZART/bbob/issues/120)) ([da6709d](https://github.com/JiLiZART/bbob/commit/da6709d43799304e62d51cd03921e261308db80f))


### BREAKING CHANGES

* now we use swc.rs as main bundler and transpiler instead of babel
- jest now uses swc
- rollup now uses swc

* feat: benchmark now separate package with `npm start` and colored output
- benchmark as separate package with error throw if package drops performance

* feat: all lerna packages now using scripts/pkg-task

* feat(github): publish to npm and github registry
- when release was created this action automaticly publish packages to npm and github

* feat(github): move all from Travis CI to Github Actions
- code analysis and tests now using github actions

* test: increase tests coverage
- add more tests for @bbob/react, @bbob/vue2 and @bbob/parser





## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)

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

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

4 changes: 2 additions & 2 deletions packages/bbob-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "2.7.1",
"version": "2.8.0",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
Expand All @@ -13,7 +13,7 @@
"parse"
],
"dependencies": {
"@bbob/plugin-helper": "^2.7.1"
"@bbob/plugin-helper": "^2.8.0"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Loading

0 comments on commit 4fb4fff

Please sign in to comment.