Skip to content

Commit

Permalink
Version Packages (#96)
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 Dec 15, 2022
1 parent bf7d842 commit bde3dc4
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 249 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-birds-complain.md

This file was deleted.

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

## 0.1.21

### Patch Changes

- Updated dependencies [bf7d842]
- rainbow-sprinkles@0.15.1

## 0.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.20",
"version": "0.1.21",
"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.15.1

### Patch Changes

- bf7d842: Replaced Array.at() to improve browser support

## 0.15.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.15.0",
"version": "0.15.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 bde3dc4

Please sign in to comment.