Skip to content

Commit 54d65c9

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.26 (#308)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent f3aea9a commit 54d65c9

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.26
4+
5+
<!-- generated comparing v0.0.25..master -->
6+
7+
_Nov 8, 2024_
8+
9+
A big thanks to the 3 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- [react] Bump package versions and fix related TS errors (#294) @brijeshb42
14+
15+
### `@pigment-css/[email protected]`
16+
17+
- [nextjs] Fix tsconfig's path resolving (#182) @brijeshb42
18+
19+
### Docs
20+
21+
- [docs] Remove next tag from installation instructions (#292) @tschaub
22+
- [docs] Setup a new next.js application for documentation (#299) @brijeshb42
23+
24+
### Core
25+
26+
- [core] Bump package versions (#294) @brijeshb42
27+
- [core] Fix Tidelift reference (#306) @oliviertassinari
28+
- [core] Increase the minimum Node.js version support to 14.0.0 (#254) @oliviertassinari
29+
- [core] Fix tools-public.mui.com redirection @oliviertassinari
30+
- [example] Update vite example (#300) @brijeshb42
31+
32+
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @tschaub
33+
334
## 0.0.25
435

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

0 commit comments

Comments
 (0)