Skip to content

Commit

Permalink
v0.0.16 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Jun 25, 2024
1 parent e99c195 commit 1b918d1
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# [Versions](https://mui.com/versions/)

> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css
> node scripts/releaseChangelog.mjs
## v0.0.16

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

_Jun 25, 2024_

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

### `@pigment-css/[email protected]`

- [Grid] Add wrap prop (#159) @mnajdova

### `@pigment-css/[email protected]`

- Make library path check OS agnostic (#160) @brijeshb42

### `@pigment-css/[email protected]`

- Make library path check OS agnostic (#160) @brijeshb42

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

## v0.0.15

<!-- generated comparing v0.0.14..master -->
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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
88 changes: 87 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b918d1

Please sign in to comment.