Skip to content

Commit

Permalink
chore: version packages (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 23, 2024
1 parent 7526f43 commit 303188c
Show file tree
Hide file tree
Showing 70 changed files with 464 additions and 202 deletions.
38 changes: 0 additions & 38 deletions .changeset/empty-pants-vanish.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/error-translator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @accelbyte/error-translator

## 0.3.5

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/error-translator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/error-translator",
"version": "0.3.4",
"version": "0.3.5",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-achievement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-achievement

## 5.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-achievement/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-achievement",
"version": "5.0.0",
"version": "5.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-ams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-ams

## 5.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-ams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-ams",
"version": "5.0.0",
"version": "5.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-audit

## 5.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-audit",
"version": "5.0.0",
"version": "5.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-basic

## 6.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-basic",
"version": "6.0.0",
"version": "6.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-buildinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-buildinfo

## 6.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-buildinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-buildinfo",
"version": "6.0.0",
"version": "6.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-challenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-challenge

## 5.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-challenge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-challenge",
"version": "5.0.0",
"version": "5.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-chat

## 6.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-chat",
"version": "6.0.0",
"version": "6.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-cloudsave/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @accelbyte/sdk-cloudsave

## 6.0.1

### Patch Changes

- 2f84f3f: fix(packages): fix failed publish because of invalid tag
- Updated dependencies [2f84f3f]
- @accelbyte/sdk@4.0.1
- @accelbyte/validator@0.2.23

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-cloudsave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accelbyte/sdk-cloudsave",
"version": "6.0.0",
"version": "6.0.1",
"author": "AccelByte Inc",
"license": "SEE LICENSE IN LICENSE",
"main": "./src/index.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@accelbyte/validator": "0.2.22",
"@accelbyte/validator": "0.2.23",
"axios": "1.7.7",
"buffer": "6.0.3",
"crypto-js": "4.1.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"peerDependencies": {
"@accelbyte/sdk": "^4.0.0",
"@accelbyte/sdk": "^4.0.1",
"@tanstack/react-query": "^4.36.1"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 303188c

Please sign in to comment.