Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent 054c1f6 commit d6e4634
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 28 deletions.
5 changes: 0 additions & 5 deletions clients/.changeset/real-crabs-work.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.5.0",
"@polar-sh/sdk": "0.5.1",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@polar-sh/sdk": "^0.5.0",
"@polar-sh/sdk": "^0.5.1",
"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.4

### Patch Changes

- Updated dependencies [d93b98b]
- @polar-sh/sdk@0.5.1

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.1

### Patch Changes

- d93b98b: Generated API client

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
20 changes: 1 addition & 19 deletions clients/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6e4634

Please sign in to comment.