Skip to content

Commit ed5de9d

Browse files
chore: version packages (#96)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87b781b commit ed5de9d

File tree

5 files changed

+22
-14
lines changed

5 files changed

+22
-14
lines changed

.changeset/angry-penguins-chew.md

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

packages/magicbell/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#95](https://github.com/magicbell-io/magicbell-js/pull/95) [`87b781b`](https://github.com/magicbell-io/magicbell-js/commit/87b781be77fd66d89ae46567d0f8a5788acd588e) Thanks [@smeijer](https://github.com/smeijer)! - The `total` and `total_pages` props are removed from the following method return types:
8+
9+
- `magicbell.broadcasts.list()`
10+
- `magicbell.broadcasts.notifications.list()`
11+
- `magicbell.users.list()`
12+
13+
The [auto pagination](https://github.com/magicbell-io/magicbell-js/tree/main/packages/magicbell#using-promises) methods are updated to support the paginated responses that do not have those fields. Thereby, pagination helpers like `.list().forEach()`, `.list().toArray()` and the iterator in `for await (const node of method.list())` keep working as before.
14+
315
## 1.6.0
416

517
### Minor Changes

packages/magicbell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "MagicBell API wrapper",
55
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
66
"contributors": [

packages/ping-vscode/CHANGELOG.md

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

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`87b781b`](https://github.com/magicbell-io/magicbell-js/commit/87b781be77fd66d89ae46567d0f8a5788acd588e)]:
8+
- magicbell@1.7.0
9+
310
## 0.0.12
411

512
### Patch Changes

packages/ping-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ping-vscode",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"private": true,
55
"description": "Ping VSCode extension by Magicbell",
66
"author": "MagicBell <bot@magicbell.io> (https://magicbell.com)",
@@ -109,7 +109,7 @@
109109
"@primer/octicons-react": "^17.9.0",
110110
"@stitches/react": "^1.2.8",
111111
"@vscode/webview-ui-toolkit": "^1.1.0",
112-
"magicbell": "1.6.0",
112+
"magicbell": "1.7.0",
113113
"pluralize": "^8.0.0",
114114
"react": "^17.0.2",
115115
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)