Skip to content

Commit 96cb6d0

Browse files
committed
v2.0.7
Updated npm dependencies.
1 parent 743bdc4 commit 96cb6d0

File tree

3 files changed

+1674
-1468
lines changed

3 files changed

+1674
-1468
lines changed

CHANGELOG.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1+
# v2.0.7 (Apr 9, 2018)
2+
3+
* Updated npm dependencies.
4+
15
# v2.0.6 (Dec 14, 2017)
26

3-
- Fixed bug where extract teams from provisioning profiles would fail if any provisioning profiles
4-
didn't have any associated teams [DAEMON-209].
7+
* Fixed bug where extract teams from provisioning profiles would fail if any provisioning profiles
8+
didn't have any associated teams [(DAEMON-209)](https://jira.appcelerator.org/browse/DAEMON-209).
59

610
# v2.0.5 (Dec 12, 2017)
711

8-
- Updated to [email protected] which added support for Node.js 9.
12+
* Updated to [email protected] which added support for Node.js 9.
913

1014
# v2.0.4 (Dec 11, 2017)
1115

12-
- Fixed bug where a failure to parse a cert name would cause no certs to be found and an error to
16+
* Fixed bug where a failure to parse a cert name would cause no certs to be found and an error to
1317
be thrown.
1418

1519
# v2.0.3 (Dec 6, 2017)
1620

17-
- Updated NPM dependencies to GA release of `appcd-*` packages.
21+
* Updated npm dependencies to GA release of `appcd-*` packages.
1822

1923
# v2.0.2 (Nov 22, 2017)
2024

21-
- Updated NPM dependencies.
25+
* Updated npm dependencies.
2226

2327
# v2.0.1 (Nov 17, 2017)
2428

25-
- Removed hard coded path that was used for debugging.
29+
* Removed hard coded path that was used for debugging.
2630

2731
# v2.0.0 (Nov 17, 2017)
2832

29-
- Initial release of the v2 rewrite.
30-
- Updated code to ES2015.
31-
- Support for detecting Xcode, iOS SDKs, simulators, devices, keychains, certs, provisioning
32-
profiles and teams.
33+
* Initial release of the v2 rewrite.
34+
* Updated code to ES2015.
35+
* Support for detecting Xcode, iOS SDKs, simulators, devices, keychains, certs, provisioning
36+
profiles, and teams.

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioslib",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"publishConfig": {
55
"tag": "next"
66
},
@@ -27,20 +27,20 @@
2727
"test": "gulp test"
2828
},
2929
"dependencies": {
30-
"appcd-fs": "^1.0.1",
31-
"appcd-path": "^1.0.1",
32-
"appcd-subprocess": "^1.0.1",
33-
"appcd-util": "^1.0.1",
34-
"cli-kit": "^0.0.9",
35-
"node-forge": "^0.7.1",
30+
"appcd-fs": "^1.1.1",
31+
"appcd-path": "^1.1.0",
32+
"appcd-subprocess": "^1.1.0",
33+
"appcd-util": "^1.1.0",
34+
"cli-kit": "^0.0.12",
35+
"node-forge": "^0.7.5",
3636
"node-ios-device": "1.5.0",
37-
"promise-limit": "^2.5.0",
37+
"promise-limit": "^2.6.0",
3838
"semver": "^5.5.0",
39-
"simple-plist": "^0.2.1",
40-
"source-map-support": "^0.5.3"
39+
"simple-plist": "^0.3.0",
40+
"source-map-support": "^0.5.4"
4141
},
4242
"devDependencies": {
43-
"appcd-gulp": "^1.0.1",
43+
"appcd-gulp": "^1.1.2",
4444
"gulp": "^3.9.1"
4545
},
4646
"homepage": "https://github.com/appcelerator/ioslib",

0 commit comments

Comments
 (0)