Skip to content

Commit 06f4526

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.29 (#353)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent fe3483a commit 06f4526

File tree

8 files changed

+32
-7
lines changed

8 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 0.0.29
4+
5+
<!-- generated comparing v0.0.28..master -->
6+
7+
_Dec 20, 2024_
8+
9+
A big thanks to the 3 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- Use the correct serializer based on the direction value (#350) @brijeshb42
14+
- Fix `useTheme` return type (#338) @mnajdova
15+
- Add react 19 as a peer dependency (#347) @brijeshb42
16+
17+
### `@pigment-css/[email protected]`
18+
19+
- Implement @pigment-css/theme package (#341) @brijeshb42
20+
21+
### Core
22+
23+
- [docs]: fix quickstart command (#351) @yash49
24+
- [examples] Fix vite example & add dark mode support (#340) @mnajdova
25+
26+
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @yash49
27+
328
## 0.0.28
429

530
<!-- generated comparing v0.0.27..master -->

package.json

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

packages/pigment-css-nextjs-plugin/package.json

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

packages/pigment-css-react/package.json

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

packages/pigment-css-theme/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/theme",
3-
"version": "0.0.27",
3+
"version": "0.0.29",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",
@@ -30,7 +30,6 @@
3030
"test:ci": "cd ../../ && cross-env NODE_ENV=test BABEL_ENV=coverage nyc --reporter=lcov --report-dir=./coverage/pigment-css-theme mocha 'packages/pigment-css-theme/**/*.test.{js,ts,tsx}'",
3131
"typescript": "tsc --noEmit -p ."
3232
},
33-
"dependencies": {},
3433
"devDependencies": {
3534
"@types/chai": "^4.3.14",
3635
"chai": "^4.4.1"

packages/pigment-css-unplugin/package.json

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

packages/pigment-css-vite-plugin/package.json

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

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)