Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/large-lizards-help.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/light-maps-type.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tame-humans-leave.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/panda-plugin-add-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @amandaguthrie/panda-plugin-add-export

## 0.1.2

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-plugin-add-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-plugin-add-export",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Panda CSS Plugin that allows you to add exports to generated files",
"author": {
"name": "Amanda Guthrie",
Expand Down
8 changes: 8 additions & 0 deletions packages/panda-plugin-type-extend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @amandaguthrie/panda-plugin-type-extend

## 0.1.2

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-plugin-type-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-plugin-type-extend",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Panda CSS Plugin that allows you to extend generated types",
"author": {
"name": "Amanda Guthrie",
Expand Down
11 changes: 11 additions & 0 deletions packages/panda-preset-breakpoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @amandaguthrie/panda-preset-breakpoints

## 0.2.1

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
- @amandaguthrie/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-preset-breakpoints",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Panda CSS Preset that generates breakpoints based on popular design systems.",
"author": {
"name": "Amanda Guthrie",
Expand Down
25 changes: 25 additions & 0 deletions packages/panda-preset-color-radix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @amandaguthrie/panda-preset-color-radix

## 0.3.1

### Patch Changes

- [#22](https://github.com/amandaguthrie/panda-css-presets/pull/22) [`58f4948`](https://github.com/amandaguthrie/panda-css-presets/commit/58f49487dd992dd41c1642b0de8037afe474f3fb) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

##### Adds Three Color Scale Values

We've added three scale values to the standard Radix colors for ease of theming.

- **0:** Intended for white in light mode and black for dark mode.
- **9c:** The contrast color for color scale 9. A few Radix colors require dark text to meet contrast requirements. This
makes it easier by building those contrast values into the core and semantic color scales in a consistent fashion.
Defaults to white for all colors except for amber, yellow, mint, lime, and sky.
- **13:** Intended for black in light mode and white for dark mode.

The default black and white colors can be replaced in the preset options using the <code>contrastColorOverrides</code> object.

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
- @amandaguthrie/[email protected]

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-color-radix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-preset-color-radix",
"version": "0.3.0",
"version": "0.3.1",
"description": "A Panda CSS Preset that generates Radix UI Colors as core and semantic tokens",
"author": {
"name": "Amanda Guthrie",
Expand Down
11 changes: 11 additions & 0 deletions packages/panda-preset-font-modernfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @amandaguthrie/panda-preset-font-modernfs

## 0.2.1

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
- @amandaguthrie/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-font-modernfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-preset-font-modernfs",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Panda CSS Preset that generates Modern Font Stacks fonts as core tokens",
"author": {
"name": "Amanda Guthrie",
Expand Down
11 changes: 11 additions & 0 deletions packages/panda-preset-framework-simplecss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @amandaguthrie/panda-preset-framework-simplecss

## 0.2.1

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

- Updated dependencies [[`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e), [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e)]:
- @amandaguthrie/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-framework-simplecss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-preset-framework-simplecss",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Panda CSS preset based on simple.css",
"author": {
"name": "Amanda Guthrie",
Expand Down
12 changes: 12 additions & 0 deletions packages/panda-preset-shared-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @amandaguthrie/panda-preset-shared-utils

## 0.4.1

### Patch Changes

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` peer dependency from 0.x to >=0.0.0

- [#25](https://github.com/amandaguthrie/panda-css-presets/pull/25) [`a8fccf9`](https://github.com/amandaguthrie/panda-css-presets/commit/a8fccf98661bffdf9372ab4d8cee9a6ccf9aca4e) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br/>

- Update `@pandacss/dev` and `@pandacss/types` dev dependencies to ^1.0.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amandaguthrie/panda-preset-shared-utils",
"version": "0.4.0",
"version": "0.4.1",
"description": "Shared utilities for other Panda presets.",
"author": {
"name": "Amanda Guthrie",
Expand Down