Skip to content

Commit

Permalink
test: split large test suites into multiple files to help with parall…
Browse files Browse the repository at this point in the history
…elization (#236)

* test: split interception.basic1 into multiple smaller test files to help with parallelization

* chore: bump patch version
  • Loading branch information
porcellus authored Sep 24, 2023
1 parent 37790fa commit 631c7af
Show file tree
Hide file tree
Showing 15 changed files with 3,250 additions and 2,390 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [17.0.4] - 2023-09-24

### Test changes

- Split some test suites into multiple files to help with test parallelization

## [17.0.3] - 2023-09-XX

### Changes
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 = "17.0.3";
export const package_version = "17.0.4";

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

0 comments on commit 631c7af

Please sign in to comment.