Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zegl committed Mar 20, 2024
1 parent 2166b03 commit 133a8b5
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 133 deletions.
5 changes: 0 additions & 5 deletions clients/.changeset/moody-singers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions clients/.changeset/tame-fishes-raise.md

This file was deleted.

2 changes: 1 addition & 1 deletion clients/examples/next-js-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@polar-sh/sdk": "0.4.8",
"@polar-sh/sdk": "0.5.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/astro

## 1.0.0

### Patch Changes

- a369042: ensure client doesn't throw (https://github.com/polarsource/polar/pull/2759)
- Updated dependencies [2166b03]
- @polar-sh/sdk@0.5.0

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions clients/packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/astro",
"version": "0.1.3",
"version": "1.0.0",
"type": "module",
"exports": {
".": "./index.ts"
Expand Down Expand Up @@ -29,7 +29,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@polar-sh/sdk": "^0.4.8",
"@polar-sh/sdk": "^0.5.0",
"astro": "^4.0.0",
"zod": "^3.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions clients/packages/polarkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# polarkit

## 0.0.3

### Patch Changes

- Updated dependencies [2166b03]
- @polar-sh/sdk@0.5.0

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/packages/polarkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polarkit",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand Down
6 changes: 6 additions & 0 deletions clients/packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polar-sh/sdk

## 0.5.0

### Minor Changes

- 2166b03: Updated SDK definitions

## 0.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/sdk",
"version": "0.4.8",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit 133a8b5

Please sign in to comment.