Skip to content

Commit 0a75015

Browse files
authored
[release] v0.0.9 (#32)
1 parent dd5ef2c commit 0a75015

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

CHANGELOG.md

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

3+
## v0.0.9
4+
5+
<!-- generated comparing v0.0.8..master -->
6+
7+
_Apr 22, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- [fix] Use wildcard for exports instead of individual paths (#28) @brijeshb42
14+
- [fix] Add `private-runtime` directory in the package.json (#33) @mnajdova
15+
16+
### Core
17+
18+
- Enable release:changelog in CI (#30) @mnajdova
19+
20+
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova
21+
322
## v0.0.8
423

524
_Apr 19, 2024_

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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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

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

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

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

0 commit comments

Comments
 (0)