Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 9, 2024
1 parent cc8eca9 commit abc2679
Show file tree
Hide file tree
Showing 21 changed files with 88 additions and 31 deletions.
14 changes: 0 additions & 14 deletions .changeset/hip-islands-invite.md

This file was deleted.

10 changes: 10 additions & 0 deletions backend/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @paybox/api

## 0.0.10

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions
- Updated dependencies [2f0d245]
- @paybox/common@0.1.1
- @paybox/kafka@2.0.1
- @paybox/openapi@0.1.2

## 0.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions backend/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/api",
"version": "0.0.9",
"version": "0.0.10",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "commonjs",
Expand All @@ -15,9 +15,9 @@
"dependencies": {
"@apollo/server": "^4.10.0",
"@aws-sdk/client-s3": "^3.523.0",
"@paybox/common": "^0.1.0",
"@paybox/kafka": "^2.0.0",
"@paybox/openapi": "^0.1.1",
"@paybox/common": "^0.1.1",
"@paybox/kafka": "^2.0.1",
"@paybox/openapi": "^0.1.2",
"@solana/spl-token": "^0.3.11",
"@solana/wallet-adapter-wallets": "^0.19.26",
"@solana/web3.js": "^1.89.0",
Expand Down
6 changes: 6 additions & 0 deletions backend/serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paybox/serverless

## 0.0.9

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion backend/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/serverless",
"version": "0.0.8",
"version": "0.0.9",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions backend/zeus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paybox/zeus

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion backend/zeus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/zeus",
"version": "0.1.0",
"version": "0.1.1",
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @paybox/openapi

## 0.1.2

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions
- Updated dependencies [2f0d245]
- @paybox/kafka@2.0.1

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/openapi",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.9.0",
"@paybox/kafka": "^2.0.0",
"@paybox/kafka": "^2.0.1",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"global": "^4.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paybox/common

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/common",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @repo/eslint-config

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"files": [
"library.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @paybox/kafka

## 2.0.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions
- Updated dependencies [2f0d245]
- @paybox/common@0.1.1
- @paybox/zeus@0.1.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/kafka",
"version": "2.0.0",
"version": "2.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"publish": "npm version patch && npm publish"
},
"dependencies": {
"@paybox/common": "^0.1.0",
"@paybox/common": "^0.1.1",
"@types/kafkajs": "^1.9.0",
"kafkajs": "^2.2.4",
"tsup": "^8.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/recoil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @paybox/recoil

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions
- Updated dependencies [2f0d245]
- @paybox/common@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recoil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/recoil",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @repo/typescript-config

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/typescript-config",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paybox/ui

## 0.1.1

### Patch Changes

- 2f0d245: feat: updating scripts and pipeline and adding some actions

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/ui",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@repo/eslint-config": "^0.1.0",
"@repo/typescript-config": "^0.1.0",
"@repo/eslint-config": "^0.1.1",
"@repo/typescript-config": "^0.1.1",
"@turbo/gen": "^1.11.3",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.6",
Expand Down

0 comments on commit abc2679

Please sign in to comment.