Skip to content

Commit

Permalink
🎉 Release new version (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefibot authored Sep 14, 2023
1 parent 0b953e8 commit cd70dbe
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .changeset/adding_kroma.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/coingecko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @usedapp/coingecko

## 1.1.19

### Patch Changes

- Updated dependencies [0b953e8]
- @usedapp/core@1.2.13

## 1.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coingecko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/coingecko",
"version": "1.1.18",
"version": "1.1.19",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @usedapp/core

## 1.2.13

### Patch Changes

- 0b953e8: Adding the network kroma mainnet:

https://blockscout.kroma.network/

https://kroma.network/

it does not have verified contracts yet in the explorer, adding multicall address later.

## 1.2.12

### 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": "@usedapp/core",
"version": "1.2.12",
"version": "1.2.13",
"repository": "[email protected]:TrueFiEng/useDApp.git",
"author": "Ethworks",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @usedapp/testing

## 1.1.19

### Patch Changes

- Updated dependencies [0b953e8]
- @usedapp/core@1.2.13

## 1.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/testing",
"version": "1.1.18",
"version": "1.1.19",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "[email protected]:TrueFiEng/useDApp.git",
Expand Down

4 comments on commit cd70dbe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.