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 Jan 21, 2025
1 parent f732797 commit d5bf6e2
Show file tree
Hide file tree
Showing 21 changed files with 88 additions and 24 deletions.
14 changes: 0 additions & 14 deletions .changeset/dull-laws-rush.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.3

### Patch Changes

- f732797: Exports Entitlement class

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "Core package for Polar adapters",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/astro

## 0.3.3

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.3.2

### 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.2",
"version": "0.3.3",
"description": "Polar integration for Astro",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/elysia

## 0.1.11

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.1.10

### 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.10",
"version": "0.1.11",
"description": "Polar integration for Elysia",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/hono

## 0.2.9

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "Polar integration for Express",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/elysia

## 0.1.9

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.1.8

### 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.8",
"version": "0.1.9",
"description": "Polar integration for Fastify",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/hono

## 0.2.9

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.2.8

### 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.8",
"version": "0.2.9",
"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.10

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.3.9

### 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.9",
"version": "0.3.10",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/nuxt

## 0.1.11

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.1.10

### 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.10",
"version": "0.1.11",
"description": "Polar.sh integration for Nuxt",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/hono

## 0.2.9

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "Polar integration for Remix and React Router",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/polar-sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @polar-sh/sveltekit

## 0.3.9

### Patch Changes

- f732797: Exports Entitlement class
- Updated dependencies [f732797]
- @polar-sh/adapter-utils@0.1.3

## 0.3.8

### 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.8",
"version": "0.3.9",
"description": "Polar integration for SvelteKit",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit d5bf6e2

Please sign in to comment.