Skip to content

Commit

Permalink
v1.34.1 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Jan 7, 2025
1 parent 5f470ec commit 7a8dd34
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.34.1] - 2025-01-07
- verifyPasswordless should not make redirection with useWebMessage by using POST method endpoint.

## [1.34.0] - 2024-11-07
- Add support for passkey additional information.
- Allow specifying Google variant to use with One Tap.
Expand Down Expand Up @@ -418,7 +421,9 @@ Automatise the deployment of a new release with `circleci`.
- Implement `tslint`.
- Remove `yarn`.

[Unreleased]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.34.0...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.34.1...HEAD

[1.34.1]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.34.0...HEAD

[1.34.0]:https://github.com/ReachFive/identity-web-core-sdk/compare/v1.33.0...v1.34.0

Expand Down
13 changes: 12 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,16 @@

Refer to the [.circleci/config.yml](.circleci/config.yml) file to set up the integration.

6. Draft a new release in the [Github releases tab](https://github.com/ReachFive/identity-web-core-sdk/releases) (
6. Purge the cache of a @latest or version aliased URL to force users to get the new updated version. Otherwise they might wait up to 7 days.

Copy and submit the following URLS in the [Purge jsDelivr CDN cache](https://www.jsdelivr.com/tools/purge) form.

```
https://cdn.jsdelivr.net/npm/@reachfive/identity-core@latest/es/main.js
https://cdn.jsdelivr.net/npm/@reachfive/identity-core@latest/cjs/main.js
https://cdn.jsdelivr.net/npm/@reachfive/identity-core@latest/umd/identity-core.js
https://cdn.jsdelivr.net/npm/@reachfive/identity-core@latest/umd/identity-core.min.js
```
7. Draft a new release in the [Github releases tab](https://github.com/ReachFive/identity-web-core-sdk/releases) (
copy/paste the changelog in the release's description).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-core",
"version": "1.34.0",
"version": "1.34.1",
"description": "ReachFive Identity Web Core SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7a8dd34

Please sign in to comment.