Skip to content

Commit

Permalink
v6.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Aug 18, 2023
1 parent 64f698e commit 7633b9c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@



## 6.0.0-rc.4 (2023-08-18)

## 6.0.0-rc.3 (2023-08-18)

## 6.0.0-rc.2 (2023-08-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"release-it": "16.1.5",
"@release-it-plugins/lerna-changelog": "6.0.0"
},
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.4",
"volta": {
"node": "16.20.2",
"pnpm": "8.6.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-test-app",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.4",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -44,7 +44,7 @@
"ember-maybe-import-regenerator": "1.0.0",
"ember-qunit": "7.0.0",
"ember-resolver": "11.0.0",
"ember-simple-auth": "6.0.0-rc.1",
"ember-simple-auth": "6.0.0-rc.4",
"ember-source": "5.2.0",
"ember-source-channel-url": "3.0.0",
"ember-try": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.4",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.4",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -48,7 +48,7 @@
"ember-maybe-import-regenerator": "1.0.0",
"ember-qunit": "7.0.0",
"ember-resolver": "11.0.0",
"ember-simple-auth": "6.0.0-rc.1",
"ember-simple-auth": "6.0.0-rc.4",
"ember-source": "5.2.0",
"ember-source-channel-url": "3.0.0",
"ember-try": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-esa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ember-maybe-import-regenerator": "1.0.0",
"ember-qunit": "7.0.0",
"ember-resolver": "11.0.0",
"ember-simple-auth": "6.0.0-rc.1",
"ember-simple-auth": "6.0.0-rc.4",
"ember-source": "5.2.0",
"ember-source-channel-url": "3.0.0",
"ember-try": "3.0.0",
Expand Down

0 comments on commit 7633b9c

Please sign in to comment.