Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Jan 11, 2025
1 parent a0a2b66 commit e26c997
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance
- Updated dependencies
- @signumjs/util@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signumjs/contracts",
"version": "2.0.1",
"version": "2.0.2",
"description": "Smart Contracts package for Signum Network",
"keywords": [
"signum",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance
- Updated dependencies
- @signumjs/contracts@2.0.2
- @signumjs/crypto@2.0.2
- @signumjs/http@2.0.2
- @signumjs/util@2.0.2

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signumjs/core",
"version": "2.0.1",
"version": "2.0.2",
"description": "Principal package with functions and models for building Signum Network applications.",
"keywords": [
"signum",
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signumjs/crypto",
"version": "2.0.1",
"version": "2.0.2",
"description": "Cryptographic functions for building Signum Network apps.",
"keywords": [
"signum",
Expand Down
6 changes: 6 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@signumjs/http",
"description": "SignumJS Generic Http Module",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"signum",
"signum-network",
Expand Down
9 changes: 9 additions & 0 deletions packages/standards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance
- Updated dependencies
- @signumjs/core@2.0.2
- @signumjs/util@2.0.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/standards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@signumjs/standards",
"description": "SignumJS Standards (SRC) tooling package",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"signum",
"signum-network",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@braintree/sanitize-url": "^7.1.0"
},
"peerDependencies": {
"@signumjs/core": "^2.0.1"
"@signumjs/core": "^2.0.2"
},
"husky": {
"hooks": {
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signumjs/util",
"version": "2.0.1",
"version": "2.0.2",
"description": "Useful utilities and tools for building Signum Network applications",
"keywords": [
"signum",
Expand Down
11 changes: 11 additions & 0 deletions packages/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.2

### Patch Changes

- Crypto: Custom Crypto Provider on getInstance
- Updated dependencies
- @signumjs/core@2.0.2
- @signumjs/crypto@2.0.2
- @signumjs/standards@2.0.2
- @signumjs/util@2.0.2

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signumjs/wallets",
"version": "2.0.1",
"version": "2.0.2",
"description": "Wallets communication package for DApps in the Signum Network",
"keywords": [
"signum",
Expand Down Expand Up @@ -54,7 +54,7 @@
"access": "public"
},
"peerDependencies": {
"@signumjs/core": "^2.0.1",
"@signumjs/crypto": "^2.0.1"
"@signumjs/core": "^2.0.2",
"@signumjs/crypto": "^2.0.2"
}
}

0 comments on commit e26c997

Please sign in to comment.