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

chore(release): publish 4.0.1 (#236)

chore(release): release

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-25 22:54:52 +02:00
committed by GitHub
parent dd7696ca4b
commit 5ec0dfa382
27 changed files with 149 additions and 31 deletions
-17
View File
@@ -1,17 +0,0 @@
---
"@bbob/cli": patch
"@bbob/core": patch
"@bbob/html": patch
"@bbob/parser": patch
"@bbob/plugin-helper": patch
"@bbob/preset": patch
"@bbob/preset-html5": patch
"@bbob/preset-react": patch
"@bbob/preset-vue": patch
"@bbob/react": patch
"@bbob/types": patch
"@bbob/vue2": patch
"@bbob/vue3": patch
---
Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/html@4.0.1
- @bbob/preset-html5@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/cli", "name": "@bbob/cli",
"version": "4.0.0", "version": "4.0.1",
"description": "Comand line bbcode parser", "description": "Comand line bbcode parser",
"bin": { "bin": {
"bbob": "lib/cli.js" "bbob": "lib/cli.js"
+11
View File
@@ -1,5 +1,16 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/parser@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/core", "name": "@bbob/core",
"version": "4.0.0", "version": "4.0.1",
"description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies", "description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies",
"keywords": [ "keywords": [
"bbcode", "bbcode",
+11
View File
@@ -1,5 +1,16 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/html", "name": "@bbob/html",
"version": "4.0.0", "version": "4.0.1",
"description": "A BBCode to HTML Renderer part of @bbob", "description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [ "keywords": [
"html", "html",
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/parser", "name": "@bbob/parser",
"version": "4.0.0", "version": "4.0.1",
"description": "A BBCode to AST Parser part of @bbob", "description": "A BBCode to AST Parser part of @bbob",
"keywords": [ "keywords": [
"bbcode", "bbcode",
+9
View File
@@ -1,5 +1,14 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/plugin-helper", "name": "@bbob/plugin-helper",
"version": "4.0.0", "version": "4.0.1",
"description": "Set of utils to help write plugins for @bbob/core", "description": "Set of utils to help write plugins for @bbob/core",
"keywords": [ "keywords": [
"bbob", "bbob",
+11
View File
@@ -1,5 +1,16 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/preset@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-html5", "name": "@bbob/preset-html5",
"version": "4.0.0", "version": "4.0.1",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser", "description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [ "keywords": [
"preset", "preset",
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/preset-html5@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-react", "name": "@bbob/preset-react",
"version": "4.0.0", "version": "4.0.1",
"description": "React preset to transform BBCode to React for @bbob/react", "description": "React preset to transform BBCode to React for @bbob/react",
"keywords": [ "keywords": [
"bbob", "bbob",
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/preset-html5@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-vue", "name": "@bbob/preset-vue",
"version": "4.0.0", "version": "4.0.1",
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*", "description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
"keywords": [ "keywords": [
"bbob", "bbob",
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset", "name": "@bbob/preset",
"version": "4.0.0", "version": "4.0.1",
"description": "Base preset for creating extensible presets for @bbob/core", "description": "Base preset for creating extensible presets for @bbob/core",
"keywords": [ "keywords": [
"preset", "preset",
+12
View File
@@ -1,5 +1,17 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/react", "name": "@bbob/react",
"version": "4.0.0", "version": "4.0.1",
"description": "A BBCode to React Renderer part of @bbob", "description": "A BBCode to React Renderer part of @bbob",
"keywords": [ "keywords": [
"react", "react",
@@ -18,7 +18,7 @@
"react": "> 15.0" "react": "> 15.0"
}, },
"devDependencies": { "devDependencies": {
"@bbob/preset-react": "^4.0.0", "@bbob/preset-react": "^4.0.1",
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.x", "@testing-library/react": "13.x",
"react": "18.x", "react": "18.x",
+7
View File
@@ -0,0 +1,7 @@
# @bbob/types
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/types", "name": "@bbob/types",
"version": "3.0.2", "version": "4.0.1",
"description": "Shared Typescript types of @bbob", "description": "Shared Typescript types of @bbob",
"keywords": [ "keywords": [
"bbcode", "bbcode",
+12
View File
@@ -1,5 +1,17 @@
# Change Log # Change Log
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/vue2", "name": "@bbob/vue2",
"version": "4.0.0", "version": "4.0.1",
"description": "A BBCode to Vue2 Renderer part of @bbob", "description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [ "keywords": [
"vue", "vue",
+12
View File
@@ -1,5 +1,17 @@
# @bbob/vue3 # @bbob/vue3
## 4.0.1
### Patch Changes
- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`
- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1
## 4.0.0 ## 4.0.0
### Major Changes ### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/vue3", "name": "@bbob/vue3",
"version": "4.0.0", "version": "4.0.1",
"description": "A BBCode to Vue3 Renderer part of @bbob", "description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [ "keywords": [
"vue", "vue",