Skip to content

Commit 4ac4bf2

Browse files
committed
chore(release): Publish
- @clerk/backend@0.5.1 - @clerk/clerk-js@4.25.0 - eslint-config-custom@0.0.8 - @clerk/clerk-expo@0.11.7 - gatsby-plugin-clerk@4.0.1 - @clerk/localizations@1.3.1 - @clerk/nextjs@4.8.1 - @clerk/clerk-react@4.10.0 - @clerk/remix@2.1.0 - @clerk/clerk-sdk-node@4.6.5 - @clerk/shared@0.10.0 - @clerk/themes@1.2.41 - @clerk/types@3.25.1
1 parent 6b227ff commit 4ac4bf2

29 files changed

+157
-103
lines changed

package-lock.json

+63-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/backend/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.5.1](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.1-staging.4...@clerk/backend@0.5.1) (2023-02-01)
7+
8+
**Note:** Version bump only for package @clerk/backend
9+
610
## [0.5.0](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.0-staging.2...@clerk/backend@0.5.0) (2023-01-27)
711

812
**Note:** Version bump only for package @clerk/backend

packages/backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "0.5.1-staging.4",
3+
"version": "0.5.1",
44
"license": "MIT",
55
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
66
"types": "./dist/types/index.d.ts",
@@ -24,7 +24,7 @@
2424
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
2525
},
2626
"dependencies": {
27-
"@clerk/types": "^3.25.1-staging.0",
27+
"@clerk/types": "^3.25.1",
2828
"@peculiar/webcrypto": "1.4.1",
2929
"@types/node": "16.18.6",
3030
"deepmerge": "4.2.2",

packages/clerk-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.25.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.25.0-staging.5...@clerk/clerk-js@4.25.0) (2023-02-01)
7+
8+
### Bug Fixes
9+
10+
- **clerk-js:** Do not discard relative redirect urls ([#754](https://github.com/clerkinc/javascript/issues/754)) ([6b227ff](https://github.com/clerkinc/javascript/commit/6b227ffac5ded2ef30f5f586891c2985c7569805))
11+
612
## [4.24.0](https://github.com/clerkinc/javascript/compare/@clerk/clerk-js@4.24.0-staging.2...@clerk/clerk-js@4.24.0) (2023-01-27)
713

814
**Note:** Version bump only for package @clerk/clerk-js

packages/clerk-js/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "4.25.0-staging.5",
3+
"version": "4.25.0",
44
"license": "MIT",
55
"description": "Clerk.dev JS library",
66
"keywords": [
@@ -39,9 +39,9 @@
3939
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
4040
},
4141
"dependencies": {
42-
"@clerk/localizations": "^1.3.1-staging.1",
43-
"@clerk/shared": "^0.10.0-staging.2",
44-
"@clerk/types": "^3.25.1-staging.0",
42+
"@clerk/localizations": "^1.3.1",
43+
"@clerk/shared": "^0.10.0",
44+
"@clerk/types": "^3.25.1",
4545
"@emotion/cache": "11.10.5",
4646
"@emotion/react": "11.10.5",
4747
"@floating-ui/react": "0.19.0",

packages/eslint-config-custom/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.8](https://github.com/clerkinc/clerk_docker/compare/eslint-config-custom@0.0.8-staging.0...eslint-config-custom@0.0.8) (2023-02-01)
7+
8+
**Note:** Version bump only for package eslint-config-custom
9+
610
### [0.0.7](https://github.com/clerkinc/clerk_docker/compare/eslint-config-custom@0.0.7-staging.0...eslint-config-custom@0.0.7) (2023-01-27)
711

812
**Note:** Version bump only for package eslint-config-custom

0 commit comments

Comments
 (0)