Skip to content

Commit a12fd9e

Browse files
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>
1 parent 27c8c4b commit a12fd9e

27 files changed

+148
-31
lines changed

.changeset/late-icons-sit.md

-18
This file was deleted.

packages/bbob-cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/html@4.1.1
11+
- @bbob/preset-html5@4.1.1
12+
313
## 4.1.0
414

515
### Minor Changes

packages/bbob-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/cli",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Comand line bbcode parser",
55
"bin": {
66
"bbob": "lib/cli.js"

packages/bbob-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/parser@4.1.1
11+
- @bbob/plugin-helper@4.1.1
12+
- @bbob/types@4.1.1
13+
314
## 4.1.0
415

516
### Minor Changes

packages/bbob-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/core",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies",
55
"keywords": [
66
"bbcode",

packages/bbob-html/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/core@4.1.1
11+
- @bbob/plugin-helper@4.1.1
12+
- @bbob/types@4.1.1
13+
314
## 4.1.0
415

516
### Minor Changes

packages/bbob-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/html",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A BBCode to HTML Renderer part of @bbob",
55
"keywords": [
66
"html",

packages/bbob-parser/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/plugin-helper@4.1.1
11+
- @bbob/types@4.1.1
12+
313
## 4.1.0
414

515
### Minor Changes

packages/bbob-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/parser",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A BBCode to AST Parser part of @bbob",
55
"keywords": [
66
"bbcode",

packages/bbob-plugin-helper/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/types@4.1.1
11+
312
## 4.1.0
413

514
### Minor Changes

packages/bbob-plugin-helper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/plugin-helper",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Set of utils to help write plugins for @bbob/core",
55
"keywords": [
66
"bbob",

packages/bbob-preset-html5/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/plugin-helper@4.1.1
11+
- @bbob/preset@4.1.1
12+
- @bbob/types@4.1.1
13+
314
## 4.1.0
415

516
### Minor Changes

packages/bbob-preset-html5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/preset-html5",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
55
"keywords": [
66
"preset",

packages/bbob-preset-react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/preset-html5@4.1.1
11+
- @bbob/types@4.1.1
12+
313
## 4.1.0
414

515
### Minor Changes

packages/bbob-preset-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/preset-react",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "React preset to transform BBCode to React for @bbob/react",
55
"keywords": [
66
"bbob",

packages/bbob-preset-vue/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/preset-html5@4.1.1
11+
- @bbob/types@4.1.1
12+
313
## 4.1.0
414

515
### Minor Changes

packages/bbob-preset-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/preset-vue",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
55
"keywords": [
66
"bbob",

packages/bbob-preset/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/plugin-helper@4.1.1
11+
- @bbob/types@4.1.1
12+
313
## 4.1.0
414

515
### Minor Changes

packages/bbob-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/preset",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Base preset for creating extensible presets for @bbob/core",
55
"keywords": [
66
"preset",

packages/bbob-react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/core@4.1.1
11+
- @bbob/html@4.1.1
12+
- @bbob/plugin-helper@4.1.1
13+
- @bbob/types@4.1.1
14+
315
## 4.1.0
416

517
### Minor Changes

packages/bbob-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/react",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A BBCode to React Renderer part of @bbob",
55
"keywords": [
66
"react",

packages/bbob-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @bbob/types
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
310
## 4.1.0
411

512
### Minor Changes

packages/bbob-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/types",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Shared Typescript types of @bbob",
55
"keywords": [
66
"bbcode",

packages/bbob-vue2/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/core@4.1.1
11+
- @bbob/html@4.1.1
12+
- @bbob/plugin-helper@4.1.1
13+
- @bbob/types@4.1.1
14+
315
## 4.1.0
416

517
### Minor Changes

packages/bbob-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/vue2",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A BBCode to Vue2 Renderer part of @bbob",
55
"keywords": [
66
"vue",

packages/bbob-vue3/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @bbob/vue3
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
Warning for deprecated defaultProps
9+
- Updated dependencies [[`27c8c4b`](https://github.com/JiLiZART/BBob/commit/27c8c4b869bc0e26905e1b4555036ac65baaa1c6)]:
10+
- @bbob/core@4.1.1
11+
- @bbob/html@4.1.1
12+
- @bbob/plugin-helper@4.1.1
13+
- @bbob/types@4.1.1
14+
315
## 4.1.0
416

517
### Minor Changes

packages/bbob-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/vue3",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A BBCode to Vue3 Renderer part of @bbob",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)