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

chore(release): publish v4.1.1 (#249)

chore(release): release v4.1.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-21 15:14:48 +02:00
committed by GitHub
parent 27c8c4b869
commit a12fd9e7fb
27 changed files with 148 additions and 31 deletions
-18
View File
@@ -1,18 +0,0 @@
---
"@bbob/cli": patch
"@bbob/core": patch
"@bbob/html": patch
"@bbob/parser": patch
"@bbob/plugin-helper": patch
"@bbob/preset-html5": patch
"@bbob/preset-react": patch
"@bbob/preset-vue": patch
"@bbob/preset": patch
"@bbob/react": patch
"@bbob/types": patch
"@bbob/vue2": patch
"@bbob/vue3": patch
---
Removed `defaultProps` and
Warning for deprecated defaultProps
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/html@4.1.1
- @bbob/preset-html5@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Comand line bbcode parser",
"bin": {
"bbob": "lib/cli.js"
+11
View File
@@ -1,5 +1,16 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/parser@4.1.1
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "4.1.0",
"version": "4.1.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",
+11
View File
@@ -1,5 +1,16 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/core@4.1.1
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "4.1.0",
"version": "4.1.1",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "4.1.0",
"version": "4.1.1",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/plugin-helper",
"version": "4.1.0",
"version": "4.1.1",
"description": "Set of utils to help write plugins for @bbob/core",
"keywords": [
"bbob",
+11
View File
@@ -1,5 +1,16 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/plugin-helper@4.1.1
- @bbob/preset@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-html5",
"version": "4.1.0",
"version": "4.1.1",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [
"preset",
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/preset-html5@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "4.1.0",
"version": "4.1.1",
"description": "React preset to transform BBCode to React for @bbob/react",
"keywords": [
"bbob",
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/preset-html5@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-vue",
"version": "4.1.0",
"version": "4.1.1",
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
"keywords": [
"bbob",
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset",
"version": "4.1.0",
"version": "4.1.1",
"description": "Base preset for creating extensible presets for @bbob/core",
"keywords": [
"preset",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/core@4.1.1
- @bbob/html@4.1.1
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/react",
"version": "4.1.0",
"version": "4.1.1",
"description": "A BBCode to React Renderer part of @bbob",
"keywords": [
"react",
+7
View File
@@ -1,5 +1,12 @@
# @bbob/types
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/types",
"version": "4.1.0",
"version": "4.1.1",
"description": "Shared Typescript types of @bbob",
"keywords": [
"bbcode",
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/core@4.1.1
- @bbob/html@4.1.1
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue2",
"version": "4.1.0",
"version": "4.1.1",
"description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [
"vue",
+12
View File
@@ -1,5 +1,17 @@
# @bbob/vue3
## 4.1.1
### Patch Changes
- [#248](https://github.com/JiLiZART/BBob/pull/248) [`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6) Thanks [@GetPastTheMonkey](https://github.com/GetPastTheMonkey)! - Removed `defaultProps` and
Warning for deprecated defaultProps
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
- @bbob/core@4.1.1
- @bbob/html@4.1.1
- @bbob/plugin-helper@4.1.1
- @bbob/types@4.1.1
## 4.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue3",
"version": "4.1.0",
"version": "4.1.1",
"description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [
"vue",