Skip to content

Commit

Permalink
chore: revert having a separate unreleased version
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 24, 2024
1 parent e8b03b3 commit 5bc6a78
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [20.0.2] - 2024-05-23
## [20.0.1] - 2024-05-24

### Changes

- Added 2.0 and 3.0 to supported FDIs

## [20.0.1] - 2024-05-22

### Changes

- Now we use the locking to make sure that refreshing claims happens only once even for concurrent validateClaims calls
- The locking mechanism is configurable through by providing a `lockFactory` function in the configuration

Expand Down
2 changes: 1 addition & 1 deletion bundle/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": [
"1.16", "1.17", "1.18", "1.19", "2.0", "3,0"
"1.16", "1.17", "1.18", "1.19", "2.0", "3.0"
]
}
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

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

2 changes: 1 addition & 1 deletion lib/build/version.js

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

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "20.0.2";
export const package_version = "20.0.1";

export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"];
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": "supertokens-website",
"version": "20.0.2",
"version": "20.0.1",
"description": "frontend sdk for website to be used for auth solution.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 5bc6a78

Please sign in to comment.