Skip to content

Commit

Permalink
chore(release): publish 4.0.1 (#236)
Browse files Browse the repository at this point in the history
chore(release): release

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 25, 2024
1 parent dd7696c commit 5ec0dfa
Show file tree
Hide file tree
Showing 27 changed files with 149 additions and 31 deletions.
17 changes: 0 additions & 17 deletions .changeset/patch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/bbob-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/html@4.0.1
- @bbob/preset-html5@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/cli",
"version": "4.0.0",
"version": "4.0.1",
"description": "Comand line bbcode parser",
"bin": {
"bbob": "lib/cli.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/bbob-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/parser@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/core",
"version": "4.0.0",
"version": "4.0.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",
Expand Down
11 changes: 11 additions & 0 deletions packages/bbob-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/html",
"version": "4.0.0",
"version": "4.0.1",
"description": "A BBCode to HTML Renderer part of @bbob",
"keywords": [
"html",
Expand Down
10 changes: 10 additions & 0 deletions packages/bbob-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.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": "4.0.0",
"version": "4.0.1",
"description": "A BBCode to AST Parser part of @bbob",
"keywords": [
"bbcode",
Expand Down
9 changes: 9 additions & 0 deletions packages/bbob-plugin-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-plugin-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/plugin-helper",
"version": "4.0.0",
"version": "4.0.1",
"description": "Set of utils to help write plugins for @bbob/core",
"keywords": [
"bbob",
Expand Down
11 changes: 11 additions & 0 deletions packages/bbob-preset-html5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/preset@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-preset-html5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-html5",
"version": "4.0.0",
"version": "4.0.1",
"description": "HTML5 preset to transform BBCode to HTML for @bbob/parser",
"keywords": [
"preset",
Expand Down
10 changes: 10 additions & 0 deletions packages/bbob-preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/preset-html5@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "4.0.0",
"version": "4.0.1",
"description": "React preset to transform BBCode to React for @bbob/react",
"keywords": [
"bbob",
Expand Down
10 changes: 10 additions & 0 deletions packages/bbob-preset-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/preset-html5@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-preset-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-vue",
"version": "4.0.0",
"version": "4.0.1",
"description": "Vue preset to transform BBCode to Vue for @bbob/vue*",
"keywords": [
"bbob",
Expand Down
10 changes: 10 additions & 0 deletions packages/bbob-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset",
"version": "4.0.0",
"version": "4.0.1",
"description": "Base preset for creating extensible presets for @bbob/core",
"keywords": [
"preset",
Expand Down
12 changes: 12 additions & 0 deletions packages/bbob-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bbob-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/react",
"version": "4.0.0",
"version": "4.0.1",
"description": "A BBCode to React Renderer part of @bbob",
"keywords": [
"react",
Expand All @@ -18,7 +18,7 @@
"react": "> 15.0"
},
"devDependencies": {
"@bbob/preset-react": "^4.0.0",
"@bbob/preset-react": "^4.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.x",
"react": "18.x",
Expand Down
7 changes: 7 additions & 0 deletions packages/bbob-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @bbob/types

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`
2 changes: 1 addition & 1 deletion packages/bbob-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/types",
"version": "3.0.2",
"version": "4.0.1",
"description": "Shared Typescript types of @bbob",
"keywords": [
"bbcode",
Expand Down
12 changes: 12 additions & 0 deletions packages/bbob-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbob-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbob/vue2",
"version": "4.0.0",
"version": "4.0.1",
"description": "A BBCode to Vue2 Renderer part of @bbob",
"keywords": [
"vue",
Expand Down
12 changes: 12 additions & 0 deletions packages/bbob-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @bbob/vue3

## 4.0.1

### Patch Changes

- [`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Fixes problem where `@bbob/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

- Updated dependencies [[`dd7696c`](https://github.com/JiLiZART/BBob/commit/dd7696ca4bc5122563d897048f46ca6a16f21de6)]:
- @bbob/core@4.0.1
- @bbob/html@4.0.1
- @bbob/plugin-helper@4.0.1
- @bbob/types@4.0.1

## 4.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": "4.0.0",
"version": "4.0.1",
"description": "A BBCode to Vue3 Renderer part of @bbob",
"keywords": [
"vue",
Expand Down

0 comments on commit 5ec0dfa

Please sign in to comment.