Skip to content

Commit

Permalink
Bump version to 1.4.2 (GalaChain#350)
Browse files Browse the repository at this point in the history
Co-authored-by: galachain-release-bot <[email protected]>
  • Loading branch information
1 parent 9d23aca commit 400a00e
Show file tree
Hide file tree
Showing 14 changed files with 1,109 additions and 74 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": "1.4.1",
"version": "1.4.2",
"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/1.4.1 linux-x64 node-v18.20.4
@gala-chain/cli/1.4.2 linux-x64 node-v18.20.4
$ 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": "1.4.1",
"version": "1.4.2",
"description": "Product Chaincode",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -22,17 +22,17 @@
"update-snapshot": "jest --updateSnapshot"
},
"dependencies": {
"@gala-chain/api": "1.4.1",
"@gala-chain/chaincode": "1.4.1",
"@gala-chain/api": "1.4.2",
"@gala-chain/chaincode": "1.4.2",
"@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": "1.4.1",
"@gala-chain/client": "1.4.1",
"@gala-chain/test": "1.4.1",
"@gala-chain/cli": "1.4.2",
"@gala-chain/client": "1.4.2",
"@gala-chain/test": "1.4.2",
"@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": "1.4.1",
"version": "1.4.2",
"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": "1.4.1",
"@gala-chain/api": "1.4.2",
"@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": "1.4.1",
"version": "1.4.2",
"description": "GalaChain client library",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@gala-chain/api": "1.4.1",
"@gala-chain/api": "1.4.2",
"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": "1.4.1",
"version": "1.4.2",
"dependencies": {
"@gala-chain/api": "1.4.1",
"@gala-chain/api": "1.4.2",
"ethers": "^6.12.1",
"tslib": "^2.3.0"
},
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": "1.4.1",
"version": "1.4.2",
"description": "Unit testing and integration testing for GalaChain",
"license": "Apache-2.0",
"dependencies": {
"@gala-chain/client": "1.4.1",
"@gala-chain/client": "1.4.2",
"nanoid": "^3.3.6",
"tslib": "^2.6.2",
"@jest/globals": "29.7.0"
},
"peerDependencies": {
"@gala-chain/api": "1.4.1",
"@gala-chain/api": "1.4.2",
"bignumber.js": "*",
"class-transformer": "*",
"elliptic": "*",
Expand Down
4 changes: 2 additions & 2 deletions chain-ui/packages/galachain-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/ui-vue",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"license": "Apache-2.0",
"files": [
Expand All @@ -22,7 +22,7 @@
"@heroicons/vue": "2.1.5",
"vue": "3.4.38",
"primevue": "3.53.0",
"@gala-chain/api": "1.4.1",
"@gala-chain/api": "1.4.2",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"bignumber.js": "9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions chain-ui/packages/galachain-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gala-chain/ui",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"license": "Apache-2.0",
"files": [
Expand All @@ -22,7 +22,7 @@
"@heroicons/vue": "2.1.5",
"vue": "3.4.38",
"primevue": "3.53.0",
"@gala-chain/api": "1.4.1",
"@gala-chain/api": "1.4.2",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"bignumber.js": "9.1.2",
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": "1.4.1",
"version": "1.4.2",
"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": "1.4.1",
"@gala-chain/api": "1.4.2",
"@grpc/grpc-js": "1.10.10",
"fabric-contract-api": "2.5.6",
"fabric-shim": "2.5.6",
Expand Down
23 changes: 14 additions & 9 deletions licenses/licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@
"@floating-ui/[email protected]","@floating-ui/dom","1.6.10","https://github.com/floating-ui/floating-ui","Floating UI for the web","MIT"
"@floating-ui/[email protected]","@floating-ui/react-dom","2.1.1","https://github.com/floating-ui/floating-ui","Floating UI for React DOM","MIT"
"@floating-ui/[email protected]","@floating-ui/utils","0.2.7","https://github.com/floating-ui/floating-ui","Utilities for Floating UI","MIT"
"@gala-chain/[email protected].1","@gala-chain/api","1.4.1","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0"
"@gala-chain/[email protected].1","@gala-chain/chaincode","1.4.1","","Framework for building chaincodes on GalaChain","Apache-2.0"
"@gala-chain/[email protected].1","@gala-chain/cli","1.4.1","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0"
"@gala-chain/[email protected].1","@gala-chain/client","1.4.1","","GalaChain client library","Apache-2.0"
"@gala-chain/[email protected].1","@gala-chain/connect","1.4.1","","Connect is a library that gives developers capabilities comparable to ethers.js for allowing users to connect to and interact with GalaChain using wallets such as Metamask.","Custom: https://jestjs.io"
"@gala-chain/[email protected].1","@gala-chain/sdk","1.4.1","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED"
"@gala-chain/[email protected].1","@gala-chain/test","1.4.1","","Unit testing and integration testing for GalaChain","Apache-2.0"
"@gala-chain/[email protected].2","@gala-chain/api","1.4.2","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0"
"@gala-chain/[email protected].2","@gala-chain/chaincode","1.4.2","","Framework for building chaincodes on GalaChain","Apache-2.0"
"@gala-chain/[email protected].2","@gala-chain/cli","1.4.2","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0"
"@gala-chain/[email protected].2","@gala-chain/client","1.4.2","","GalaChain client library","Apache-2.0"
"@gala-chain/[email protected].2","@gala-chain/connect","1.4.2","","Connect is a library that gives developers capabilities comparable to ethers.js for allowing users to connect to and interact with GalaChain using wallets such as Metamask.","Custom: https://jestjs.io"
"@gala-chain/[email protected].2","@gala-chain/sdk","1.4.2","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED"
"@gala-chain/[email protected].2","@gala-chain/test","1.4.2","","Unit testing and integration testing for GalaChain","Apache-2.0"
"@galachain/[email protected]","@galachain/galachain-ui-parent","0.0.1","","GalaChain UI is a collection of custom web components that can be used to easily interact with GalaChain.","UNLICENSED"
"@grpc/[email protected]","@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/[email protected]","@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"
Expand Down Expand Up @@ -295,6 +295,7 @@
"@nrwl/[email protected]","@nrwl/storybook","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT"
"@nrwl/[email protected]","@nrwl/tao","19.4.2","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT"
"@nrwl/[email protected]","@nrwl/tao","19.6.3","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT"
"@nrwl/[email protected]","@nrwl/tao","19.6.4","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT"
"@nrwl/[email protected]","@nrwl/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT"
"@nrwl/[email protected]","@nrwl/web","19.4.2","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 Expand Up @@ -325,10 +326,13 @@
"@nx/[email protected]","@nx/js","19.4.2","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/[email protected]","@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/[email protected]","@nx/linter","19.4.2","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-linux-x64-gnu@19.3.0","@nx/nx-linux-x64-gnu","19.3.0","https://github.com/nrwl/nx","","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/[email protected]","@nx/nx-linux-x64-gnu","19.4.2","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.3.0","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-gnu","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-gnu","19.6.4","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.4.2","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.6.4","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/storybook","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT"
"@nx/[email protected]","@nx/storybook","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT"
"@nx/[email protected]","@nx/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT"
Expand Down Expand Up @@ -1610,6 +1614,7 @@
"[email protected]","nwsapi","2.2.12","https://github.com/dperini/nwsapi","Fast CSS Selectors API Engine","MIT"
"[email protected]","nx","19.4.2","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT"
"[email protected]","nx","19.6.3","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT"
"[email protected]","nx","19.6.4","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT"
"[email protected]","nyc","14.1.1","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC"
"[email protected]","nyc","15.1.0","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC"
"[email protected]","nypm","0.3.11","https://github.com/unjs/nypm","Unified Package Manager for Node.js","MIT"
Expand Down
Loading

0 comments on commit 400a00e

Please sign in to comment.