Skip to content

Commit

Permalink
Version Packages (#404)
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 Nov 19, 2021
1 parent 485530a commit efbf05b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/nice-peaches-exist.md

This file was deleted.

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

## 0.6.2

### Patch Changes

- 0365a73: 🛷 Add useTokenList

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

## 0.2.10

### Patch Changes

- 0365a73: 🛷 Add useTokenList
- Updated dependencies [0365a73]
- @usedapp/core@0.6.2

## 0.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.9",
"version": "0.2.10",
"private": true,
"scripts": {
"start": "webpack serve --mode development",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@types/styled-components": "^5.1.7",
"@usedapp/coingecko": "^0.3.25",
"@usedapp/core": "^0.6.0",
"@usedapp/core": "^0.6.2",
"file-loader": "^6.2.0",
"framer-motion": "^4.1.5",
"react": "^17.0.0",
Expand Down

0 comments on commit efbf05b

Please sign in to comment.