Skip to content

Commit

Permalink
Merge pull request #193 from kumaaa-inc/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
nanopx authored Aug 31, 2023
2 parents 3103890 + 44ecbe4 commit 919c214
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-parents-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mice-juggle.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shadow-panda/preset

## 0.6.0

### Minor Changes

- 01fade4: Renamed `tableContainerStyles` and `tableStyles` to `typographyTableContainer` and `typographyTable` respectively.
- 01fade4: `Alert`, `Card`, `Table`, `Form` components now uses the normal config recipe instead of slot recipes. The main purpose of this is to avoid the `'use client'` directive (except for the `Form` which uses the context from `react-hook-form`, but the styles can be reused in forms like the [server-only forms from Next.js](https://nextjs.org/docs/app/building-your-application/data-fetching/forms-and-mutations#server-only-forms)).

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shadow-panda/preset",
"description": "The preset for PandaCSS that contains the theme for Shadow Panda",
"version": "0.5.0",
"version": "0.6.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/style-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shadow-panda/style-context

## 0.6.0

## 0.5.0

## 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/style-context/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shadow-panda/style-context",
"description": "Shared style context for slot recipes in ShadowPanda",
"version": "0.5.0",
"version": "0.6.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 919c214

Please sign in to comment.