Skip to content

Commit

Permalink
Version Packages (#149)
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 Jul 10, 2023
1 parent 3731e6a commit 9f8d422
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .changeset/selfish-yaks-destroy.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.6

### Patch Changes

- Updated dependencies [3731e6a]
- rainbow-sprinkles@0.17.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.27

### Patch Changes

- Updated dependencies [3731e6a]
- rainbow-sprinkles@0.17.0

## 0.1.26

### 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.26",
"version": "0.1.27",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
21 changes: 21 additions & 0 deletions packages/rainbow-sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# rainbow-sprinkles

## 0.17.0

### Minor Changes

- 3731e6a: Support assigning properties to layers via `@layer` option on `defineProperties`

**Example usage:**

```ts
// sprinkles.css.ts
import { defineProperties } from 'rainbow-sprinkles';
import { layer } from '@vanilla-extract/css';

export const sprinklesLayer = layer();

const properties = defineProperties({
'@layer': sprinklesLayer,
// etc.
});
```

## 0.16.2

### 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.2",
"version": "0.17.0",
"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 9f8d422

Please sign in to comment.