Skip to content

Commit

Permalink
v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 22, 2023
1 parent 7789f84 commit a45321c
Show file tree
Hide file tree
Showing 76 changed files with 9,961 additions and 9,890 deletions.
6 changes: 3 additions & 3 deletions __fixtures__/test-project/api/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "6.5.1",
"@redwoodjs/auth-dbauth-api": "6.5.1",
"@redwoodjs/graphql-server": "6.5.1"
"@redwoodjs/api": "6.6.0",
"@redwoodjs/auth-dbauth-api": "6.6.0",
"@redwoodjs/graphql-server": "6.6.0"
}
}
2 changes: 1 addition & 1 deletion __fixtures__/test-project/package.json
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "6.5.1"
"@redwoodjs/core": "6.6.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
10 changes: 5 additions & 5 deletions __fixtures__/test-project/web/package.json
Expand Up @@ -11,17 +11,17 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "6.5.1",
"@redwoodjs/forms": "6.5.1",
"@redwoodjs/router": "6.5.1",
"@redwoodjs/web": "6.5.1",
"@redwoodjs/auth-dbauth-web": "6.6.0",
"@redwoodjs/forms": "6.6.0",
"@redwoodjs/router": "6.6.0",
"@redwoodjs/web": "6.6.0",
"humanize-string": "2.1.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.5.1",
"@redwoodjs/vite": "6.6.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "^10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "6.5.1",
"version": "6.6.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api-server",
"version": "6.5.1",
"version": "6.6.0",
"description": "Redwood's HTTP server for Serverless Functions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@fastify/http-proxy": "9.3.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "6.5.1",
"@redwoodjs/project-config": "6.6.0",
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@types/jsonwebtoken": "9.0.5",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-web",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/auth": "6.5.1",
"@redwoodjs/auth": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/azureActiveDirectory/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.5",
"jest": "29.7.0",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/azureActiveDirectory/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-web",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/auth": "6.5.1",
"@redwoodjs/auth": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@types/aws-lambda": "8.10.126",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-web",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/auth": "6.5.1",
"@redwoodjs/auth": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/custom/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-custom-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/dbAuth/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/project-config": "6.5.1",
"@redwoodjs/project-config": "6.6.0",
"base64url": "3.0.1",
"core-js": "3.34.0",
"md5": "2.3.0",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@simplewebauthn/server": "7.4.0",
"@types/md5": "2.3.5",
"@types/uuid": "9.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.34.0",
"prompts": "2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-web",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/auth": "6.5.1",
"@redwoodjs/auth": "6.6.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.34.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/firebase/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@types/aws-lambda": "8.10.126",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/firebase/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/firebase/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-web",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/auth": "6.5.1",
"@redwoodjs/auth": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/netlify/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-netlify-api",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.5.1",
"@redwoodjs/api": "6.6.0",
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.5",
"jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/netlify/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-netlify-setup",
"version": "6.5.1",
"version": "6.6.0",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.6",
"@redwoodjs/cli-helpers": "6.5.1",
"@redwoodjs/cli-helpers": "6.6.0",
"core-js": "3.34.0"
},
"devDependencies": {
Expand Down

0 comments on commit a45321c

Please sign in to comment.