2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00

chore(release): publish v4.0.2 (#239)

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-07-04 13:21:14 +02:00
committed by GitHub
parent 7f931eee9a
commit aedac60a51
17 changed files with 78 additions and 21 deletions
-12
View File
@@ -1,12 +0,0 @@
---
"@bbob/core": patch
"@bbob/html": patch
"@bbob/preset-html5": patch
"@bbob/preset-react": patch
"@bbob/preset-vue": patch
"@bbob/react": patch
"@bbob/vue2": patch
"@bbob/vue3": patch
---
fix(#237): Ensure types definitions presence in published packages
+6
View File
@@ -1,5 +1,11 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/core", "name": "@bbob/core",
"version": "4.0.1", "version": "4.0.2",
"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",
+9
View File
@@ -1,5 +1,14 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/core@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/html", "name": "@bbob/html",
"version": "4.0.1", "version": "4.0.2",
"description": "A BBCode to HTML Renderer part of @bbob", "description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [ "keywords": [
"html", "html",
+6
View File
@@ -1,5 +1,11 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-html5", "name": "@bbob/preset-html5",
"version": "4.0.1", "version": "4.0.2",
"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",
+9
View File
@@ -1,5 +1,14 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/preset-html5@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-react", "name": "@bbob/preset-react",
"version": "4.0.1", "version": "4.0.2",
"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",
+9
View File
@@ -1,5 +1,14 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/preset-html5@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/preset-vue", "name": "@bbob/preset-vue",
"version": "4.0.1", "version": "4.0.2",
"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.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/core@4.0.2
- @bbob/html@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/react", "name": "@bbob/react",
"version": "4.0.1", "version": "4.0.2",
"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.1", "@bbob/preset-react": "^4.0.2",
"@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",
+10
View File
@@ -1,5 +1,15 @@
# Change Log # Change Log
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/core@4.0.2
- @bbob/html@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/vue2", "name": "@bbob/vue2",
"version": "4.0.1", "version": "4.0.2",
"description": "A BBCode to Vue2 Renderer part of @bbob", "description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [ "keywords": [
"vue", "vue",
+10
View File
@@ -1,5 +1,15 @@
# @bbob/vue3 # @bbob/vue3
## 4.0.2
### Patch Changes
- [#238](https://github.com/JiLiZART/BBob/pull/238) [`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a) Thanks [@rda-wimi](https://github.com/rda-wimi)! - fix(#237): Ensure types definitions presence in published packages
- Updated dependencies [[`7f931ee`](https://github.com/JiLiZART/BBob/commit/7f931eee9a6cf9022e14459f265e8c49ffefdb2a)]:
- @bbob/core@4.0.2
- @bbob/html@4.0.2
## 4.0.1 ## 4.0.1
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@bbob/vue3", "name": "@bbob/vue3",
"version": "4.0.1", "version": "4.0.2",
"description": "A BBCode to Vue3 Renderer part of @bbob", "description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [ "keywords": [
"vue", "vue",