Skip to content

Commit

Permalink
Bump version to 1.4.1 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: galachain-release-bot <[email protected]>
Co-authored-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 0829832 commit 77f1274
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 57 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.0",
"version": "1.4.1",
"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.3.3 linux-x64 node-v18.20.4
@gala-chain/cli/1.4.1 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.0",
"version": "1.4.1",
"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.0",
"@gala-chain/chaincode": "1.4.0",
"@gala-chain/api": "1.4.1",
"@gala-chain/chaincode": "1.4.1",
"@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.0",
"@gala-chain/client": "1.4.0",
"@gala-chain/test": "1.4.0",
"@gala-chain/cli": "1.4.1",
"@gala-chain/client": "1.4.1",
"@gala-chain/test": "1.4.1",
"@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.0",
"version": "1.4.1",
"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.0",
"@gala-chain/api": "1.4.1",
"@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.0",
"version": "1.4.1",
"description": "GalaChain client library",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@gala-chain/api": "1.4.0",
"@gala-chain/api": "1.4.1",
"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.0",
"version": "1.4.1",
"dependencies": {
"@gala-chain/api": "1.4.0",
"@gala-chain/api": "1.4.1",
"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.0",
"version": "1.4.1",
"description": "Unit testing and integration testing for GalaChain",
"license": "Apache-2.0",
"dependencies": {
"@gala-chain/client": "1.4.0",
"@gala-chain/client": "1.4.1",
"nanoid": "^3.3.6",
"tslib": "^2.6.2",
"@jest/globals": "29.7.0"
},
"peerDependencies": {
"@gala-chain/api": "1.4.0",
"@gala-chain/api": "1.4.1",
"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.0",
"version": "1.4.1",
"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.0",
"@gala-chain/api": "1.4.1",
"@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.0",
"version": "1.4.1",
"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.0",
"@gala-chain/api": "1.4.1",
"@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.0",
"version": "1.4.1",
"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.0",
"@gala-chain/api": "1.4.1",
"@grpc/grpc-js": "1.10.10",
"fabric-contract-api": "2.5.6",
"fabric-shim": "2.5.6",
Expand Down
35 changes: 18 additions & 17 deletions licenses/licenses.csv
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@
"@emnapi/[email protected]","@emnapi/runtime","1.2.0","https://github.com/toyobayashi/emnapi","emnapi runtime","MIT"
"@emnapi/[email protected]","@emnapi/wasi-threads","1.0.1","https://github.com/toyobayashi/emnapi","WASI threads proposal implementation in JavaScript","MIT"
"@emotion/[email protected]","@emotion/use-insertion-effect-with-fallbacks","1.1.0","https://github.com/emotion-js/emotion/tree/main/packages/use-insertion-effect-with-fallbacks","A wrapper package that uses `useInsertionEffect` or a fallback for it","MIT"
"@esbuild/darwin-arm64@0.18.20","@esbuild/darwin-arm64","0.18.20","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@esbuild/darwin-arm64@0.19.12","@esbuild/darwin-arm64","0.19.12","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@esbuild/darwin-arm64@0.21.5","@esbuild/darwin-arm64","0.21.5","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@esbuild/linux-x64@0.18.20","@esbuild/linux-x64","0.18.20","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@esbuild/linux-x64@0.19.12","@esbuild/linux-x64","0.19.12","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@esbuild/linux-x64@0.21.5","@esbuild/linux-x64","0.21.5","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT"
"@eslint-community/[email protected]","@eslint-community/eslint-utils","4.4.0","https://github.com/eslint-community/eslint-utils","Utilities for ESLint plugins.","MIT"
"@eslint-community/[email protected]","@eslint-community/regexpp","4.10.0","https://github.com/eslint-community/regexpp","Regular expression parser for ECMAScript.","MIT"
"@eslint/[email protected]","@eslint/eslintrc","0.4.3","https://github.com/eslint/eslintrc","The legacy ESLintRC config file format for ESLint","MIT"
Expand All @@ -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].0","@gala-chain/api","1.4.0","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0"
"@gala-chain/[email protected].0","@gala-chain/chaincode","1.4.0","","Framework for building chaincodes on GalaChain","Apache-2.0"
"@gala-chain/[email protected].0","@gala-chain/cli","1.4.0","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0"
"@gala-chain/[email protected].0","@gala-chain/client","1.4.0","","GalaChain client library","Apache-2.0"
"@gala-chain/[email protected].0","@gala-chain/connect","1.4.0","","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].0","@gala-chain/sdk","1.4.0","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED"
"@gala-chain/[email protected].0","@gala-chain/test","1.4.0","","Unit testing and integration testing for GalaChain","Apache-2.0"
"@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"
"@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 @@ -325,9 +325,10 @@
"@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/[email protected]","@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-darwin-arm64","19.4.2","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-darwin-arm64","19.6.3","https://github.com/nrwl/nx","","MIT"
"@nx/[email protected]","@nx/nx-linux-x64-gnu","19.3.0","https://github.com/nrwl/nx","","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-musl","19.4.2","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 @@ -432,7 +433,8 @@
"@radix-ui/[email protected]","@radix-ui/react-visually-hidden","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT"
"@radix-ui/[email protected]","@radix-ui/rect","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT"
"@rollup/[email protected]","@rollup/pluginutils","5.1.0","https://github.com/rollup/plugins","A set of utility functions commonly used by Rollup plugins","MIT"
"@rollup/[email protected]","@rollup/rollup-darwin-arm64","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT"
"@rollup/[email protected]","@rollup/rollup-linux-x64-gnu","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT"
"@rollup/[email protected]","@rollup/rollup-linux-x64-musl","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT"
"@rushstack/[email protected]","@rushstack/eslint-patch","1.10.4","https://github.com/microsoft/rushstack","Enhance ESLint with better support for large scale monorepos","MIT"
"@rushstack/[email protected]","@rushstack/node-core-library","4.0.2","https://github.com/microsoft/rushstack","Core libraries that every NodeJS toolchain project should use","MIT"
"@rushstack/[email protected]","@rushstack/rig-package","0.5.2","https://github.com/microsoft/rushstack","A system for sharing tool configurations between projects without duplicating config files.","MIT"
Expand Down Expand Up @@ -551,7 +553,8 @@
"@swc-node/[email protected]","@swc-node/core","1.13.3","https://github.com/swc-project/swc-node","Faster swc nodejs binding","MIT"
"@swc-node/[email protected]","@swc-node/register","1.9.2","https://github.com/swc-project/swc-node","SWC node register","MIT"
"@swc-node/[email protected]","@swc-node/sourcemap-support","0.5.1","https://github.com/swc-project/swc-node","Runtime sourcemap support in NodeJS","MIT"
"@swc/[email protected]","@swc/core-darwin-arm64","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT"
"@swc/[email protected]","@swc/core-linux-x64-gnu","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT"
"@swc/[email protected]","@swc/core-linux-x64-musl","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT"
"@swc/[email protected]","@swc/core","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0"
"@swc/[email protected]","@swc/counter","0.1.3","https://github.com/swc-project/pkgs","Downloade counter for the swc project","Apache-2.0"
"@swc/[email protected]","@swc/helpers","0.5.11","https://github.com/swc-project/swc","External helpers for the swc project.","Apache-2.0"
Expand Down Expand Up @@ -1173,8 +1176,6 @@
"[email protected]","fs-extra","8.1.0","https://github.com/jprichardson/node-fs-extra","fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.","MIT"
"[email protected]","fs-minipass","2.1.0","https://github.com/npm/fs-minipass","fs read and write streams based on minipass","ISC"
"[email protected]","fs.realpath","1.0.0","https://github.com/isaacs/fs.realpath","Use node's fs.realpath, but fall back to the JS implementation if the native one fails","ISC"
"[email protected]","fsevents","2.3.2","https://github.com/fsevents/fsevents","Native Access to MacOS FSEvents","MIT"
"[email protected]","fsevents","2.3.3","https://github.com/fsevents/fsevents","Native Access to MacOS FSEvents","MIT"
"[email protected]","function-bind","1.1.2","https://github.com/Raynos/function-bind","Implementation of Function.prototype.bind","MIT"
"[email protected]","functional-red-black-tree","1.0.1","https://github.com/mikolalysenko/functional-red-black-tree","A fully persistent balanced binary search tree","MIT"
"[email protected]","functions-have-names","1.2.3","https://github.com/inspect-js/functions-have-names","Does this JS environment support the `name` property on functions?","MIT"
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": "1.4.0",
"version": "1.4.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 77f1274

Please sign in to comment.