Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 8, 2019
1 parent 3c47265 commit 12900cc
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v2.0.0](https://github.com/auth0/react-native-auth0/tree/v2.0.0) (2019-10-08)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.0.0...v2.0.0)

**Breaking changes**

- Prepare release 2.0.0 [\#240](https://github.com/auth0/react-native-auth0/pull/240) ([lbalmaceda](https://github.com/lbalmaceda))

## [v1.6.0](https://github.com/auth0/react-native-auth0/tree/v1.6.0) (2019-09-23)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more information, see [yarn docs](https://yarnpkg.com/lang/en/docs/cli/add/)

- Create a new milestone in Github with the name `vx.y.z` where `x.y.z` mean major, minor and patch versions (semver).
- Add any issues or pull request to the milestone. Make sure they are assigned one of the changelog labels (CH).
- Run `yarn release` and follow the instructions. If making a _patch_ release run `yarn version patch`. If making a _minor_ release run `yarn version minor`. The version will be updated in the package.json file and the changelog retrieved. If this step fails make sure the version in the package.json file matches the milestone you've created in Github.
- Run `yarn release` and follow the instructions. If making a _patch_ release run `yarn release patch`. If making a _minor_ release run `yarn release minor`. The version will be updated in the package.json file and the changelog retrieved. If this step fails make sure the version in the package.json file matches the milestone you've created in Github.
- The release script will generate the updated docs, bump the package version in the package.json and telemetry.js files and update the CHANGELOG.md file.
- A new commit will be created for you containing these changes. A new git tag will reference this new release.
- Create a new pull request and wait for it to be merged. Once merged when the CI build for the base branch passes, you're ready to upload the package to npm.
Expand Down
2 changes: 1 addition & 1 deletion docs/Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/Auth0.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3 class="subsection-title">Classes</h3>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/Auth0.module.exports.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/Users.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h3>Authentication API</h3>
<h3>Important: Database Connection Authentication</h3>
<p>
Since June 2017 new Clients no longer have the
<strong>Password Grant Type*</strong> enabled by default. If you are
<strong>Password Grant Type</strong> enabled by default. If you are
accessing a Database Connection using
<code>passwordRealm</code> then you will need to enable the Password
Grant Type, please follow
Expand Down Expand Up @@ -633,7 +633,7 @@ <h2>License</h2>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1 class="page-title">index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/src_auth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h1 class="page-title">src/auth/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/src_management_users.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h1 class="page-title">src/management/users.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/src_webauth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h1 class="page-title">src/webauth/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Mon Sep 30 2019 17:51:28 GMT-0300 (Argentina Standard Time) using the
Tue Oct 08 2019 15:17:20 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
"pre-commit": "pretty-quick --staged"
}
}
}
}
6 changes: 1 addition & 5 deletions src/networking/telemetry.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// Generated file by lbalmaceda on Mon Jul 15 2019 14:20:17 GMT-0300 (Argentina Standard Time);
module.exports = {
name: 'react-native-auth0',
version: '1.5.0'
};
module.exports = {name: 'react-native-auth0', version: '2.0.0'};

0 comments on commit 12900cc

Please sign in to comment.