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 4, 2024
1 parent 748872d commit c2dfcd4
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 203 deletions.
5 changes: 0 additions & 5 deletions clients/.changeset/plenty-rings-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.4.7",
"@polar-sh/sdk": "0.4.8",
"next": "^14.0.4",
"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 @@ -28,7 +28,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@polar-sh/sdk": "^0.4.7",
"@polar-sh/sdk": "^0.4.8",
"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.2

### Patch Changes

- Updated dependencies [a20bde6]
- @polar-sh/sdk@0.4.8

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.4.8

### Patch Changes

- a20bde6: Release

## 0.4.7

### 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.7",
"version": "0.4.8",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit c2dfcd4

Please sign in to comment.