Skip to content

Commit

Permalink
Version Packages (#141)
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 May 3, 2023
1 parent d2f2e29 commit e1ed0f1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-phones-itch.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.5

### Patch Changes

- Updated dependencies [d2f2e29]
- rainbow-sprinkles@0.16.2

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.26

### Patch Changes

- Updated dependencies [d2f2e29]
- rainbow-sprinkles@0.16.2

## 0.1.25

### 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.25",
"version": "0.1.26",
"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.2

### Patch Changes

- d2f2e29: Update flexShrink type to support string values

## 0.16.1

### Patch 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.1",
"version": "0.16.2",
"description": "Responsive, theme-based style props for Vanilla Extract",
"main": "dist/rainbow-sprinkles.cjs.js",
"module": "dist/rainbow-sprinkles.esm.js",
Expand Down

0 comments on commit e1ed0f1

Please sign in to comment.