Skip to content

Commit

Permalink
Update all packages to version 7.0.0
Browse files Browse the repository at this point in the history
All packages including '@paljs/display', '@paljs/cli', '@paljs/types', '@paljs/utils', '@paljs/create', '@paljs/nexus', '@paljs/admin', '@paljs/plugins', '@paljs/schema', '@paljs/generator' have been upgraded to version 7.0.0. This major update includes upgrades of Prisma to version 5.14, React to version 18 and ESLint to version 9. It also covers the introduction of some breaking changes, and significant fixes to optimize the development experience. Please review the updated CHANGELOGs for more details.
  • Loading branch information
AhmedElywa committed May 30, 2024
1 parent 09a5fd6 commit 3bdda63
Show file tree
Hide file tree
Showing 20 changed files with 344 additions and 10 deletions.
33 changes: 33 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @paljs/admin

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/types@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/admin",
"version": "6.0.7",
"version": "7.0.0",
"main": "index.js",
"module": "./esm/index.js",
"types": "index.d.ts",
Expand Down
38 changes: 38 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @paljs/cli

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/create@7.0.0
- @paljs/display@7.0.0
- @paljs/generator@7.0.0
- @paljs/schema@7.0.0
- @paljs/types@7.0.0
- @paljs/utils@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@paljs/cli",
"description": "Pal cli will be your friend in developing nodejs full-stack projects to auto generate everything for you",
"version": "6.0.7",
"version": "7.0.0",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand Down
34 changes: 34 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @paljs/create

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/display@7.0.0
- @paljs/types@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/create",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
Expand Down
28 changes: 28 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @paljs/display

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/display",
"version": "6.0.7",
"version": "7.0.0",
"description": "Display package for the paljs CLI",
"homepage": "https://paljs.com",
"license": "MIT",
Expand Down
35 changes: 35 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @paljs/generator

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/schema@7.0.0
- @paljs/types@7.0.0
- @paljs/utils@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/generator",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
35 changes: 35 additions & 0 deletions packages/nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @paljs/nexus

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/plugins@7.0.0
- @paljs/types@7.0.0
- @paljs/utils@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/nexus",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
34 changes: 34 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @paljs/plugins

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/types@7.0.0
- @paljs/utils@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/plugins",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
35 changes: 35 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @paljs/schema

## 7.0.0

### Major Changes

- We encourage you to update your applications to utilize the newest features and improvements.

## Key Changes

- **Prisma (5.14):** We have upgraded Prisma to version 5.14 to leverage recent Prisma features and improvements.
- **React (18):** We have also upgraded React to version 18 to take advantage of the latest React features.
- **ESLint (9):** The project now uses ESLint version 9 for an improved and more effective linting process.

## Breaking Changes

While making these changes, we had to introduce some breaking changes. As such, please exercise caution and test your applications thoroughly after the upgrade.

## Fixes

We have fixed many issues in the process, optimizing our package to provide you with a smoother development experience.

***

Please update your applications with these new versions and let us know if you encounter any issues. We always strive to improve our products and appreciate your feedback!

(Note: Always back up your projects prior to applying any major updates to avoid unexpected data loss)

Stay tuned for more updates!

### Patch Changes

- Updated dependencies
- @paljs/display@7.0.0
- @paljs/types@7.0.0
- @paljs/utils@7.0.0

## 6.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/schema",
"version": "6.0.7",
"version": "7.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
Loading

0 comments on commit 3bdda63

Please sign in to comment.