Skip to content

Commit

Permalink
Version Packages (#447)
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 Oct 1, 2024
1 parent dce87b0 commit ef558b3
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-beers-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-radios-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-ties-mate.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@premieroctet/next-admin": "6.1.1",
"@premieroctet/next-admin": "6.1.2",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"mini-svg-data-uri": "^1.4.4",
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/pages/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @premieroctet/next-admin

## 6.1.2

### Patch Changes

- [017a2e0](https://github.com/premieroctet/next-admin/commit/017a2e0): Add refresh on action perform (list and form)
- [89b38df](https://github.com/premieroctet/next-admin/commit/89b38df): add refresh on dialog action

## 6.1.1

### Patch Changes
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.1",
"@premieroctet/next-admin": "6.1.2",
"@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.2

### Patch Changes

- [dce87b0](https://github.com/premieroctet/next-admin/commit/dce87b0): fix: remove useless headlessui tailwind plugin

## 0.0.1

### 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.1",
"version": "0.0.2",
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.",
"bin": {
"next-admin-cli": "dist/index.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @premieroctet/next-admin

## 6.1.2

### Patch Changes

- [017a2e0](https://github.com/premieroctet/next-admin/commit/017a2e0): Add refresh on action perform (list and form)
- [89b38df](https://github.com/premieroctet/next-admin/commit/89b38df): add refresh on dialog action

## 6.1.1

### 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.1",
"version": "6.1.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 ef558b3

Please sign in to comment.