Skip to content

Commit 36fa583

Browse files
committed
chore: publish
1 parent 2f52afe commit 36fa583

File tree

16 files changed

+73
-8
lines changed

16 files changed

+73
-8
lines changed

packages/ohbug-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ohbug/angular
22

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.1
9+
- @ohbug/types@2.2.1
10+
311
## 2.0.8
412

513
### Patch Changes

packages/ohbug-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/angular",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Ohbug SDK for Angular",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-browser/CHANGELOG.md

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

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.1
9+
- @ohbug/types@2.2.1
10+
- @ohbug/utils@2.0.8
11+
312
## 2.5.0
413

514
### Minor Changes

packages/ohbug-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/browser",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Ohbug SDK for browsers",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-core/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- add onDestroy method to OhbugExtension
8+
- Updated dependencies
9+
- @ohbug/types@2.2.1
10+
- @ohbug/utils@2.0.8
11+
312
## 2.2.0
413

514
### Minor Changes

packages/ohbug-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/core",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Responsible for managing Ohbug's workflow",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ohbug/react
22

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.1
9+
- @ohbug/types@2.2.1
10+
311
## 2.0.8
412

513
### Patch Changes

packages/ohbug-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/react",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Ohbug SDK for React",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ohbug/types
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- add onDestroy method to OhbugExtension
8+
39
## 2.2.0
410

511
### Minor Changes

packages/ohbug-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/types",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Types for all Ohbug SDKs",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ohbug/utils
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/types@2.2.1
9+
310
## 2.0.7
411

512
### Patch Changes

packages/ohbug-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/utils",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Utilities for all Ohbug SDKs",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ohbug/vue
22

3+
## 2.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.1
9+
- @ohbug/types@2.2.1
10+
311
## 2.0.9
412

513
### Patch Changes

packages/ohbug-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohbug/vue",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Ohbug SDK for Vue",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

playground/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.1
9+
- @ohbug/types@2.2.1
10+
- @ohbug/browser@2.5.1
11+
- @ohbug/react@2.0.9
12+
313
## 0.0.6
414

515
### Patch Changes

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)