Skip to content

Commit

Permalink
Merge pull request #42 from manolakis/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
manolakis authored Oct 2, 2020
2 parents 7550cf9 + 6e32ed2 commit 2df984a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-zebras-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-bananas-compete.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pokeapp/app

## 0.7.0

### Minor Changes

- d224671: add back button

### Patch Changes

- Updated dependencies [7059e9a]
- @pokeapp/feat-list-pokemons@0.5.2

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pokeapp/app",
"description": "Pokemon Sample Application",
"license": "MIT",
"version": "0.6.0",
"version": "0.7.0",
"author": "Manuel Martin <manuel.martin@gmail.com>",
"main": "index.js",
"module": "index.js",
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@pokeapp/common": "0.4.2",
"@pokeapp/feat-list-pokemons": "^0.5.1",
"@pokeapp/feat-list-pokemons": "^0.5.2",
"@pokeapp/feat-locale-selector": "^0.1.0",
"@pokeapp/feat-pokemon-details": "^0.2.2",
"@vaadin/router": "^1.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/features/feat-list-pokemons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pokeapp/feat-list-pokemons

## 0.5.2

### Patch Changes

- 7059e9a: fix keyboard navigation with Pokemon Card

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/features/feat-list-pokemons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pokeapp/feat-list-pokemons",
"description": "Pokemon Sample Application - Feat List Pokemons",
"license": "MIT",
"version": "0.5.1",
"version": "0.5.2",
"author": "Manuel Martin <manuel.martin@gmail.com>",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 2df984a

Please sign in to comment.