Skip to content

Commit fc72565

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.28 (#333)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent 7656672 commit fc72565

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

Diff for: CHANGELOG.md

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

3+
## 0.0.28
4+
5+
<!-- generated comparing v0.0.27..master -->
6+
7+
_Nov 25, 2024_
8+
9+
A big thanks to the 3 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- [react] Mark prop-types as direct dependency (#330) @brijeshb42
14+
15+
### Core
16+
17+
- [core] Add OpenSSF badge (#325) @oliviertassinari
18+
- [core] Fix test_types_next job (#271) @Janpot
19+
- [infra] Improve bug template for reproductions (e9bef97) @oliviertassinari
20+
21+
All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @oliviertassinari
22+
323
## 0.0.27
424

525
<!-- generated comparing v0.0.26..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.27",
3+
"version": "0.0.28",
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.27",
3+
"version": "0.0.28",
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.27",
3+
"version": "0.0.28",
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.27",
3+
"version": "0.0.28",
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.27",
3+
"version": "0.0.28",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)