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 emilwidlund committed Feb 8, 2025
1 parent ec871d6 commit 54d68ed
Show file tree
Hide file tree
Showing 23 changed files with 88 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/warm-beans-turn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polar-sh/adapter-utils

## 0.1.11

### Patch Changes

- f798821: add support for usage in nextjs adapter

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/adapter-utils",
"version": "0.1.10",
"version": "0.1.11",
"description": "Core package for Polar adapters",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/astro

## 0.3.11

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/astro",
"version": "0.3.10",
"version": "0.3.11",
"description": "Polar integration for Astro",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/elysia

## 0.1.19

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-elysia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/elysia",
"version": "0.1.18",
"version": "0.1.19",
"description": "Polar integration for Elysia",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/hono

## 0.2.17

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/express",
"version": "0.2.16",
"version": "0.2.17",
"description": "Polar integration for Express",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/elysia

## 0.1.17

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/fastify",
"version": "0.1.16",
"version": "0.1.17",
"description": "Polar integration for Fastify",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/hono

## 0.2.17

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/hono",
"version": "0.2.16",
"version": "0.2.17",
"description": "Polar integration for Hono",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# polar-nextjs

## 0.3.18

### Patch Changes

- f798821: add support for usage in nextjs adapter
- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.3.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/nextjs",
"version": "0.3.17",
"version": "0.3.18",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/nuxt

## 0.1.19

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/nuxt",
"version": "0.1.18",
"version": "0.1.19",
"description": "Polar.sh integration for Nuxt",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/hono

## 0.2.17

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/remix",
"version": "0.2.16",
"version": "0.2.17",
"description": "Polar integration for Remix and React Router",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/polar-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/sveltekit

## 0.3.17

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/sveltekit",
"version": "0.3.16",
"version": "0.3.17",
"description": "Polar integration for SvelteKit",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/strategies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @polar-sh/strategies

## 0.0.3

### Patch Changes

- Updated dependencies [f798821]
- @polar-sh/adapter-utils@0.1.11

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/strategies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/strategies",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core package for Polar strategies",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 54d68ed

Please sign in to comment.