2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore(release): publish v2.7.1 (#121)

This commit is contained in:
Nikolay Kostyurin
2021-11-04 13:30:53 +02:00
committed by GitHub
parent dad1b6e08b
commit 86d1dde106
37 changed files with 157 additions and 47 deletions
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)
### Bug Fixes
* **react:** adjust PropTypes for React Component `container` ([#107](https://github.com/JiLiZART/bbob/issues/107)) ([93d8027](https://github.com/JiLiZART/bbob/commit/93d802773cbe733ccf4b0124257c6fc6707c873b))
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+8
View File
@@ -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.
## [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
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-example",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,14 +1,14 @@
{
"name": "vue2-example",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"generate": "vue-cli-service build"
},
"dependencies": {
"@bbob/preset-vue": "^2.7.0",
"@bbob/vue2": "^2.7.0",
"@bbob/preset-vue": "^2.7.1",
"@bbob/vue2": "^2.7.1",
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "2.7.0",
"version": "2.7.1",
"packages": [
"examples/*",
"packages/bbob-cli",
+8
View File
@@ -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.
## [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
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
**Note:** Version bump only for package @bbob/cli
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "2.7.0",
"version": "2.7.1",
"description": "Comand line bbcode parser",
"main": "lib/cli.js",
"bin": {
@@ -10,8 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^2.7.0",
"@bbob/preset-html5": "^2.7.0",
"@bbob/html": "^2.7.1",
"@bbob/preset-html5": "^2.7.1",
"commander": "^2.15.1"
},
"repository": {
+8
View File
@@ -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.
## [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
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "2.7.0",
"version": "2.7.1",
"description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies",
"keywords": [
"bbcode",
@@ -20,7 +20,7 @@
"core"
],
"dependencies": {
"@bbob/parser": "^2.7.0"
"@bbob/parser": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
**Note:** Version bump only for package @bbob/html
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "2.7.0",
"version": "2.7.1",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
@@ -9,8 +9,8 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^2.7.0",
"@bbob/plugin-helper": "^2.7.0"
"@bbob/core": "^2.7.1",
"@bbob/plugin-helper": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "2.7.0",
"version": "2.7.1",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
@@ -13,7 +13,7 @@
"parse"
],
"dependencies": {
"@bbob/plugin-helper": "^2.7.0"
"@bbob/plugin-helper": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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/plugin-helper
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "@bbob/plugin-helper",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/plugin-helper",
"version": "2.7.0",
"version": "2.7.1",
"description": "Set of utils to help write plugins for @bbob/core",
"keywords": [
"bbob",
+8
View File
@@ -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.
## [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/preset-html5
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
**Note:** Version bump only for package @bbob/preset-html5
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-html5",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-html5",
"version": "2.7.0",
"version": "2.7.1",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [
"preset",
@@ -8,11 +8,11 @@
"bbob"
],
"dependencies": {
"@bbob/plugin-helper": "^2.7.0",
"@bbob/preset": "^2.7.0"
"@bbob/plugin-helper": "^2.7.1",
"@bbob/preset": "^2.7.1"
},
"devDependencies": {
"@bbob/html": "^2.7.0"
"@bbob/html": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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/preset-react
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
**Note:** Version bump only for package @bbob/preset-react
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "2.7.0",
"version": "2.7.1",
"description": "React preset to transform BBCode to React for @bbob/react",
"keywords": [
"bbob",
@@ -8,10 +8,10 @@
"react"
],
"dependencies": {
"@bbob/preset-html5": "^2.7.0"
"@bbob/preset-html5": "^2.7.1"
},
"devDependencies": {
"@bbob/core": "^2.7.0"
"@bbob/core": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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/preset-vue
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-vue",
"version": "2.7.0",
"version": "2.7.1",
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
"keywords": [
"bbob",
@@ -8,10 +8,10 @@
"vue"
],
"dependencies": {
"@bbob/preset-html5": "^2.7.0"
"@bbob/preset-html5": "^2.7.1"
},
"devDependencies": {
"@bbob/core": "^2.7.0"
"@bbob/core": "^2.7.1"
},
"main": "lib/index.js",
"module": "es/index.js",
+8
View File
@@ -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.
## [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/preset
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "@bbob/preset",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset",
"version": "2.7.0",
"version": "2.7.1",
"description": "Base preset for creating extensible presets for @bbob/core",
"keywords": [
"preset",
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.7.1](https://github.com/JiLiZART/bbob/compare/v2.7.0...v2.7.1) (2021-11-04)
### Bug Fixes
* **react:** adjust PropTypes for React Component `container` ([#107](https://github.com/JiLiZART/bbob/issues/107)) ([93d8027](https://github.com/JiLiZART/bbob/commit/93d802773cbe733ccf4b0124257c6fc6707c873b))
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/react",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/react",
"version": "2.7.0",
"version": "2.7.1",
"description": "A BBCode to React Renderer part of @bbob",
"keywords": [
"react",
@@ -9,16 +9,16 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^2.7.0",
"@bbob/html": "^2.7.0",
"@bbob/plugin-helper": "^2.7.0"
"@bbob/core": "^2.7.1",
"@bbob/html": "^2.7.1",
"@bbob/plugin-helper": "^2.7.1"
},
"peerDependencies": {
"prop-types": "15.x",
"react": "15.x"
},
"devDependencies": {
"@bbob/preset-react": "^2.7.0",
"@bbob/preset-react": "^2.7.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-15": "^1.0.6",
"react": "15.x",
+8
View File
@@ -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.
## [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/vue2
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue2",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue2",
"version": "2.7.0",
"version": "2.7.1",
"description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [
"vue",
@@ -9,15 +9,15 @@
"bbob"
],
"dependencies": {
"@bbob/core": "^2.7.0",
"@bbob/html": "^2.7.0",
"@bbob/plugin-helper": "^2.7.0"
"@bbob/core": "^2.7.1",
"@bbob/html": "^2.7.1",
"@bbob/plugin-helper": "^2.7.1"
},
"peerDependencies": {
"vue": "2.x"
},
"devDependencies": {
"@bbob/preset-vue": "^2.7.0",
"@bbob/preset-vue": "^2.7.1",
"@testing-library/vue": "^5.6.2",
"vue": "2.6.12",
"vue-template-compiler": "^2.6.12"