Skip to content

Commit

Permalink
Release Candidate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 7, 2024
1 parent 900b0b5 commit 2aa241a
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"docs": "0.0.0",
"example": "0.0.0",
"@premieroctet/next-admin-cli": "0.0.4",
"eslint-config-custom": "0.0.0",
"@premieroctet/next-admin-generator-prisma": "0.0.0",
"@premieroctet/next-admin-json-schema": "0.0.0",
"@premieroctet/next-admin": "6.1.5",
"tsconfig": "0.0.0"
},
"changesets": [
"cool-meals-obey",
"fifty-chairs-travel",
"lemon-bears-attend"
]
}
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@premieroctet/next-admin": "6.1.5",
"@premieroctet/next-admin": "7.0.0-rc.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"mini-svg-data-uri": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@heroicons/react": "^2.0.18",
"@picocss/pico": "^1.5.7",
"@premieroctet/next-admin": "6.1.5",
"@premieroctet/next-admin": "7.0.0-rc.0",
"@prisma/client": "5.14.0",
"@tremor/react": "^3.2.2",
"babel-plugin-superjson-next": "^0.4.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @premieroctet/next-admin-cli

## 0.0.5-rc.0

### Patch Changes

- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: support new generator ([#414](https://github.com/premieroctet/next-admin/issues/414))

## 0.0.4

### 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,6 +1,6 @@
{
"name": "@premieroctet/next-admin-cli",
"version": "0.0.4",
"version": "0.0.5-rc.0",
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.",
"bin": "dist/index.js",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/generator-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @premieroctet/next-admin-generator-prisma

## 0.0.1-rc.0

### Patch Changes

- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: new json-schema libraries ([#414](https://github.com/premieroctet/next-admin/issues/414))
- Updated dependencies [[1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc)]
- @premieroctet/next-admin-json-schema@0.0.1-rc.0
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.0",
"version": "0.0.1-rc.0",
"description": "Prisma generator for Next-Admin",
"bin": "dist/index.js",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @premieroctet/next-admin-json-schema

## 0.0.1-rc.0

### Patch Changes

- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: new json-schema libraries ([#414](https://github.com/premieroctet/next-admin/issues/414))
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.0",
"version": "0.0.1-rc.0",
"description": "JSON Schema helpers for Next-Admin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @premieroctet/next-admin

## 7.0.0-rc.0

### Major Changes

- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: add custom generator ([#414](https://github.com/premieroctet/next-admin/issues/414))

## 6.1.5

### Patch Changes
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": "6.1.5",
"version": "7.0.0-rc.0",
"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 2aa241a

Please sign in to comment.