Skip to content

Commit 1b918d1

Browse files
authored
v0.0.16 (#161)
1 parent e99c195 commit 1b918d1

File tree

7 files changed

+117
-6
lines changed

7 files changed

+117
-6
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+
> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css
4+
> node scripts/releaseChangelog.mjs
5+
6+
## v0.0.16
7+
8+
<!-- generated comparing v0.0.15..master -->
9+
10+
_Jun 25, 2024_
11+
12+
A big thanks to the 2 contributors who made this release possible.
13+
14+
### `@pigment-css/[email protected]`
15+
16+
- [Grid] Add wrap prop (#159) @mnajdova
17+
18+
### `@pigment-css/[email protected]`
19+
20+
- Make library path check OS agnostic (#160) @brijeshb42
21+
22+
### `@pigment-css/[email protected]`
23+
24+
- Make library path check OS agnostic (#160) @brijeshb42
25+
26+
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova
27+
328
## v0.0.15
429

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

pnpm-lock.yaml

Lines changed: 87 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)