Skip to content

Commit

Permalink
v0.0.30 (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Brijesh Bittu <brijesh42@gmail.com>
  • Loading branch information
brijeshb42 and Brijesh Bittu authored Jan 14, 2025
1 parent 1265dc1 commit a3d3b17
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# [Versions](https://mui.com/versions/)

## 0.0.30

<!-- generated comparing v0.0.29..master -->

_Jan 14, 2025_

A big thanks to the 4 contributors who made this release possible.

### `@pigment-css/react@0.0.30`

- fix: spread style object before deleting variants (#364) @brijeshb42
- fix: type CreateStyledComponent to accept string and object (#354) @FourwingsY

### `@pigment-css/theme@0.0.30`

- fix(theme): Allow listing values with number keys (#360) @brijeshb42

### `@pigment-css/vite-plugin@0.0.30`

- Bump Vite to v6 (#355) @bogdanyluk

### Core

- [docs] Fix Vale error (a538810) @oliviertassinari

All contributors of this release in alphabetical order: @bogdanyluk, @brijeshb42, @FourwingsY, @oliviertassinari

## 0.0.29

<!-- generated comparing v0.0.28..master -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/monorepo",
"version": "0.0.29",
"version": "0.0.30",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/nextjs-plugin",
"version": "0.0.29",
"version": "0.0.30",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/react",
"version": "0.0.29",
"version": "0.0.30",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/theme",
"version": "0.0.29",
"version": "0.0.30",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/unplugin",
"version": "0.0.29",
"version": "0.0.30",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/vite-plugin",
"version": "0.0.29",
"version": "0.0.30",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit a3d3b17

Please sign in to comment.