Skip to content

Commit a3d3b17

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.30 (#366)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent 1265dc1 commit a3d3b17

File tree

7 files changed

+33
-6
lines changed

7 files changed

+33
-6
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 0.0.30
4+
5+
<!-- generated comparing v0.0.29..master -->
6+
7+
_Jan 14, 2025_
8+
9+
A big thanks to the 4 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- fix: spread style object before deleting variants (#364) @brijeshb42
14+
- fix: type CreateStyledComponent to accept string and object (#354) @FourwingsY
15+
16+
### `@pigment-css/[email protected]`
17+
18+
- fix(theme): Allow listing values with number keys (#360) @brijeshb42
19+
20+
### `@pigment-css/[email protected]`
21+
22+
- Bump Vite to v6 (#355) @bogdanyluk
23+
24+
### Core
25+
26+
- [docs] Fix Vale error (a538810) @oliviertassinari
27+
28+
All contributors of this release in alphabetical order: @bogdanyluk, @brijeshb42, @FourwingsY, @oliviertassinari
29+
330
## 0.0.29
431

532
<!-- generated comparing v0.0.28..master -->

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/monorepo",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

Diff for: packages/pigment-css-nextjs-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/nextjs-plugin",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

Diff for: packages/pigment-css-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/react",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

Diff for: packages/pigment-css-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/theme",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

Diff for: packages/pigment-css-unplugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/unplugin",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

Diff for: packages/pigment-css-vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/vite-plugin",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)