Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/patch/v8.4.1' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Nov 14, 2024
2 parents ee3f0f6 + 85511da commit fe29530
Show file tree
Hide file tree
Showing 83 changed files with 2,846 additions and 2,648 deletions.
6 changes: 3 additions & 3 deletions __fixtures__/test-project/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "8.4.0",
"@redwoodjs/auth-dbauth-api": "8.4.0",
"@redwoodjs/graphql-server": "8.4.0"
"@redwoodjs/api": "8.4.1",
"@redwoodjs/auth-dbauth-api": "8.4.1",
"@redwoodjs/graphql-server": "8.4.1"
}
}
4 changes: 2 additions & 2 deletions __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
]
},
"devDependencies": {
"@redwoodjs/core": "8.4.0",
"@redwoodjs/project-config": "8.4.0"
"@redwoodjs/core": "8.4.1",
"@redwoodjs/project-config": "8.4.1"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
10 changes: 5 additions & 5 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "8.4.0",
"@redwoodjs/forms": "8.4.0",
"@redwoodjs/router": "8.4.0",
"@redwoodjs/web": "8.4.0",
"@redwoodjs/auth-dbauth-web": "8.4.1",
"@redwoodjs/forms": "8.4.1",
"@redwoodjs/router": "8.4.1",
"@redwoodjs/web": "8.4.1",
"humanize-string": "2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@redwoodjs/vite": "8.4.0",
"@redwoodjs/vite": "8.4.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.4.0",
"version": "8.4.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/fastify-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api-server",
"version": "8.4.0",
"version": "8.4.1",
"description": "Redwood's HTTP server for Serverless Functions",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-custom-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-middleware",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-netlify-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-netlify-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-netlify-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supabase-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supabase-middleware",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supabase-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supabase-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supertokens-api",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supertokens-setup",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-supertokens-web",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/babel-config",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/cli-helpers",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/cli-data-migrate",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/cli-storybook-vite",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/cli",
"version": "8.4.0",
"version": "8.4.1",
"description": "The Redwood Command Line",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/codemods",
"version": "8.4.0",
"version": "8.4.1",
"description": "Codemods to ease upgrading a RedwoodJS Project",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/context",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-jar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/cookie-jar",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/core",
"version": "8.4.0",
"version": "8.4.1",
"description": "Foundational packages and config required to build RedwoodJS.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-redwood-app",
"version": "8.4.0",
"version": "8.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/redwoodjs/redwood.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/templates/js/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "8.4.0",
"@redwoodjs/graphql-server": "8.4.0"
"@redwoodjs/api": "8.4.1",
"@redwoodjs/graphql-server": "8.4.1"
}
}
Loading

0 comments on commit fe29530

Please sign in to comment.