Skip to content

Commit

Permalink
Version Packages (#137)
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] committed Apr 11, 2023
1 parent 4a82f2a commit 5929a3a
Show file tree
Hide file tree
Showing 8 changed files with 2,593 additions and 2,227 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-bags-prove.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# astro-example

## 0.0.4

### Patch Changes

- Updated dependencies [4a82f2a]
- rainbow-sprinkles@0.16.1

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-example",
"private": true,
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.1.25

### Patch Changes

- Updated dependencies [4a82f2a]
- rainbow-sprinkles@0.16.1

## 0.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-example",
"version": "0.1.24",
"version": "0.1.25",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/rainbow-sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rainbow-sprinkles

## 0.16.1

### Patch Changes

- 4a82f2a: Changed the type off `outlineOffset` from `<length>` to `<line-width>{1,4}`. This allows valid string sizes to be used such as `px` and `rem` units.

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbow-sprinkles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rainbow-sprinkles",
"version": "0.16.0",
"version": "0.16.1",
"description": "Responsive, theme-based style props for Vanilla Extract",
"main": "dist/rainbow-sprinkles.cjs.js",
"module": "dist/rainbow-sprinkles.esm.js",
Expand Down
Loading

0 comments on commit 5929a3a

Please sign in to comment.