Skip to content

Commit

Permalink
fix(shared): Version bump for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Oct 14, 2022
1 parent 54252f8 commit c0cebb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:coverage": "jest --collectCoverage"
},
"dependencies": {
"@clerk/shared": "^0.0.2",
"@clerk/shared": "^0.0.3",
"@clerk/types": "^3.11.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/shared",
"version": "0.0.2",
"version": "0.0.3",
"description": "Internal package utils used by the Clerk SDKs",
"types": "./dist/types/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit c0cebb5

Please sign in to comment.