Skip to content

Commit

Permalink
v0.0.29 (#353)
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 Dec 24, 2024
1 parent fe3483a commit 06f4526
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# [Versions](https://mui.com/versions/)

## 0.0.29

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

_Dec 20, 2024_

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

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

- Use the correct serializer based on the direction value (#350) @brijeshb42
- Fix `useTheme` return type (#338) @mnajdova
- Add react 19 as a peer dependency (#347) @brijeshb42

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

- Implement @pigment-css/theme package (#341) @brijeshb42

### Core

- [docs]: fix quickstart command (#351) @yash49
- [examples] Fix vite example & add dark mode support (#340) @mnajdova

All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @yash49

## 0.0.28

<!-- generated comparing v0.0.27..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.28",
"version": "0.0.29",
"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.28",
"version": "0.0.29",
"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.28",
"version": "0.0.29",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions 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.27",
"version": "0.0.29",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,6 @@
"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}'",
"typescript": "tsc --noEmit -p ."
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.3.14",
"chai": "^4.4.1"
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.28",
"version": "0.0.29",
"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.28",
"version": "0.0.29",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06f4526

Please sign in to comment.