Skip to content

Commit

Permalink
chore(release): release 2.8.3 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART authored Dec 18, 2022
1 parent 2d1a08b commit 6b2810f
Show file tree
Hide file tree
Showing 24 changed files with 105 additions and 103 deletions.
55 changes: 28 additions & 27 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@nrwl/cli": "15.3.3",
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.1",
Expand All @@ -44,7 +45,7 @@
"lerna": "6.0.3",
"lint-staged": "11.2.3",
"microtime": "3.0.0",
"nx": "15.2.1",
"nx": "15.3.3",
"posthtml-render": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions 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.8.2",
"version": "2.8.3",
"description": "Comand line bbcode parser",
"main": "lib/cli.js",
"bin": {
Expand All @@ -10,8 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^2.8.2",
"@bbob/preset-html5": "^2.8.2",
"@bbob/html": "^2.8.3",
"@bbob/preset-html5": "^2.8.3",
"commander": "^2.15.1"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions 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.8.2",
"version": "2.8.3",
"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.8.2"
"@bbob/parser": "^2.8.3"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions 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.8.2",
"version": "2.8.3",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
Expand All @@ -9,8 +9,8 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^2.8.2",
"@bbob/plugin-helper": "^2.8.2"
"@bbob/core": "^2.8.3",
"@bbob/plugin-helper": "^2.8.3"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions 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.8.2",
"version": "2.8.3",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
Expand All @@ -13,7 +13,7 @@
"parse"
],
"dependencies": {
"@bbob/plugin-helper": "^2.8.2"
"@bbob/plugin-helper": "^2.8.3"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bbob-plugin-helper/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/bbob-plugin-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/plugin-helper",
"version": "2.8.2",
"version": "2.8.3",
"description": "Set of utils to help write plugins for @bbob/core",
"keywords": [
"bbob",
Expand Down
10 changes: 5 additions & 5 deletions packages/bbob-preset-html5/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/bbob-preset-html5/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@bbob/preset-html5",
"version": "2.8.2",
"version": "2.8.3",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [
"preset",
"html5",
"bbob"
],
"dependencies": {
"@bbob/plugin-helper": "^2.8.2",
"@bbob/preset": "^2.8.2"
"@bbob/plugin-helper": "^2.8.3",
"@bbob/preset": "^2.8.3"
},
"devDependencies": {
"@bbob/html": "^2.8.2"
"@bbob/html": "^2.8.3"
},
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/bbob-preset-react/package-lock.json

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

Loading

0 comments on commit 6b2810f

Please sign in to comment.