Skip to content

Commit 0e6c409

Browse files
authoredApr 19, 2024
[release] v0.0.8 (mui#27)
1 parent eb98bb3 commit 0e6c409

File tree

6 files changed

+35
-9
lines changed

6 files changed

+35
-9
lines changed
 

‎CHANGELOG.md

+30-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
# [Versions](https://mui.com/versions/)
22

3-
## v0.0.7
3+
## v0.0.8
4+
5+
_Apr 19, 2024_
6+
7+
A big thanks to the 3 contributors who made this release possible.
8+
This release is mostly around infrastructure work related to moving the project to its own repository.
9+
Starting with this release, all packages are going to be released under the `latest` tag, instead of `next`, in order to simplify the installation process.
10+
11+
### `@pigment-css/react@0.0.8`
12+
13+
- [core][enhancement] Disable WeakRef usage in WyW modulate evaluation (#25) @brijeshb42
14+
- [core] Add support for sx replacement in transformed jsx calls (#22) @brijeshb42
15+
16+
### Docs
417

5-
<!-- generated comparing v6.0.0-alpha.2..next -->
18+
- [react] Add How Pigment CSS works guide (#18) @brijeshb42
19+
- Update creating a new issue link (#20) @ZeeshanTamboli
20+
- Fix wrong header hash in the README.md (#26) @mnajdova
21+
22+
### Core
23+
24+
- Create Circle CI config (#4) @mnajdova
25+
- Enable the CI (#12) @mnajdova
26+
- Enable ci/sandbox (#14) @mnajdova
27+
- Remove paths associated with the @mui packages (#15) @mnajdova
28+
- Add GitHub workflows (#19) @mnajdova
29+
- Add build:ci script (#23) @mnajdova
30+
31+
All contributors of this release in alphabetical order: @brijeshb42, @mnajdova, @ZeeshanTamboli
32+
33+
## v0.0.7
634

735
_Apr 17, 2024_
836

@@ -22,8 +50,6 @@ All contributors of this release in alphabetical order: @brijeshb42, @MohammadSh
2250

2351
## v0.0.6
2452

25-
<!-- generated comparing v6.0.0-alpha.1..next -->
26-
2753
_Apr 9, 2024_
2854

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

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

0 commit comments

Comments
 (0)
Failed to load comments.