Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
nikosdouvlis committed Feb 1, 2023
1 parent 6b227ff commit 4ac4bf2
Show file tree
Hide file tree
Showing 29 changed files with 157 additions and 103 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/backend/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.5.1](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.1-staging.4...@clerk/backend@0.5.1) (2023-02-01)

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

## [0.5.0](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.0-staging.2...@clerk/backend@0.5.0) (2023-01-27)

**Note:** Version bump only for package @clerk/backend
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.5.1-staging.4",
"version": "0.5.1",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.25.1-staging.0",
"@clerk/types": "^3.25.1",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"deepmerge": "4.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

### Bug Fixes

- **clerk-js:** Do not discard relative redirect urls ([#754](https://github.com/clerkinc/javascript/issues/754)) ([6b227ff](https://github.com/clerkinc/javascript/commit/6b227ffac5ded2ef30f5f586891c2985c7569805))

## [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)

**Note:** Version bump only for package @clerk/clerk-js
Expand Down
8 changes: 4 additions & 4 deletions packages/clerk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.25.0-staging.5",
"version": "4.25.0",
"license": "MIT",
"description": "Clerk.dev JS library",
"keywords": [
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/localizations": "^1.3.1-staging.1",
"@clerk/shared": "^0.10.0-staging.2",
"@clerk/types": "^3.25.1-staging.0",
"@clerk/localizations": "^1.3.1",
"@clerk/shared": "^0.10.0",
"@clerk/types": "^3.25.1",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.19.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [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)

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

### [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)

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

0 comments on commit 4ac4bf2

Please sign in to comment.