Skip to content

Commit 28646b5

Browse files
committed
chore: publish
1 parent 7e079b5 commit 28646b5

File tree

16 files changed

+80
-8
lines changed

16 files changed

+80
-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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.0
9+
- @ohbug/types@2.2.0
10+
311
## 2.0.7
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.7",
3+
"version": "2.0.8",
44
"description": "Ohbug SDK for Angular",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-browser/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- add destroy method to OhbugClient
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @ohbug/core@2.2.0
13+
- @ohbug/types@2.2.0
14+
- @ohbug/utils@2.0.7
15+
316
## 2.4.2
417

518
### Patch 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.4.2",
3+
"version": "2.5.0",
44
"description": "Ohbug SDK for browsers",
55
"license": "Apache-2.0",
66
"author": "chenyueban <[email protected]>",

packages/ohbug-core/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- add destroy method to OhbugClient
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @ohbug/types@2.2.0
13+
- @ohbug/utils@2.0.7
14+
315
## 2.1.1
416

517
### Patch 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.1.1",
3+
"version": "2.2.0",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.0
9+
- @ohbug/types@2.2.0
10+
311
## 2.0.7
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.7",
3+
"version": "2.0.8",
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.0
4+
5+
### Minor Changes
6+
7+
- add destroy method to OhbugClient
8+
39
## 2.1.1
410

511
### Patch 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.1.1",
3+
"version": "2.2.0",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/types@2.2.0
9+
310
## 2.0.6
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.6",
3+
"version": "2.0.7",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/core@2.2.0
9+
- @ohbug/types@2.2.0
10+
311
## 2.0.8
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.8",
3+
"version": "2.0.9",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @ohbug/browser@2.5.0
9+
- @ohbug/core@2.2.0
10+
- @ohbug/types@2.2.0
11+
- @ohbug/react@2.0.8
12+
313
## 0.0.5
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.5",
3+
"version": "0.0.6",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)