Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Mar 21, 2020
1 parent 0fba516 commit 60f0793
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 106 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ countries you specify here. This *seriously* reduces file size, so if you can do
<a name="changelog"></a>
### Changelog

- `2.0.0` - Mar 21, 2020
- Typings fixes
- Dependency updates
- `1.4.7` - Dec 24, 2019:
- Fix to include typings in published bundle.
- `1.4.6` - Dec 22, 2019:
Expand Down Expand Up @@ -218,17 +221,17 @@ organization
<a name="tests"></a>
### Tests

The Jest/Enzyme unit tests are found in the `src/tests` folder. The repo is hooked up to Travis CI to automatically run
the tests for each commit.
The Jest/Enzyme unit tests are found in the `src/tests` folder. The repo is hooked up to Travis CI to automatically run the tests for each commit.


<a name="localDev"></a>
### Local Dev

To run this locally, do the following:
- `yarn install`
- in one terminal window: `yarn start`
- in another terminal window, go to the `/example` subfolder and do the same: `yarn install`, `yarn start`
- `npm install`
- in one terminal window: `npm start`
- in another terminal window, go to the `/example` subfolder and do the same: `npm install`, `npm start`
- open `http://localhost:3000` in your browser.


<a name="thanks"></a>
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for react-country-region-selector 1.4.7 by <https://github.com/country-regions/react-country-region-selector>
// Type definitions for react-country-region-selector 2.0.0 by
// Project: https://github.com/country-regions/react-country-region-selector
// Definitions by: Kyle Davis <https://github.com/kyledavisdev>

Expand Down
Loading

0 comments on commit 60f0793

Please sign in to comment.