Skip to content

Commit c4401a6

Browse files
chore(release): publish v4.4.1 (#332)
chore(release): release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a969027 commit c4401a6

27 files changed

Lines changed: 149 additions & 30 deletions

File tree

.changeset/wet-monkeys-camp.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/bbob-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/JiLiZART/BBob/pull/331) [`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Improves type generation regression from 4.4.0
8+
9+
- Updated dependencies [[`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2)]:
10+
- @bbob/preset-html5@4.4.1
11+
- @bbob/html@4.4.1
12+
313
## 4.4.0
414

515
### Minor Changes

packages/bbob-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/cli",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Comand line bbcode parser",
55
"bin": {
66
"bbob": "lib/cli.js"

packages/bbob-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/JiLiZART/BBob/pull/331) [`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Improves type generation regression from 4.4.0
8+
9+
- Updated dependencies [[`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2)]:
10+
- @bbob/plugin-helper@4.4.1
11+
- @bbob/parser@4.4.1
12+
- @bbob/types@4.4.1
13+
314
## 4.4.0
415

516
### Minor Changes

packages/bbob-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/core",
3-
"version": "4.4.0",
3+
"version": "4.4.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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/JiLiZART/BBob/pull/331) [`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Improves type generation regression from 4.4.0
8+
9+
- Updated dependencies [[`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2)]:
10+
- @bbob/plugin-helper@4.4.1
11+
- @bbob/types@4.4.1
12+
- @bbob/core@4.4.1
13+
314
## 4.4.0
415

516
### Minor Changes

packages/bbob-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbob/html",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "A BBCode to HTML Renderer part of @bbob",
55
"keywords": [
66
"html",

packages/bbob-parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/JiLiZART/BBob/pull/331) [`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Improves type generation regression from 4.4.0
8+
9+
- Updated dependencies [[`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2)]:
10+
- @bbob/plugin-helper@4.4.1
11+
- @bbob/types@4.4.1
12+
313
## 4.4.0
414

515
### Minor Changes

packages/bbob-parser/package.json

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

packages/bbob-plugin-helper/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/JiLiZART/BBob/pull/331) [`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Improves type generation regression from 4.4.0
8+
9+
- Updated dependencies [[`a969027`](https://github.com/JiLiZART/BBob/commit/a9690275894f49c394f69fbc2c158da7e6f62be2)]:
10+
- @bbob/types@4.4.1
11+
312
## 4.4.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)