Skip to content

Commit

Permalink
[release] v0.0.9 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Apr 22, 2024
1 parent dd5ef2c commit 0a75015
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# [Versions](https://mui.com/versions/)

## v0.0.9

<!-- generated comparing v0.0.8..master -->

_Apr 22, 2024_

A big thanks to the 2 contributors who made this release possible.

### `@pigment-css/react@0.0.9`

- [fix] Use wildcard for exports instead of individual paths (#28) @brijeshb42
- [fix] Add `private-runtime` directory in the package.json (#33) @mnajdova

### Core

- Enable release:changelog in CI (#30) @mnajdova

All contributors of this release in alphabetical order: @brijeshb42, @mnajdova

## v0.0.8

_Apr 19, 2024_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/monorepo",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/nextjs-plugin",
"version": "0.0.8",
"version": "0.0.9",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/react",
"version": "0.0.8",
"version": "0.0.9",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/unplugin",
"version": "0.0.8",
"version": "0.0.9",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/vite-plugin",
"version": "0.0.8",
"version": "0.0.9",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 0a75015

Please sign in to comment.