From 7a8dd349b871f62ff923a73c5344b79bad049b19 Mon Sep 17 00:00:00 2001 From: Quentin Aupetit Date: Tue, 7 Jan 2025 05:04:03 -0400 Subject: [PATCH] v1.34.1 (#241) --- CHANGELOG.md | 7 ++++++- RELEASE.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba64b67..5dadf6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/RELEASE.md b/RELEASE.md index d1e6cfc2..e2def91f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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). \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 818e2f65..839b7dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@reachfive/identity-core", - "version": "1.34.0", + "version": "1.34.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@reachfive/identity-core", - "version": "1.34.0", + "version": "1.34.1", "license": "MIT", "dependencies": { "buffer": "5.6.0", diff --git a/package.json b/package.json index 400d0b3b..b836728b 100644 --- a/package.json +++ b/package.json @@ -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": {