Skip to content

Commit c8ef99a

Browse files
authored
release/v1.0.5 (#11)
1 parent 4965af1 commit c8ef99a

File tree

28 files changed

+212
-111
lines changed

28 files changed

+212
-111
lines changed

examples/custom-rpc/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

examples/custom-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "example-custom-rpc-nodejs",
2+
"name": "example-custom-rpc",
33
"scripts": {
44
"contract-interaction": "ts-node src/contract-interaction.ts",
55
"custom-rpc": "silentdatarollup-custom-rpc",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

examples/ethers-provider-metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ethers-provider-metamask-vite",
2+
"name": "example-ethers-provider-metamask",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

examples/hardhat-plugin/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package-lock.json

Lines changed: 26 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# @appliedblockchain/silentdatarollup-core
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Fix bugs and other improvements
8+
39
## 1.0.4
410

511
### Patch Changes
612

713
- Chain id added as domain separator
8-
Packages improvements
9-
Examples improvements and fixes
14+
- Packages improvements
15+
- Examples improvements and fixes
1016

1117
## 1.0.3
1218

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appliedblockchain/silentdatarollup-core",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Core library for Silent Data [Rollup]",
55
"author": "Applied Blockchain",
66
"homepage": "https://github.com/appliedblockchain/silent-data-rollup-providers#readme",

0 commit comments

Comments
 (0)