Skip to content

Commit 350223f

Browse files
Version Packages (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ae75f1 commit 350223f

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/fruity-spiders-attack.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/tenants-nodejs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supertokens-plugins/tenants-nodejs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 8ae75f1: Added support for allowPublicTenantAccess and added an overrideable shouldHaveTenantAccess fn
8+
39
## 0.1.1
410

511
### Patch Changes

packages/tenants-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supertokens-plugins/tenants-nodejs",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Tenants Base Plugin for SuperTokens",
55
"homepage": "https://github.com/supertokens/supertokens-plugins/blob/main/packages/tenants-nodejs/README.md",
66
"repository": {

packages/tenants-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supertokens-plugins/tenants-react
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 8ae75f1: Added support for allowPublicTenantAccess and added an overrideable shouldHaveTenantAccess fn
8+
39
## 0.1.1
410

511
### Patch Changes

packages/tenants-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supertokens-plugins/tenants-react",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Tenants Base Plugin for SuperTokens",
55
"homepage": "https://github.com/supertokens/supertokens-plugins/blob/main/packages/tenants-react/README.md",
66
"repository": {

0 commit comments

Comments
 (0)