Skip to content

Commit

Permalink
Version Packages (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 6, 2021
1 parent 8b182f3 commit 354ac95
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-onions-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-peaches-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-melons-obey.md

This file was deleted.

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

## 0.3.26

### Patch Changes

- Updated dependencies [45a6dc2]
- Updated dependencies [2f37156]
- Updated dependencies [2f37156]
- @usedapp/core@0.7.0

## 0.3.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/coingecko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/coingecko",
"version": "0.3.25",
"version": "0.3.26",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@usedapp/core": "^0.6.0"
"@usedapp/core": "^0.7.0"
},
"scripts": {
"build": "yarn run build:esm && yarn run build:cjs",
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 @@
# @usedapp/core

## 0.7.0

### Minor Changes

- 2f37156: Replace supportedChains with networks in config (#411)

### Patch Changes

- 45a6dc2: Remove warnings when falsy call is passed to useContractCall
- 2f37156: 🛷 Add useTokenList

## 0.6.3

### 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": "0.6.3",
"version": "0.7.0",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @usedapp/example

## 0.2.11

### Patch Changes

- 2f37156: 🛷 Add useTokenList
- Updated dependencies [45a6dc2]
- Updated dependencies [2f37156]
- Updated dependencies [2f37156]
- @usedapp/core@0.7.0
- @usedapp/coingecko@0.3.26

## 0.2.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usedapp/example",
"version": "0.2.10",
"version": "0.2.11",
"private": true,
"scripts": {
"start": "webpack serve --mode development",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@types/styled-components": "^5.1.7",
"@usedapp/coingecko": "^0.3.25",
"@usedapp/core": "^0.6.2",
"@usedapp/coingecko": "^0.3.26",
"@usedapp/core": "^0.7.0",
"file-loader": "^6.2.0",
"framer-motion": "^4.1.5",
"react": "^17.0.0",
Expand Down

0 comments on commit 354ac95

Please sign in to comment.