Skip to content

Commit

Permalink
Version Packages (#172)
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 Jun 11, 2024
1 parent eb31034 commit 55eedb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-scissors-yawn.md

This file was deleted.

14 changes: 10 additions & 4 deletions packages/rainbow-sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rainbow-sprinkles

## 0.17.2

### Patch Changes

- [#169](https://github.com/wayfair/rainbow-sprinkles/pull/169) [`54915d1`](https://github.com/wayfair/rainbow-sprinkles/commit/54915d1760593fdb49053c6caaf9956c5ae88892) Thanks [@s-robertson](https://github.com/s-robertson)! - Fix an issue where conditionless properties that have both static and dynamic values wouldn't provide autocomplete suggestions for the static values.

## 0.17.1

### Patch Changes
Expand All @@ -16,13 +22,13 @@

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

export const sprinklesLayer = layer();

const properties = defineProperties({
'@layer': sprinklesLayer,
"@layer": sprinklesLayer,
// etc.
});
```
Expand Down Expand Up @@ -201,7 +207,7 @@

```tsx
// App.tsx
import { rainbowSprinkles } from './rainbow-sprinkles.css';
import { rainbowSprinkles } from "./rainbow-sprinkles.css";
const Box = (props) => {
const { className, style, otherProps } = rainbowSprinkles(props);
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.17.1",
"version": "0.17.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 55eedb3

Please sign in to comment.