Skip to content

Commit

Permalink
Version Packages (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 13, 2024
1 parent 64737aa commit 3bffee1
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-meals-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-chairs-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-comics-deny.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/giant-terms-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-bears-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-shirts-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-clouds-deny.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-garlics-dress.md

This file was deleted.

36 changes: 36 additions & 0 deletions apps/docs/pages/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @premieroctet/next-admin

## 7.0.0

### Major Changes

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

### Patch Changes

- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Fix generator
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Explictly install lodash.debounce
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Merge main

## 7.0.0-rc.4

### Patch Changes

- Explictly install lodash.debounce

## 7.0.0-rc.3

### Patch Changes

- Fix generator

## 7.0.0-rc.1

### Patch Changes

- [6e060f2](https://github.com/premieroctet/next-admin/commit/6e060f2): Merge main

## 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.8

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @premieroctet/next-admin-cli

## 0.0.5

### Patch Changes

- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Apply dist/
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Fix generator
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): feat: support new generator ([#414](https://github.com/premieroctet/next-admin/issues/414))

## 0.0.5-rc.3

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

## 0.0.1

### Patch Changes

- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): feat: new json-schema libraries ([#414](https://github.com/premieroctet/next-admin/issues/414))
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Fix generator
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Change next-admin-json-schema dependenciy
- Updated dependencies [[64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f)]
- Updated dependencies [[64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f)]
- @premieroctet/next-admin-json-schema@0.0.1

## 0.0.1-rc.6

### Patch Changes
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.6",
"version": "0.0.1",
"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
@@ -1,5 +1,12 @@
# @premieroctet/next-admin-json-schema

## 0.0.1

### Patch Changes

- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): feat: new json-schema libraries ([#414](https://github.com/premieroctet/next-admin/issues/414))
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Fix generator

## 0.0.1-rc.3

### Patch Changes
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.3",
"version": "0.0.1",
"description": "JSON Schema helpers for Next-Admin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @premieroctet/next-admin

## 7.0.0

### Major Changes

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

### Patch Changes

- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Fix generator
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Explictly install lodash.debounce
- [64737aa](https://github.com/premieroctet/next-admin/commit/64737aaf636ee958efd028165ab4dd9ec050e29f): Merge main

## 7.0.0-rc.4

### 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": "7.0.0-rc.4",
"version": "7.0.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 3bffee1

Please sign in to comment.