Skip to content

Commit 08f7cde

Browse files
committed
Upgrade to 1.0.0 because index file has changed
1 parent 65b36ff commit 08f7cde

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [1.0.0] - 2018-06-03
4+
### Breaking changes
5+
- Widget has to be registred from `index.widget.js` file instead of `index.js`. [#19](https://github.com/matejkriz/react-native-today-widget/pull/19/files) [MaxToyberman](https://github.com/MaxToyberman)
6+
7+
8+
9+
## [0.10.1] - 2017-12-28

Examples/Basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Basic",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-today-widget": "https://github.com/matejkriz/react-native-today-widget.git#feature/8-fix-unable-to-load-error"
12+
"react-native-today-widget": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.0.1",

Examples/Expandable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-today-widget": "https://github.com/matejkriz/react-native-today-widget.git#feature/8-fix-unable-to-load-error"
12+
"react-native-today-widget": "^1.0.0"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "21.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-today-widget",
33
"description": "Today Widget extension (iOS) development using React Native",
4-
"version": "0.10.1",
4+
"version": "1.0.0",
55
"author": "Matěj Kříž <Matej@matejkriz.cz>",
66
"license": "Unlicense",
77
"repository": {

0 commit comments

Comments
 (0)