Skip to content

Commit

Permalink
chore(release): publish v3.0.1 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 28, 2023
1 parent 245e02e commit 3bccca0
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .changeset/thin-crabs-wonder.md

This file was deleted.

7 changes: 7 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`603c3ea`](https://github.com/JiLiZART/BBob/commit/603c3ead0f2b895a447dd9cfe98ce6ef27eec79c)]:
- @bbob/parser@3.0.1

## null

### Patch Changes

- Updated dependencies [[`49065d2`](https://github.com/JiLiZART/BBob/commit/49065d239b69e054b360596353d5b810282d259d)]:
- @bbob/parser@3.0.0
- benchmark@null
5 changes: 3 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"url": "https://artkost.ru/"
},
"dependencies": {
"@bbob/parser": "3.0.0",
"@bbob/parser": "3.0.1",
"benchmark": "2.1.4",
"picocolors": "1.0.0",
"xbbcode-parser": "0.1.2",
"ya-bbcode": "1.0.12"
}
},
"version": null
}
16 changes: 16 additions & 0 deletions packages/bbob-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.0.1

### Patch Changes

- [#186](https://github.com/JiLiZART/BBob/pull/186) [`603c3ea`](https://github.com/JiLiZART/BBob/commit/603c3ead0f2b895a447dd9cfe98ce6ef27eec79c) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes bug where nested tag `quote` lost

```
[color=red]test[/color]
[quote]xxxsdfasdf
sdfasdfasdf
[url=xxx]xxx[/url]
```

Now content not will be lost, but not closed tag will displayed as raw text

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/parser",
"version": "3.0.0",
"version": "3.0.1",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
Expand Down
16 changes: 16 additions & 0 deletions packages/bbob-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @bbob/vue3

## 3.0.1

### Patch Changes

- [#186](https://github.com/JiLiZART/BBob/pull/186) [`603c3ea`](https://github.com/JiLiZART/BBob/commit/603c3ead0f2b895a447dd9cfe98ce6ef27eec79c) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes bug where nested tag `quote` lost

```
[color=red]test[/color]
[quote]xxxsdfasdf
sdfasdfasdf
[url=xxx]xxx[/url]
```

Now content not will be lost, but not closed tag will displayed as raw text

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue3",
"version": "3.0.0",
"version": "3.0.1",
"description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [
"vue",
Expand Down

0 comments on commit 3bccca0

Please sign in to comment.