Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KnisterPeter/react-to-typescript-definitions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: KnisterPeter/react-to-typescript-definitions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 15 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 25, 2016

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8c13287 View commit details
  2. Merge pull request #30 from KnisterPeter/greenkeeper-tslint-3.3.0

    Update tslint to version 3.3.0 🚀
    KnisterPeter committed Jan 25, 2016
    Copy the full SHA
    e7381a9 View commit details

Commits on Jan 26, 2016

  1. Copy the full SHA
    9cd2b9a View commit details
  2. Merge pull request #31 from KnisterPeter/greenkeeper-nyc-5.5.0

    Update nyc to version 5.5.0 🚀
    KnisterPeter committed Jan 26, 2016
    Copy the full SHA
    3279991 View commit details

Commits on Jan 27, 2016

  1. Copy the full SHA
    d69160a View commit details
  2. Merge pull request #33 from KnisterPeter/greenkeeper-mocha-2.4.2

    Update mocha to version 2.4.2 🚀
    KnisterPeter committed Jan 27, 2016
    Copy the full SHA
    645e643 View commit details
  3. Copy the full SHA
    424d5b7 View commit details

Commits on Jan 28, 2016

  1. Merge pull request #35 from KnisterPeter/greenkeeper-mocha-2.4.4

    Update mocha to version 2.4.4 🚀
    KnisterPeter committed Jan 28, 2016
    Copy the full SHA
    d1eec1c View commit details
  2. Copy the full SHA
    1104199 View commit details
  3. Copy the full SHA
    d720840 View commit details
  4. Copy the full SHA
    61ee995 View commit details

Commits on Jan 29, 2016

  1. Merge pull request #37 from KnisterPeter/greenkeeper-react-0.14.7

    Update react to version 0.14.7 🚀
    KnisterPeter committed Jan 29, 2016
    Copy the full SHA
    9bbf1dd View commit details
  2. Merge pull request #36 from KnisterPeter/greenkeeper-chai-3.5.0

    Update chai to version 3.5.0 🚀
    KnisterPeter committed Jan 29, 2016
    Copy the full SHA
    eca8e74 View commit details
  3. Merge pull request #38 from KnisterPeter/greenkeeper-mocha-2.4.5

    Update mocha to version 2.4.5 🚀
    KnisterPeter committed Jan 29, 2016
    Copy the full SHA
    9b86cb7 View commit details
  4. 0.9.0

    KnisterPeter committed Jan 29, 2016
    Copy the full SHA
    f7076e6 View commit details
Showing with 12 additions and 6 deletions.
  1. +6 −0 CHANGELOG.md
  2. +6 −6 package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="0.9.0"></a>
# [0.9.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.8.0...v0.9.0) (2016-01-29)




<a name="0.8.0"></a>
# [0.8.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.7.0...v0.8.0) (2016-01-21)

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-to-typescript-definitions",
"version": "0.8.0",
"version": "0.9.0",
"description": "Create typescript definitions files (d.ts) from react components",
"main": "index.js",
"bin": {
@@ -32,14 +32,14 @@
"babel-core": "6.4.5",
"babel-preset-es2015": "6.3.13",
"babel-register": "6.4.3",
"chai": "3.4.1",
"chai": "3.5.0",
"coveralls": "2.11.6",
"cz-conventional-changelog": "1.1.5",
"in-publish": "2.0.0",
"mocha": "2.3.4",
"nyc": "5.3.0",
"react": "0.14.6",
"tslint": "3.2.2",
"mocha": "2.4.5",
"nyc": "5.5.0",
"react": "0.14.7",
"tslint": "3.3.0",
"typescript": "1.7.5"
},
"dependencies": {