2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-05 16:42:27 +03:00

chore(release): publish v4.1.0 (#247)

chore(release): release v4.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-03 16:42:50 +02:00
committed by GitHub
parent 40848747d4
commit 934d88af20
27 changed files with 171 additions and 30 deletions
-17
View File
@@ -1,17 +0,0 @@
---
"@bbob/plugin-helper": minor
"@bbob/parser": minor
"@bbob/types": minor
"@bbob/cli": minor
"@bbob/core": minor
"@bbob/html": minor
"@bbob/preset": minor
"@bbob/preset-html5": minor
"@bbob/preset-react": minor
"@bbob/preset-vue": minor
"@bbob/react": minor
"@bbob/vue2": minor
"@bbob/vue3": minor
---
feat: Add start and end positions of tag nodes
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/html@4.1.0
- @bbob/preset-html5@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "4.0.3",
"version": "4.1.0",
"description": "Comand line bbcode parser",
"bin": {
"bbob": "lib/cli.js"
+13
View File
@@ -1,5 +1,18 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/parser@4.1.0
- @bbob/types@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "4.0.3",
"version": "4.1.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",
+13
View File
@@ -1,5 +1,18 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
- @bbob/core@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "4.0.3",
"version": "4.1.0",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "4.0.3",
"version": "4.1.0",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
+11
View File
@@ -1,5 +1,16 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/types@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/plugin-helper",
"version": "4.0.3",
"version": "4.1.0",
"description": "Set of utils to help write plugins for @bbob/core",
"keywords": [
"bbob",
+13
View File
@@ -1,5 +1,18 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
- @bbob/preset@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-html5",
"version": "4.0.3",
"version": "4.1.0",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [
"preset",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/types@4.1.0
- @bbob/preset-html5@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "4.0.3",
"version": "4.1.0",
"description": "React preset to transform BBCode to React for @bbob/react",
"keywords": [
"bbob",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/types@4.1.0
- @bbob/preset-html5@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-vue",
"version": "4.0.3",
"version": "4.1.0",
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
"keywords": [
"bbob",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset",
"version": "4.0.3",
"version": "4.1.0",
"description": "Base preset for creating extensible presets for @bbob/core",
"keywords": [
"preset",
+14
View File
@@ -1,5 +1,19 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
- @bbob/core@4.1.0
- @bbob/html@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/react",
"version": "4.0.3",
"version": "4.1.0",
"description": "A BBCode to React Renderer part of @bbob",
"keywords": [
"react",
+6
View File
@@ -1,5 +1,11 @@
# @bbob/types
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/types",
"version": "4.0.3",
"version": "4.1.0",
"description": "Shared Typescript types of @bbob",
"keywords": [
"bbcode",
+14
View File
@@ -1,5 +1,19 @@
# Change Log
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
- @bbob/core@4.1.0
- @bbob/html@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue2",
"version": "4.0.3",
"version": "4.1.0",
"description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [
"vue",
+14
View File
@@ -1,5 +1,19 @@
# @bbob/vue3
## 4.1.0
### Minor Changes
- [#246](https://github.com/JiLiZART/BBob/pull/246) [`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e) Thanks [@Alteras1](https://github.com/Alteras1)! - feat: Add start and end positions of tag nodes
### Patch Changes
- Updated dependencies [[`4084874`](https://github.com/JiLiZART/BBob/commit/40848747d4c52a3752ff3803f7643072e916631e)]:
- @bbob/plugin-helper@4.1.0
- @bbob/types@4.1.0
- @bbob/core@4.1.0
- @bbob/html@4.1.0
## 4.0.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue3",
"version": "4.0.3",
"version": "4.1.0",
"description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [
"vue",