Skip to content

Commit

Permalink
upgrade release
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 30, 2024
1 parent aa50b6c commit 29971f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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": "@premieroctet/next-admin-cli",
"version": "0.0.5-rc.1",
"version": "0.0.5-rc.2",
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.",
"bin": "dist/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin-generator-prisma",
"version": "0.0.1-rc.4",
"version": "0.0.1-rc.5",
"description": "Prisma generator for Next-Admin",
"bin": "dist/index.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin-json-schema",
"version": "0.0.1-rc.1",
"version": "0.0.1-rc.2",
"description": "JSON Schema helpers for Next-Admin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Next-Admin provides a customizable and turnkey admin dashboard for applications built with Next.js and powered by the Prisma ORM. It aims to simplify the development process by providing a turnkey admin system that can be easily integrated into your project.",
"keywords": [
"next.js",
Expand Down

0 comments on commit 29971f5

Please sign in to comment.