Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Mar 13, 2023
1 parent 70fe14f commit 9534cf4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [16.0.3] - 2023-03-13
### Changes

- Adding refresh tokens to refresh calls even if access token isn't present to make manual testing easier.
Expand Down
2 changes: 1 addition & 1 deletion bundle/bundle.js

Large diffs are not rendered by default.

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 = "16.0.2";
export const package_version = "16.0.3";

export const supported_fdi = ["1.16"];
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-website",
"version": "16.0.2",
"version": "16.0.3",
"description": "frontend sdk for website to be used for auth solution.",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -32,8 +32,7 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},

},
"scripts": {
"check-circular-dependencies": "npx madge --circular --extensions js ./lib/build/",
"test": "TEST_MODE=testing npx mocha --timeout 500000",
Expand Down Expand Up @@ -77,4 +76,4 @@
"url": "https://github.com/supertokens/supertokens-website/issues"
},
"homepage": "https://github.com/supertokens/supertokens-website#readme"
}
}

0 comments on commit 9534cf4

Please sign in to comment.