Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Nov 26, 2023
1 parent cfd4766 commit ee9895b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ember-simple-auth-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triptyk/ember-simple-auth-token",
"version": "5.3.5",
"version": "6.0.0-beta.0",
"description": "An authenticator and authorizer for Ember Simple Auth that is compatible with token-based authentication like JWT in Ember CLI applications.",
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "5.3.5",
"version": "6.0.0-beta.0",
"private": true,
"repository": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "5.3.5",
"version": "6.0.0-beta.0",
"description": "An authenticator and authorizer for Ember Simple Auth that is compatible with token-based authentication like JWT in Ember CLI applications.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@embroider/test-setup": "^3.0.2",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@triptyk/ember-simple-auth-token": "5.3.5",
"@triptyk/ember-simple-auth-token": "6.0.0-beta.0",
"body-parser": "^1.20.2",
"broccoli-asset-rev": "^3.0.0",
"broccoli-funnel": "^3.0.8",
Expand Down Expand Up @@ -113,4 +113,4 @@
"msw": {
"workerDirectory": "public"
}
}
}

0 comments on commit ee9895b

Please sign in to comment.