Skip to content

Commit 22028f6

Browse files
authored
Version 1 bump (infinitered#160)
* Bumps all packages up to 1.0.0. * Updates urls to github. * Fxies a few descriptions in package.json files. * Updates all MIT licenses.
1 parent 105c828 commit 22028f6

File tree

22 files changed

+105
-42
lines changed

22 files changed

+105
-42
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.26",
3-
"version": "0.94.0"
3+
"version": "1.0.0"
44
}

packages/demo-react-js/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 - 3016 Steve Kellock
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/demo-react-js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-react-js",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"private": true,
55
"devDependencies": {
66
"react-scripts": "0.2.1"
@@ -12,10 +12,10 @@
1212
"react": "^15.2.1",
1313
"react-dom": "^15.2.1",
1414
"react-redux": "^4.4.5",
15-
"reactotron-apisauce": "^0.94.0",
16-
"reactotron-core-client": "^0.94.0",
17-
"reactotron-react-js": "^0.94.0",
18-
"reactotron-redux": "^0.94.0",
15+
"reactotron-apisauce": "^1.0.0",
16+
"reactotron-core-client": "^1.0.0",
17+
"reactotron-react-js": "^1.0.0",
18+
"reactotron-redux": "^1.0.0",
1919
"redux": "^3.5.2",
2020
"redux-logger": "^2.6.1",
2121
"redux-saga": "^0.11.0",

packages/demo-react-native/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 - 3016 Steve Kellock
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/demo-react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DemoReactNative",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -18,10 +18,10 @@
1818
"redux-saga": "^0.11.0",
1919
"seamless-immutable": "^6.0.1",
2020
"socket.io": "^1.4.8",
21-
"reactotron-core-client": "^0.94.0",
22-
"reactotron-react-native": "^0.94.0",
23-
"reactotron-apisauce": "^0.94.0",
24-
"reactotron-redux": "^0.94.0"
21+
"reactotron-core-client": "^1.0.0",
22+
"reactotron-react-native": "^1.0.0",
23+
"reactotron-apisauce": "^1.0.0",
24+
"reactotron-redux": "^1.0.0"
2525
},
2626
"globals": [
2727
"__DEV__"

packages/reactotron-apisauce/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-apisauce/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-apisauce",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"description": "A Reactotron plugin for Apisauce.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/reactotron/reactotron/issues"
1717
},
18-
"homepage": "https://reactotron.com",
18+
"homepage": "https://github.com/reactotron/reactotron",
1919
"files": [
2020
"dist",
2121
"LICENSE",
@@ -56,6 +56,6 @@
5656
"apisauce": "^0.3.0",
5757
"ramda": "^0.22.1",
5858
"ramdasauce": "^1.1.0",
59-
"reactotron-core-client": "^0.94.0"
59+
"reactotron-core-client": "^1.0.0"
6060
}
6161
}

packages/reactotron-app/App/Foundation/HelpFeedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HelpFeedback extends Component {
4545

4646
constructor (props) {
4747
super(props)
48-
this.openRepo = () => shell.openExternal('https://github.com/reactotron/reactotron/tree/next')
48+
this.openRepo = () => shell.openExternal('https://github.com/reactotron/reactotron')
4949
this.feedback = () => shell.openExternal('https://github.com/reactotron/reactotron/issues/new')
5050
this.checkUpdates = () => shell.openExternal('https://github.com/reactotron/reactotron/releases')
5151
this.twitter = () => shell.openExternal('https://twitter.com/reactotron')

packages/reactotron-app/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactotron-app",
33
"productName": "Reactotron",
4-
"version": "0.94.0",
4+
"version": "1.0.0",
55
"description": "Reactotron desktop mode engage!",
66
"main": "main.js",
77
"scripts": {
@@ -89,7 +89,7 @@
8989
"react-modal-dialog": "^3.0.2",
9090
"react-tap-event-plugin": "^1.0.0",
9191
"react-tooltip": "^3.1.5",
92-
"reactotron-core-server": "^0.94.0",
92+
"reactotron-core-server": "^1.0.0",
9393
"socket.io": "1.4.8",
9494
"source-map-support": "^0.4.2",
9595
"stringify-object": "^2.4.0"

packages/reactotron-cli/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 - 3016 Steve Kellock
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/reactotron-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-cli",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"description": "Reactotron terminal mode engage!",
55
"bin": {
66
"reactotron": "./dist/index.js"
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/reactotron/reactotron/issues"
2020
},
21-
"homepage": "https://reactotron.com",
21+
"homepage": "https://github.com/reactotron/reactotron",
2222
"files": [
2323
"dist",
2424
"LICENSE",
@@ -54,6 +54,6 @@
5454
"blessed": "^0.1.81",
5555
"gemoji": "^1.0.0",
5656
"moment": "^2.12.0",
57-
"reactotron-core-server": "^0.94.0"
57+
"reactotron-core-server": "^1.0.0"
5858
}
5959
}

packages/reactotron-core-client/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-core-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-core-client",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/reactotron/reactotron/issues"
1818
},
19-
"homepage": "https://reactotron.com",
19+
"homepage": "https://github.com/reactotron/reactotron",
2020
"files": [
2121
"dist",
2222
"LICENSE",

packages/reactotron-core-server/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-core-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-core-server",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"description": "Grants Reactotron servers the ability to talk to a Reactotron client.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/reactotron/reactotron/issues"
1717
},
18-
"homepage": "https://reactotron.com",
18+
"homepage": "https://github.com/reactotron/reactotron",
1919
"files": [
2020
"dist",
2121
"LICENSE",

packages/reactotron-react-js/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-react-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactotron-react-js",
3-
"version": "0.94.0",
4-
"description": "A development tool to explore, inspect, and diagnosis your React JS/DOM apps.",
3+
"version": "1.0.0",
4+
"description": "A development tool to explore, inspect, and diagnose your React JS/DOM apps.",
55
"main": "dist/index.js",
66
"scripts": {
77
"test-nope": "ava",
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/reactotron/reactotron/issues"
1717
},
18-
"homepage": "https://reactotron.com",
18+
"homepage": "https://github.com/reactotron/reactotron",
1919
"files": [
2020
"dist",
2121
"LICENSE",
@@ -59,6 +59,6 @@
5959
"react-dom": "^15.3.0",
6060
"stacktrace-js": "^1.3.1",
6161
"socket.io": "^1.4.8",
62-
"reactotron-core-client": "^0.94.0"
62+
"reactotron-core-client": "^1.0.0"
6363
}
6464
}

packages/reactotron-react-native/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactotron-react-native",
3-
"version": "0.94.0",
4-
"description": "A development tool to explore, inspect, and diagnosis your React Native apps.",
3+
"version": "1.0.0",
4+
"description": "A development tool to explore, inspect, and diagnose your React Native apps.",
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "ava",
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/reactotron/reactotron/issues"
1717
},
18-
"homepage": "https://reactotron.com",
18+
"homepage": "https://github.com/reactotron/reactotron",
1919
"files": [
2020
"dist",
2121
"LICENSE",
@@ -65,6 +65,6 @@
6565
"ramda": "^0.22.1",
6666
"ramdasauce": "^1.1.0",
6767
"socket.io": "^1.4.8",
68-
"reactotron-core-client": "^0.94.0"
68+
"reactotron-core-client": "^1.0.0"
6969
}
7070
}

packages/reactotron-redux/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Steve Kellock
3+
Copyright (c) 2016 - 3016 Steve Kellock
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/reactotron-redux/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-redux",
3-
"version": "0.94.0",
3+
"version": "1.0.0",
44
"description": "A Reactotron plugin for Redux.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/reactotron/reactotron/issues"
1717
},
18-
"homepage": "https://reactotron.com",
18+
"homepage": "https://github.com/reactotron/reactotron",
1919
"files": [
2020
"dist",
2121
"LICENSE",
@@ -57,6 +57,6 @@
5757
"redux": "^3.5.2",
5858
"ramda": "^0.22.1",
5959
"ramdasauce": "^1.1.0",
60-
"reactotron-core-client": "^0.94.0"
60+
"reactotron-core-client": "^1.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)