Skip to content

Commit beb4e68

Browse files
Release: Publish Packages (#11)
* Version Packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ced6a4c commit beb4e68

File tree

11 files changed

+47
-32
lines changed

11 files changed

+47
-32
lines changed

.changeset/green-trains-check.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/purple-snails-change.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/wicked-yaks-punch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/panda-preset-breakpoints/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @amandaguthrie/panda-preset-breakpoints
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66cbd67`](https://github.com/amandaguthrie/panda-css-presets/commit/66cbd674bfc30a92cb1beb01b3cdb6c15e4b91cd)]:
8+
- @amandaguthrie/panda-preset-shared-utils@0.2.0
9+
310
## 0.1.0
411

512
### Minor Changes

packages/panda-preset-breakpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-breakpoints",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Panda CSS Preset that generates breakpoints based on popular design systems.",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-color-radix/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @amandaguthrie/panda-preset-color-radix
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#10](https://github.com/amandaguthrie/panda-css-presets/pull/10) [`66cbd67`](https://github.com/amandaguthrie/panda-css-presets/commit/66cbd674bfc30a92cb1beb01b3cdb6c15e4b91cd) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - ## Internal Changes
8+
- Moved internal function `parsePrefix` to `@amandaguthrie/panda-preset-shared-utils`.
9+
- Updated preset default and options types.
10+
- Updated dependencies [[`66cbd67`](https://github.com/amandaguthrie/panda-css-presets/commit/66cbd674bfc30a92cb1beb01b3cdb6c15e4b91cd)]:
11+
- @amandaguthrie/panda-preset-shared-utils@0.2.0
12+
313
## 0.1.0
414

515
### Minor Changes

packages/panda-preset-color-radix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-color-radix",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Panda CSS Preset that generates Radix UI Colors as core and semantic tokens",
55
"author": {
66
"name": "Amanda Guthrie",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @amandaguthrie/panda-preset-framework-simplecss
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#12](https://github.com/amandaguthrie/panda-css-presets/pull/12) [`ced6a4c`](https://github.com/amandaguthrie/panda-css-presets/commit/ced6a4c81fa4cc55b09523213a1ad10abd2186cf) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - <br>
8+
9+
### 🆕 Adds
10+
11+
- New preset for using [Simple.css](https://github.com/kevquirk/simple.css) with Panda CSS.
12+
- The preset allows configuration of colors and fonts.
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`66cbd67`](https://github.com/amandaguthrie/panda-css-presets/commit/66cbd674bfc30a92cb1beb01b3cdb6c15e4b91cd)]:
17+
- @amandaguthrie/panda-preset-shared-utils@0.2.0

packages/panda-preset-framework-simplecss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amandaguthrie/panda-preset-framework-simplecss",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A Panda CSS preset based on simple.css",
55
"author": {
66
"name": "Amanda Guthrie",

packages/panda-preset-shared-utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @amandaguthrie/panda-preset-shared-utils
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#10](https://github.com/amandaguthrie/panda-css-presets/pull/10) [`66cbd67`](https://github.com/amandaguthrie/panda-css-presets/commit/66cbd674bfc30a92cb1beb01b3cdb6c15e4b91cd) Thanks [@amandaguthrie](https://github.com/amandaguthrie)! - ## Additions
8+
- Add `isEmptyString` and `isOnlyWhitespace` functions and tests
9+
- Add `parsePrefix` function and tests
10+
- Add `deepmerge` export from `deepmerge-ts` and `deepMergeConfigOptions` functions
11+
312
## 0.1.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)