Skip to content

Commit 624e608

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.25 (#287)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent d393b9e commit 624e608

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

CHANGELOG.md

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

3+
## 0.0.25
4+
5+
<!-- generated comparing v0.0.24..master -->
6+
7+
_Oct 25, 2024_
8+
9+
A big thanks to the 5 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- Fix scoping issue with sx dynamic value transform (#286) @brijeshb42
14+
15+
### Core
16+
17+
- [code-infra] Remove releaseChangelog.mjs duplication (#273) @oliviertassinari
18+
- [core] Upgrade @mui/monorepo (#274) @oliviertassinari
19+
- [core] Remove <-- from changelog (#272) @oliviertassinari
20+
- [core] Link to production app for bundle size @oliviertassinari
21+
- [core] Bump npx update-browserslist-db@latest (#256) @oliviertassinari
22+
- [docs] Fix broken link (#260) @mnajdova
23+
- [docs] Fix syntax in JSDoc example (#261) @yoohahn
24+
- [docs] Readme tweaks (#266) @aarongarciah
25+
- [docs] Fix 301 redirections in docs @oliviertassinari
26+
- [docs] Fix git diff format (#245) @oliviertassinari
27+
- [examples] Fix webpack CLI instructions (#277) @oliviertassinari
28+
- [examples] Avoid git diff when playing with examples @oliviertassinari
29+
- [infra] Fix line break in Stack Overflow message @oliviertassinari
30+
- [infra] Fix line break in Stack Overflow message @oliviertassinari
31+
32+
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @mnajdova, @oliviertassinari, @yoohahn
33+
334
## 0.0.24
435

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

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.24",
3+
"version": "0.0.25",
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.24",
3+
"version": "0.0.25",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)