Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
all: release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 31, 2018
1 parent 078a587 commit a63f774
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.4.3

- react-tv-navigation in yarn workspaces
- fixes for https://github.com/raphamorim/react-tv/issues/134

# 0.4.0

- react `^16.3.2`
Expand Down
4 changes: 2 additions & 2 deletions examples/clock-app/package.json
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"react": "^16.2.0",
"react-tv": "^0.3.2",
"react-tv-cli": "^0.3.2"
"react-tv": "^0.4.3",
"react-tv-cli": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/navigation/package.json
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"react": "^16.2.0",
"react-tv": "^0.4.3",
"react-tv-cli": "^0.4.2",
"react-tv-navigation": "^0.4.2"
"react-tv-cli": "^0.4.3",
"react-tv-navigation": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.4.5",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.4.2"
"version": "0.4.3"
}
6 changes: 3 additions & 3 deletions packages/react-tv-cli/bootstrap/custom-app/package.json
Expand Up @@ -24,9 +24,9 @@
"babel-preset-react": "^6.24.1",
"cross-env": "^5.1.1",
"react": "^16.2.0",
"react-tv": "^0.4.2",
"react-tv-cli": "^0.4.2",
"react-tv-navigation": "^0.4.2",
"react-tv": "^0.4.3",
"react-tv-cli": "^0.4.3",
"react-tv-navigation": "^0.4.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tv-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "react-tv-cli",
"version": "0.4.2",
"version": "0.4.3",
"description": "Packager for TVs",
"bin": {
"react-tv-cli": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tv-navigation/package.json
Expand Up @@ -45,7 +45,7 @@
"enzyme-adapter-react-16": "^1.1.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-tv": "^0.4.2",
"react-tv": "^0.4.3",
"recompose": "^0.26.0"
}
}

0 comments on commit a63f774

Please sign in to comment.