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 Jul 6, 2023
1 parent 561a78b commit a2f98b0
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-knives-draw.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.3.21

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.52.1

## 0.3.20

### 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.3.20",
"version": "0.3.21",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.52.0",
"@clerk/clerk-js": "^4.52.1",
"@clerk/clerk-react": "^4.22.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.52.1

### Patch Changes

- Updated dependencies [[`561a78bd7`](https://github.com/clerkinc/javascript/commit/561a78bd725ba893c229ddcc312573fb52fbd916)]:
- @clerk/localizations@1.22.1

## 4.52.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.52.0",
"version": "4.52.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.22.0",
"@clerk/localizations": "^1.22.1",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.1",
"@emotion/cache": "11.10.5",
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.18.12

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.52.1

## 0.18.11

### 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.18.11",
"version": "0.18.12",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.52.0",
"@clerk/clerk-js": "^4.52.1",
"@clerk/clerk-react": "^4.22.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.22.1

### Patch Changes

- Introduce Polish localization (pl-PL) ([#1457](https://github.com/clerkinc/javascript/pull/1457)) by [@teceer](https://github.com/teceer)

## 1.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.22.0",
"version": "1.22.1",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down

0 comments on commit a2f98b0

Please sign in to comment.