Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: version updates and changelog #645

Merged
merged 13 commits into from
Jul 19, 2023
Merged
397 changes: 397 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coreDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of core-driver interfaces branch names that this core supports",
"versions": ["2.21"]
"versions": ["3.0"]
}
2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of frontend-driver interfaces branch names that this core supports",
"versions": ["1.16"]
"versions": ["1.17"]
}
4 changes: 2 additions & 2 deletions lib/build/version.d.ts

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

4 changes: 2 additions & 2 deletions lib/build/version.js

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

4 changes: 2 additions & 2 deletions lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const version = "14.1.3";
export const version = "15.0.0";

export const cdiSupported = ["3.0"];

rishabhpoddar marked this conversation as resolved.
Show resolved Hide resolved
// Note: The actual script import for dashboard uses v{DASHBOARD_VERSION}
export const dashboardVersion = "0.6";
export const dashboardVersion = "0.7";
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-node",
"version": "14.1.3",
"version": "15.0.0",
"description": "NodeJS driver for SuperTokens core",
"main": "index.js",
"scripts": {
Expand Down
Loading