Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages #250

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/real-plums-wait.md

This file was deleted.

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

## 0.0.13

### Patch Changes

- aefa090: feat: publishing the message after sending to sockets using the message queues and creating new Backend-common module
- Updated dependencies [aefa090]
- @paybox/backend-common@0.0.2
- @paybox/kafka@2.0.2

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.0.13",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "commonjs",
Expand All @@ -16,7 +16,7 @@
"@apollo/server": "^4.10.0",
"@aws-sdk/client-s3": "^3.523.0",
"@paybox/common": "^0.1.3",
"@paybox/kafka": "^2.0.1",
"@paybox/kafka": "^2.0.2",
"@paybox/openapi": "^0.1.2",
"@paybox/backend-common": "*",
"@solana/spl-token": "^0.3.11",
Expand Down
7 changes: 7 additions & 0 deletions backend/backend-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @paybox/backend-common

## 0.0.2

### Patch Changes

- aefa090: feat: publishing the message after sending to sockets using the message queues and creating new Backend-common module
6 changes: 2 additions & 4 deletions backend/backend-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paybox/backend-common",
"version": "0.0.1",
"version": "0.0.2",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "commonjs",
Expand All @@ -21,7 +21,5 @@
"@paybox/common": "*",
"@paybox/zeus": "*"
},
"devDependencies": {

}
"devDependencies": {}
}
7 changes: 7 additions & 0 deletions packages/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @paybox/kafka

## 2.0.2

### Patch Changes

- Updated dependencies [aefa090]
- @paybox/backend-common@0.0.2

## 2.0.1

### Patch 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.1",
"version": "2.0.2",
"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/backend-common": "^0.0.1",
"@paybox/backend-common": "^0.0.2",
"@types/kafkajs": "^1.9.0",
"kafkajs": "^2.2.4",
"tsup": "^8.0.2"
Expand Down
Loading