Skip to content

Commit

Permalink
Version Packages (#99)
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
seek-oss-ci and github-actions[bot] authored May 6, 2021
1 parent 45a6eef commit fbc1392
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/neat-buttons-shave.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/preset-typescript": "^7.13.0",
"@vanilla-extract/babel-plugin": "^0.4.0",
"@vanilla-extract/css": "0.4.3",
"@vanilla-extract/sprinkles": "^0.2.0",
"@vanilla-extract/sprinkles": "^0.2.1",
"@vanilla-extract/webpack-plugin": "^0.3.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/sprinkles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"private": true,
"dependencies": {
"@vanilla-extract/css": "0.4.3",
"@vanilla-extract/sprinkles": "0.2.0"
"@vanilla-extract/sprinkles": "0.2.1"
}
}
9 changes: 9 additions & 0 deletions packages/sprinkles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vanilla-extract/sprinkles

## 0.2.1

### Patch Changes

- [#98](https://github.com/seek-oss/vanilla-extract/pull/98) [`45a6eef`](https://github.com/seek-oss/vanilla-extract/commit/45a6eeff8548db3841615e38589f57cbd526ea8a) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix some minor type issues

- Better support passing config to `createAtomicStyles` that was not defined inline
- Remove array methods being exposed on properties using number arrays

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sprinkles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilla-extract/sprinkles",
"version": "0.2.0",
"version": "0.2.1",
"description": "Zero-runtime atomic CSS framework for vanilla-extract",
"sideEffects": false,
"main": "dist/vanilla-extract-sprinkles.cjs.js",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ __metadata:
resolution: "@fixtures/sprinkles@workspace:fixtures/sprinkles"
dependencies:
"@vanilla-extract/css": 0.4.3
"@vanilla-extract/sprinkles": 0.2.0
"@vanilla-extract/sprinkles": 0.2.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2865,7 +2865,7 @@ __metadata:
languageName: unknown
linkType: soft

"@vanilla-extract/sprinkles@0.2.0, @vanilla-extract/sprinkles@^0.2.0, @vanilla-extract/sprinkles@workspace:packages/sprinkles":
"@vanilla-extract/sprinkles@0.2.1, @vanilla-extract/sprinkles@^0.2.1, @vanilla-extract/sprinkles@workspace:packages/sprinkles":
version: 0.0.0-use.local
resolution: "@vanilla-extract/sprinkles@workspace:packages/sprinkles"
dependencies:
Expand Down Expand Up @@ -12519,7 +12519,7 @@ typescript@^4.1.3:
"@types/tailwindcss": ^2
"@vanilla-extract/babel-plugin": ^0.4.0
"@vanilla-extract/css": 0.4.3
"@vanilla-extract/sprinkles": ^0.2.0
"@vanilla-extract/sprinkles": ^0.2.1
"@vanilla-extract/webpack-plugin": ^0.3.0
babel-loader: ^8.2.2
css-loader: ^5.2.4
Expand Down

0 comments on commit fbc1392

Please sign in to comment.