Skip to content

Commit

Permalink
Bump version to 2.0.0 (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: galachain-release-bot <galachain-release-bot@users.noreply.github.com>
Co-authored-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent b46fe8d commit 207ceb8
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion chain-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/api",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion chain-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @gala-chain/cli
$ galachain COMMAND
running command...
$ galachain (--version)
@gala-chain/cli/2.0.0-alpha1 darwin-arm64 node-v18.20.4
@gala-chain/cli/2.0.0 linux-x64 node-v18.20.5
$ galachain --help [COMMAND]
USAGE
$ galachain COMMAND
Expand Down
4 changes: 2 additions & 2 deletions chain-cli/chaincode-template/package-lock.json

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

12 changes: 6 additions & 6 deletions chain-cli/chaincode-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galachain/product",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "Product Chaincode",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -23,17 +23,17 @@
"update-snapshot": "jest --updateSnapshot"
},
"dependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/chaincode": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"@gala-chain/chaincode": "2.0.0",
"@grpc/grpc-js": "1.10.10",
"dotenv": "^16.0.1",
"fabric-contract-api": "2.5.6",
"fabric-shim": "2.5.6"
},
"devDependencies": {
"@gala-chain/cli": "2.0.0-alpha1",
"@gala-chain/client": "2.0.0-alpha1",
"@gala-chain/test": "2.0.0-alpha1",
"@gala-chain/cli": "2.0.0",
"@gala-chain/client": "2.0.0",
"@gala-chain/test": "2.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "18.11.9",
Expand Down
4 changes: 2 additions & 2 deletions chain-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/cli",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "CLI for GalaChain to manage and deploy chaincodes",
"license": "Apache-2.0",
"bin": {
Expand All @@ -14,7 +14,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"@noble/secp256k1": "^1.7.1",
"@oclif/core": "^3",
"@oclif/plugin-help": "^3",
Expand Down
4 changes: 2 additions & 2 deletions chain-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/client",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "GalaChain client library",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"axios": "^1.6.0",
"jsonschema": "^1.4.1",
"tslib": "^2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions chain-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@gala-chain/connect",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"dependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"ethers": "^6.12.1",
"tslib": "^2.3.0",
"bignumber.js": "9.1.2",
Expand Down
6 changes: 3 additions & 3 deletions chain-test/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@gala-chain/test",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "Unit testing and integration testing for GalaChain",
"license": "Apache-2.0",
"dependencies": {
"@gala-chain/client": "2.0.0-alpha1",
"@gala-chain/client": "2.0.0",
"nanoid": "^3.3.6",
"tslib": "^2.6.2",
"@jest/globals": "29.7.0"
},
"peerDependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"bignumber.js": "*",
"class-transformer": "*",
"fabric-contract-api": "*",
Expand Down
4 changes: 2 additions & 2 deletions chaincode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/chaincode",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "Framework for building chaincodes on GalaChain",
"license": "Apache-2.0",
"type": "commonjs",
Expand All @@ -22,7 +22,7 @@
"update-snapshot": "jest --updateSnapshot"
},
"dependencies": {
"@gala-chain/api": "2.0.0-alpha1",
"@gala-chain/api": "2.0.0",
"@grpc/grpc-js": "1.10.10",
"fabric-contract-api": "2.5.6",
"fabric-shim": "2.5.6",
Expand Down
17 changes: 9 additions & 8 deletions licenses/licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@
"@eslint/js@8.57.0","@eslint/js","8.57.0","https://github.com/eslint/eslint","ESLint JavaScript language implementation","MIT"
"@fidm/asn1@1.0.4","@fidm/asn1","1.0.4","https://github.com/fidm/asn1","ASN.1/DER, PEM for Node.js","MIT"
"@fidm/x509@1.2.1","@fidm/x509","1.2.1","https://github.com/fidm/x509","Pure JavaScript X509 certificate tools for Node.js","MIT"
"@gala-chain/api@2.0.0-alpha1","@gala-chain/api","2.0.0-alpha1","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0"
"@gala-chain/chaincode@2.0.0-alpha1","@gala-chain/chaincode","2.0.0-alpha1","","Framework for building chaincodes on GalaChain","Apache-2.0"
"@gala-chain/cli@2.0.0-alpha1","@gala-chain/cli","2.0.0-alpha1","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0"
"@gala-chain/client@2.0.0-alpha1","@gala-chain/client","2.0.0-alpha1","","GalaChain client library","Apache-2.0"
"@gala-chain/connect@2.0.0-alpha1","@gala-chain/connect","2.0.0-alpha1","https://github.com/GalaChain/sdk","GalaChain Connect is a library that provides developers with capabilities comparable to [ethers.js](https://docs.ethers.io/), allowing users to connect to and interact with GalaChain using wallets such as MetaMask.","Custom: https://docs.ethers.io/"
"@gala-chain/sdk@2.0.0-alpha1","@gala-chain/sdk","2.0.0-alpha1","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED"
"@gala-chain/test@2.0.0-alpha1","@gala-chain/test","2.0.0-alpha1","","Unit testing and integration testing for GalaChain","Apache-2.0"
"@gala-chain/api@2.0.0","@gala-chain/api","2.0.0","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0"
"@gala-chain/chaincode@2.0.0","@gala-chain/chaincode","2.0.0","","Framework for building chaincodes on GalaChain","Apache-2.0"
"@gala-chain/cli@2.0.0","@gala-chain/cli","2.0.0","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0"
"@gala-chain/client@2.0.0","@gala-chain/client","2.0.0","","GalaChain client library","Apache-2.0"
"@gala-chain/connect@2.0.0","@gala-chain/connect","2.0.0","https://github.com/GalaChain/sdk","GalaChain Connect is a library that provides developers with capabilities comparable to [ethers.js](https://docs.ethers.io/), allowing users to connect to and interact with GalaChain using wallets such as MetaMask.","Custom: https://docs.ethers.io/"
"@gala-chain/sdk@2.0.0","@gala-chain/sdk","2.0.0","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED"
"@gala-chain/test@2.0.0","@gala-chain/test","2.0.0","","Unit testing and integration testing for GalaChain","Apache-2.0"
"@grpc/grpc-js@1.10.10","@grpc/grpc-js","1.10.10","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0"
"@grpc/grpc-js@1.10.11","@grpc/grpc-js","1.10.11","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0"
"@grpc/grpc-js@1.9.15","@grpc/grpc-js","1.9.15","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0"
Expand Down Expand Up @@ -251,7 +251,8 @@
"@nx/jest@19.6.3","@nx/jest","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.","MIT"
"@nx/js@19.6.3","@nx/js","19.6.3","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT"
"@nx/linter@19.6.3","@nx/linter","19.6.3","https://github.com/nrwl/nx","The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT"
"@nx/nx-darwin-arm64@19.6.3","@nx/nx-darwin-arm64","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/nx-linux-x64-gnu@19.6.3","@nx/nx-linux-x64-gnu","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/nx-linux-x64-musl@19.6.3","@nx/nx-linux-x64-musl","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/web@19.6.3","@nx/web","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:


Expand Down
28 changes: 14 additions & 14 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/sdk",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 207ceb8

Please sign in to comment.