Skip to content

Commit

Permalink
[core] Update the versions & changelog to reflect the last release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Apr 19, 2024
1 parent 4552664 commit cb237eb
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 22 deletions.
54 changes: 37 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# [Versions](https://mui.com/versions/)

## v0.0.7

<!-- generated comparing v6.0.0-alpha.2..next -->

_Apr 17, 2024_

A big thanks to the 2 contributors who made this release possible. Here is the highlight of this release ✨:

- 🚀 Updated the sx transformation to also support components created with emotion

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

- Implement sx transform for system components (#41861) @brijeshb42

### Docs

- [pigment-css] Fixed README typos (#41870) @MohammadShehadeh

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

## v0.0.6

<!-- generated comparing v6.0.0-alpha.1..next -->
Expand All @@ -11,21 +31,21 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements

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

- &#8203;<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
- [core] Remove `muiName` during eval phase (#41811) @brijeshb42

### `@pigment-css/nextjs-plugin@0.0.6`

- &#8203;<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
- &#8203;<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
- [nextjs] Handle file references passed through imports (#41817) @brijeshb42
- [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42

### Docs

- &#8203;<!-- 06 -->[pigment-css] Fix README typo (#41808) @aarongarciah
- &#8203;<!-- 05 -->[pigment-css] Fix output on dynamic styles example (#41805) @aarongarciah
- [pigment-css] Fix README typo (#41808) @aarongarciah
- [pigment-css] Fix output on dynamic styles example (#41805) @aarongarciah

### Core

- &#8203;<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
- [core] Remove unused files (#41818) @mnajdova

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

Expand Down Expand Up @@ -97,17 +117,17 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements

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

- &#8203;<!-- 03 -->Add Box component (#41451) @brijeshb42
- Add Box component (#41451) @brijeshb42

### `pigment-css/nextjs-plugin@0.0.3`

- &#8203;<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
- &#8203;<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
- Fix alias resolver (#41494) @brijeshb42
- Follow-up to #41494 (#41502) @brijeshb42

### Docs

- &#8203;<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
- &#8203;<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
- [pigment-css] Add media query guide (#41473) @siriwatknp
- [pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr

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

Expand Down Expand Up @@ -155,14 +175,14 @@ This is the first public release of the zero-runtime CSS-in-JS library, Pigment

### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1`

- &#8203;<!-- 06 -->[pigment-css] Add support for styled tagged-template literals (#41268) @brijeshb42
- &#8203;<!-- 04 -->[pigment-css] Move extendTheme to already existing @pigment-css/react/utils (#41254) @brijeshb42
- &#8203;<!-- 03 -->[pigment-css] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
- &#8203;<!-- 02 -->[pigment-css] Minor wording changes in README (#41253) @brijeshb42
- &#8203;<!-- 01 -->[pigment-css] Prepare zero-runtime packages for public release (#41226) @brijeshb42
- [pigment-css] Add support for styled tagged-template literals (#41268) @brijeshb42
- [pigment-css] Move extendTheme to already existing @pigment-css/react/utils (#41254) @brijeshb42
- [pigment-css] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
- [pigment-css] Minor wording changes in README (#41253) @brijeshb42
- [pigment-css] Prepare zero-runtime packages for public release (#41226) @brijeshb42

### Docs

- &#8203;<!-- 19 -->[pigment-css] Add a Why section on the README (#41284) @danilo-leal
- [pigment-css] Add a Why section on the README (#41284) @danilo-leal

All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @siriwatknp
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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit cb237eb

Please sign in to comment.