Skip to content

Commit

Permalink
chore: version packages (#28)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## [email protected]

### Major Changes

-   [#27](#27) [`c698320`](c698320) Thanks [@smeijer](https://github.com/smeijer)! - - improve types for `notifications`, `push-subscriptions`, `imports` and `users` resources.
    -   remove from beta.

## @magicbell/[email protected]

### Patch Changes

-   [#27](#27) [`bad5f13`](bad5f13) Thanks [@smeijer](https://github.com/smeijer)! - Extract codegen out of `magicbell` into its own package.

## @magicbell/[email protected]

### Patch Changes

-   Updated dependencies \[[`2f295b0`](2f295b0)]:
    -   @magicbell/[email protected]

## @magicbell/[email protected]

### Patch Changes

-   [#26](#26) [`2f295b0`](2f295b0) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects.

-   Updated dependencies \[[`2f295b0`](2f295b0)]:
    -   @magicbell/[email protected]

## @magicbell/[email protected]

### Patch Changes

-   [#26](#26) [`2f295b0`](2f295b0) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects.

## [email protected]

### Patch Changes

-   Updated dependencies \[[`c698320`](c698320)]:
    -   [email protected]
  • Loading branch information
github-actions[bot] authored Dec 1, 2022
1 parent c698320 commit bdc98d6
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-papayas-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-toes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-chicken-invent.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- [#27](https://github.com/magicbell-io/magicbell-js/pull/27) [`bad5f13`](https://github.com/magicbell-io/magicbell-js/commit/bad5f13e9f61c4f4be08d48d84755d87bb0551e5) Thanks [@smeijer](https://github.com/smeijer)! - Extract codegen out of `magicbell` into its own package.
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/codegen",
"version": "0.0.0",
"version": "0.0.1",
"description": "MagicBell codegen",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
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.2.5

### Patch Changes

- Updated dependencies [[`2f295b0`](https://github.com/magicbell-io/magicbell-js/commit/2f295b0a02bf735e0f594f0bd0985b1523615ac7)]:
- @magicbell/magicbell-react@10.3.4

## 3.2.4

### 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.2.4",
"version": "3.2.5",
"source": "./src/index.tsx",
"main": "dist/magicbell.min.js",
"esmodule": "dist/magicbell.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.1",
"@magicbell/magicbell-react": "10.3.3",
"@magicbell/magicbell-react": "10.3.4",
"@tippyjs/react": "^4.2.5",
"error-stack-parser": "^2.0.7",
"idb": "^6.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/magicbell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# magicbell

## 1.0.0

### Major Changes

- [#27](https://github.com/magicbell-io/magicbell-js/pull/27) [`c698320`](https://github.com/magicbell-io/magicbell-js/commit/c69832021cba9a0686a14be22dd7f46c613b954d) Thanks [@smeijer](https://github.com/smeijer)! - improve types for `notifications`, `push-subscriptions`, `imports` and `users` resources.

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magicbell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell",
"version": "0.3.0",
"version": "1.0.0",
"description": "MagicBell API wrapper",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
"contributors": [
Expand Down Expand Up @@ -51,7 +51,7 @@
}
],
"devDependencies": {
"@magicbell/codegen": "^0.0.0",
"@magicbell/codegen": "^0.0.1",
"@size-limit/preset-small-lib": "^8.0.1",
"ast-types": "^0.14.2",
"json5": "^2.2.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/ping-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ping-vscode

## 0.0.2

### Patch Changes

- Updated dependencies [[`c698320`](https://github.com/magicbell-io/magicbell-js/commit/c69832021cba9a0686a14be22dd7f46c613b954d)]:
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ping-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ping-vscode",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Ping VSCode extension by Magicbell",
"author": "MagicBell <[email protected]> (https://magicbell.com)",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@primer/octicons-react": "^17.9.0",
"@stitches/react": "^1.2.8",
"@vscode/webview-ui-toolkit": "^1.1.0",
"magicbell": "^0.3.0",
"magicbell": "^1.0.0",
"pluralize": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @magicbell/react-headless

## 4.2.3

### Patch Changes

- [#26](https://github.com/magicbell-io/magicbell-js/pull/26) [`2f295b0`](https://github.com/magicbell-io/magicbell-js/commit/2f295b0a02bf735e0f594f0bd0985b1523615ac7) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects.

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/react-headless",
"version": "4.2.2",
"version": "4.2.3",
"description": "Hooks to build a notification inbox",
"author": "MagicBell <[email protected]> (https://magicbell.com/)",
"contributors": [
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @magicbell/magicbell-react

## 10.3.4

### Patch Changes

- [#26](https://github.com/magicbell-io/magicbell-js/pull/26) [`2f295b0`](https://github.com/magicbell-io/magicbell-js/commit/2f295b0a02bf735e0f594f0bd0985b1523615ac7) Thanks [@smeijer](https://github.com/smeijer)! - Remove react-dom from peer-dependencies, so we don't cause trouble in react-native projects.

- Updated dependencies [[`2f295b0`](https://github.com/magicbell-io/magicbell-js/commit/2f295b0a02bf735e0f594f0bd0985b1523615ac7)]:
- @magicbell/react-headless@4.2.3

## 10.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magicbell/magicbell-react",
"version": "10.3.3",
"version": "10.3.4",
"description": "React components for building a notification inbox for your app",
"author": "MagicBell <[email protected]> (https://magicbell.com/)",
"contributors": [
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@magicbell/react-headless": "4.2.2",
"@magicbell/react-headless": "4.2.3",
"@tippyjs/react": "^4.2.5",
"dayjs": "^1.11.5",
"humps": "^2.0.1",
Expand Down

0 comments on commit bdc98d6

Please sign in to comment.