Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent 8f20ec9 commit 17506e2
Show file tree
Hide file tree
Showing 30 changed files with 220 additions and 184 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-jeans-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-seahorses-fail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-cheetahs-suffer.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/healthy-bugs-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-chicken-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-hornets-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-coins-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-lions-work.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/selfish-guests-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-chairs-sparkle.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/ten-snakes-confess.md

This file was deleted.

43 changes: 0 additions & 43 deletions .changeset/tidy-llamas-live.md

This file was deleted.

34 changes: 34 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @magicbell/cli

## 4.0.0

### Major Changes

- [#299](https://github.com/magicbell/magicbell-js/pull/299) [`df2c87f`](https://github.com/magicbell/magicbell-js/commit/df2c87fc1889f02c5e3c96b75aac4850531d0985) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**!

We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.

If you make use of the `categories` or `topics` filters on `magicbell user notifications`, you'll need to rename them to their singular variants.

```diff
- magicbell user notifications list --topics support
+ magicbell user notifications list --topic support

- magicbell user notifications mark-all-read --topics billing
+ magicbell user notifications mark-all-read --topic billing

- magicbell user notifications mark-all-seen --topics other
+ magicbell user notifications mark-all-seen --topic other
```

### Minor Changes

- [#360](https://github.com/magicbell/magicbell-js/pull/360) [`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a) Thanks [@smeijer](https://github.com/smeijer)! - Auth tokens are now prioritized over api keys.

- [#349](https://github.com/magicbell/magicbell-js/pull/349) [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6) Thanks [@smeijer](https://github.com/smeijer)! - define more notification delivery statuses, added `skipped`, `dropped`, `failed`, and `delivered`.

### Patch Changes

- [#348](https://github.com/magicbell/magicbell-js/pull/348) [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08) Thanks [@smeijer](https://github.com/smeijer)! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api.

- Updated dependencies [[`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a), [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6), [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08), [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]:
- [email protected]

## 3.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/cli",
"version": "3.6.1",
"version": "4.0.0",
"description": "Work with MagicBell from the command line",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"size": "size-limit"
},
"dependencies": {
"magicbell": "3.3.0"
"magicbell": "4.0.0"
},
"devDependencies": {
"@magicbell/codegen": "0.2.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/embeddable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @magicbell/embeddable

## 3.3.28

### Patch Changes

- Updated dependencies [[`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b)]:
- @magicbell/magicbell-react@11.0.0

## 3.3.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/embeddable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/embeddable",
"version": "3.3.27",
"version": "3.3.28",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@magicbell/magicbell-react": "10.11.8",
"@magicbell/magicbell-react": "11.0.0",
"@tippyjs/react": "^4.2.6",
"error-stack-parser": "^2.1.4",
"idb": "^8.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/in-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @magicbell/in-app

## 0.2.2

### Patch Changes

- [#357](https://github.com/magicbell/magicbell-js/pull/357) [`139cbb0`](https://github.com/magicbell/magicbell-js/commit/139cbb03633fbf83dcdd8fa92cb5f60dd0ea3531) Thanks [@smeijer](https://github.com/smeijer)! - updated to use new `@magicbell/user-client` version

- Updated dependencies [[`139cbb0`](https://github.com/magicbell/magicbell-js/commit/139cbb03633fbf83dcdd8fa92cb5f60dd0ea3531), [`8f20ec9`](https://github.com/magicbell/magicbell-js/commit/8f20ec9bbea55371b27cf59b22501dcbf758e8e1)]:
- @magicbell/user-client@0.3.0

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/in-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/in-app",
"version": "0.2.1",
"version": "0.2.2",
"description": "MagicBell web components for in-app notifications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"license": "MIT",
"dependencies": {
"@lit/react": "^1.0.5",
"@magicbell/user-client": "0.2.0",
"@magicbell/user-client": "0.3.0",
"lit": "^3.2.0"
},
"devDependencies": {
Expand Down
36 changes: 36 additions & 0 deletions packages/magicbell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# magicbell

## 4.0.0

### Major Changes

- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - **Breaking Change**!

We've renamed the `categories` property to `category` and the `topics` property to `topic`, to reflect that these properties only support a single value. We haven't been supporting multiple categories or topics for a while now, and believe that renaming this property is the right thing to do. It requires a small change on your end, but the clear naming reduces the number of potential bugs caused by misunderstanding.

If you use `topics` or `categories` filters in the `UserClient`, you'll need to update those params to their singular variant.

```diff
import { UserClient } from 'magicbell/user-client';

const magicbell = new UserClient({
apiKey: 'your-api-key',
userEmail: '[email protected]',
});

const notifications = await magicbell.notifications.list({
- categories: ['billing'],
+ category: 'billing',
- topics: ['invoice-1'],
+ topic: 'invoice-1',
});
```

### Minor Changes

- [#360](https://github.com/magicbell/magicbell-js/pull/360) [`95bd18d`](https://github.com/magicbell/magicbell-js/commit/95bd18dd99be576321a947cacad407679501385a) Thanks [@smeijer](https://github.com/smeijer)! - Auth tokens are now prioritized over api keys.

- [#349](https://github.com/magicbell/magicbell-js/pull/349) [`13e54bc`](https://github.com/magicbell/magicbell-js/commit/13e54bcea17510814685c32bc6cd0f6f34b360d6) Thanks [@smeijer](https://github.com/smeijer)! - define more notification delivery statuses, added `skipped`, `dropped`, `failed`, and `delivered`.

### Patch Changes

- [#348](https://github.com/magicbell/magicbell-js/pull/348) [`39832a3`](https://github.com/magicbell/magicbell-js/commit/39832a3f5d35ee4c3aba7b0788a7cfc893c07b08) Thanks [@smeijer](https://github.com/smeijer)! - removed function to delete push subscriptions, as it doesn't exist on our v1 (current) api.

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/magicbell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell",
"version": "3.3.0",
"version": "4.0.0",
"description": "MagicBell API wrapper",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# playground

## 1.1.0

### Minor Changes

- [#361](https://github.com/magicbell/magicbell-js/pull/361) [`e5027a8`](https://github.com/magicbell/magicbell-js/commit/e5027a817d7e85d3291099e4df93bd5b409be44b) Thanks [@smeijer](https://github.com/smeijer)! - update playground to match singular topic & category params

## 1.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"clean": "rimraf .next .turbo",
Expand All @@ -23,9 +23,9 @@
},
"devDependencies": {
"@angular/core": "^18.1.4",
"@magicbell/embeddable": "3.3.27",
"@magicbell/magicbell-react": "10.11.8",
"@magicbell/react-headless": "4.5.6",
"@magicbell/embeddable": "3.3.28",
"@magicbell/magicbell-react": "11.0.0",
"@magicbell/react-headless": "5.0.0",
"@types/react": "^18.2.42",
"eslint-config-next": "12.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/project-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @magicbell/project-client

## 0.2.0

### Minor Changes

- [#358](https://github.com/magicbell/magicbell-js/pull/358) [`726be74`](https://github.com/magicbell/magicbell-js/commit/726be74fa92eb729113eec25a6852f4c8a2b7698) Thanks [@smeijer](https://github.com/smeijer)! - An early release of @magicbell/project-client, a project/admin facing client, to be used on the server, focussing on the MagicBell v2 API.

### Patch Changes

- [#362](https://github.com/magicbell/magicbell-js/pull/362) [`8f20ec9`](https://github.com/magicbell/magicbell-js/commit/8f20ec9bbea55371b27cf59b22501dcbf758e8e1) Thanks [@smeijer](https://github.com/smeijer)! - fix package.json#exports
Loading

0 comments on commit 17506e2

Please sign in to comment.