Skip to content

Commit 9be2ffb

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.27 (#321)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent 24d0aff commit 9be2ffb

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
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.27
4+
5+
<!-- generated comparing v0.0.26..master -->
6+
7+
_Nov 13, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- Bump wyw versions (#320) @brijeshb42
14+
15+
### `@pigment-css/[email protected]`
16+
17+
- Fix path resolution (#310) @brijeshb42
18+
- Bump wyw versions (#320) @brijeshb42
19+
20+
### Core
21+
22+
- [core] Fix webpack capitalization (#311) @oliviertassinari
23+
- [core] Fix Stack Overflow mention (dea4b14) @oliviertassinari
24+
- [docs-infra] More docs infra changes (#304) @brijeshb42
25+
26+
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari
27+
328
## 0.0.26
429

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

0 commit comments

Comments
 (0)