Skip to content

Commit

Permalink
Version Packages (#58)
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] authored Sep 2, 2022
1 parent 83015e6 commit 305e048
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-sloths-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-fans-push.md

This file was deleted.

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

## 0.1.14

### Patch Changes

- Updated dependencies [a4ec472]
- Updated dependencies [d60c450]
- [email protected]

## 0.1.13

### 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.13",
"version": "0.1.14",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 11 additions & 1 deletion packages/rainbow-sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# rainbow-sprinkles

## 0.13.0

### Minor Changes

- a4ec472: Added support for negative values

### Patch Changes

- d60c450: Updated dependencies

## 0.12.1

### Patch Changes
Expand Down Expand Up @@ -88,7 +98,7 @@
// App.tsx
import { rainbowSprinkles } from './rainbow-sprinkles.css';
const Box = props => {
const Box = (props) => {
const { className, style, otherProps } = rainbowSprinkles(props);
return <div className={className} style={style} {...otherProps} />;
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.12.1",
"version": "0.13.0",
"description": "Responsive, theme-based style props for Vanilla Extract",
"main": "dist/rainbow-sprinkles.cjs.js",
"module": "dist/rainbow-sprinkles.esm.js",
Expand Down
49 changes: 5 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 305e048

Please sign in to comment.