Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2023
1 parent a0b2567 commit dea5db1
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-needles-poke.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.4.4

### Patch Changes

- Updated dependencies [[`a0b25671c`](https://github.com/clerkinc/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39)]:
- @clerk/clerk-react@4.26.1

## 0.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@clerk/clerk-js": "^4.59.0",
"@clerk/clerk-react": "^4.26.0"
"@clerk/clerk-react": "^4.26.1"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.19.6

### Patch Changes

- Updated dependencies [[`a0b25671c`](https://github.com/clerkinc/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39)]:
- @clerk/clerk-react@4.26.1

## 0.19.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.5",
"version": "0.19.6",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@clerk/clerk-js": "^4.59.0",
"@clerk/clerk-react": "^4.26.0",
"@clerk/clerk-react": "^4.26.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.4.12

### Patch Changes

- Updated dependencies [[`a0b25671c`](https://github.com/clerkinc/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39)]:
- @clerk/clerk-react@4.26.1

## 4.4.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "4.4.11",
"version": "4.4.12",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@clerk/backend": "^0.30.0",
"@clerk/clerk-react": "^4.26.0",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.9",
"@clerk/types": "^3.53.0",
"cookie": "0.5.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.25.1

### Patch Changes

- Updated dependencies [[`a0b25671c`](https://github.com/clerkinc/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39)]:
- @clerk/clerk-react@4.26.1

## 4.25.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.25.0",
"version": "4.25.1",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@clerk/backend": "^0.30.0",
"@clerk/clerk-react": "^4.26.0",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.9",
"@clerk/types": "^3.53.0",
"path-to-regexp": "6.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.26.1

### Patch Changes

- Refactor our script loading logic to use a `versionSelector` helper function. No change in behavior should occur. This internal change allows versions tagged with `snapshot` and `staging` to use the exact corresponding NPM version of `@clerk/clerk-js`. ([#1780](https://github.com/clerkinc/javascript/pull/1780)) by [@LekoArts](https://github.com/LekoArts)

## 4.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.26.0",
"version": "4.26.1",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.3

### Patch Changes

- Updated dependencies [[`a0b25671c`](https://github.com/clerkinc/javascript/commit/a0b25671cdee39cd0c2fca832b8c378fd445ec39)]:
- @clerk/clerk-react@4.26.1

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@clerk/backend": "^0.30.0",
"@clerk/clerk-react": "^4.26.0",
"@clerk/clerk-react": "^4.26.1",
"@clerk/shared": "^0.24.0",
"@clerk/types": "^3.53.0",
"cookie": "0.5.0",
Expand Down

0 comments on commit dea5db1

Please sign in to comment.