@@ -21,7 +21,7 @@ A big thanks to the 4 contributors who made this release possible.
2121
2222- Bump Vite to v6 (#355 ) @bogdanyluk
2323
24- ### Core
24+ ### Internal
2525
2626- [ docs] Fix Vale error (a538810) @oliviertassinari
2727
@@ -45,7 +45,7 @@ A big thanks to the 3 contributors who made this release possible.
4545
4646- Implement @pigment-css/theme package (#341 ) @brijeshb42
4747
48- ### Core
48+ ### Internal
4949
5050- [ docs] : fix quickstart command (#351 ) @yash49
5151- [ examples] Fix vite example & add dark mode support (#340 ) @mnajdova
@@ -64,7 +64,7 @@ A big thanks to the 3 contributors who made this release possible.
6464
6565- [ react] Mark prop-types as direct dependency (#330 ) @brijeshb42
6666
67- ### Core
67+ ### Internal
6868
6969- [ core] Add OpenSSF badge (#325 ) @oliviertassinari
7070- [ core] Fix test_types_next job (#271 ) @Janpot
@@ -89,7 +89,7 @@ A big thanks to the 2 contributors who made this release possible.
8989- Fix path resolution (#310 ) @brijeshb42
9090- Bump wyw versions (#320 ) @brijeshb42
9191
92- ### Core
92+ ### Internal
9393
9494- [ core] Fix webpack capitalization (#311 ) @oliviertassinari
9595- [ core] Fix Stack Overflow mention (dea4b14) @oliviertassinari
@@ -118,7 +118,7 @@ A big thanks to the 3 contributors who made this release possible.
118118- [ docs] Remove next tag from installation instructions (#292 ) @tschaub
119119- [ docs] Setup a new next.js application for documentation (#299 ) @brijeshb42
120120
121- ### Core
121+ ### Internal
122122
123123- [ core] Bump package versions (#294 ) @brijeshb42
124124- [ core] Fix Tidelift reference (#306 ) @oliviertassinari
@@ -140,7 +140,7 @@ A big thanks to the 5 contributors who made this release possible.
140140
141141- Fix scoping issue with sx dynamic value transform (#286 ) @brijeshb42
142142
143- ### Core
143+ ### Internal
144144
145145- [ code-infra] Remove releaseChangelog.mjs duplication (#273 ) @oliviertassinari
146146- [ core] Upgrade @mui/monorepo (#274 ) @oliviertassinari
@@ -197,7 +197,7 @@ A big thanks to the 5 contributors who made this release possible. This PR mainl
197197- [ nextjs] Fix react import check bug introduced in #228 (#236 ) @brijeshb42
198198- [ nextjs] Move the import startsWith next check at end (#228 ) @brijeshb42
199199
200- ### Core
200+ ### Internal
201201
202202- [ core] Fix 301 link to Next.js and git diff @oliviertassinari
203203- [ core] Fix package.json repository rule @oliviertassinari
@@ -225,7 +225,7 @@ A big thanks to the 3 contributors who made this release possible.
225225- Fix bug related to path separator on Windows (#218 ) @brijeshb42
226226- Fix styled-engine new internals (#220 ) @romgrk
227227
228- ### Core
228+ ### Internal
229229
230230- [ core] Pin GitHub action dependency (#221 ) @oliviertassinari
231231- [ core] Fix CI with fake docs (#222 ) @oliviertassinari
@@ -287,7 +287,7 @@ A big thanks to the 3 contributors who made this release possible.
287287
288288- [ docs] Clarify security policy @oliviertassinari
289289
290- ### Core
290+ ### Internal
291291
292292- [ core] Temporarily fallback to v5 of Material UI (#198 ) @brijeshb42
293293- [ core] Fix event naming convention @oliviertassinari
@@ -331,7 +331,7 @@ A big thanks to the 3 contributors who made this release possible.
331331
332332- [ plugin] Allow runtime libraries to have their own theme and styles css path (#165 ) @brijeshb42
333333
334- ### Core
334+ ### Internal
335335
336336- [ core] Simpler pnpm dedupe error message to act on @oliviertassinari
337337- [ examples] Rename next.config.js to next.config.mjs (#157 ) @brijeshb42
@@ -384,7 +384,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
384384
385385- Fix misuse variable to transform libraries (#153 ) @siriwatknp
386386
387- ### Core
387+ ### Internal
388388
389389- [ code-infra] Propagate pnpm engine in package.json (#126 ) @Janpot
390390- [ core] Update package manager to 9.4.0 (#156 ) @siriwatknp
@@ -444,7 +444,7 @@ A big thanks to the 6 contributors who made this release possible. Here are some
444444- Improve wording (#70 ) @aarongarciah
445445- Fix roadmap link (#60 ) @oliviertassinari
446446
447- ### Core
447+ ### Internal
448448
449449- Remove confusing comment @oliviertassinari
450450- Cleanup (#63 ) @brijeshb42
@@ -471,7 +471,7 @@ A big thanks to the 2 contributors who made this release possible. Here are some
471471- Replace lowercase with lowerFirst (#54 ) @siriwatknp
472472- Reorder the css generation order for styled calls (#56 ) @brijeshb42
473473
474- ### Core
474+ ### Internal
475475
476476- Set root version to 0.0.10 (#44 ) @siriwatknp
477477
@@ -509,7 +509,7 @@ A big thanks to the 2 contributors who made this release possible.
509509- [ fix] Use wildcard for exports instead of individual paths (#28 ) @brijeshb42
510510- [ fix] Add ` private-runtime ` directory in the package.json (#33 ) @mnajdova
511511
512- ### Core
512+ ### Internal
513513
514514- Enable release: changelog in CI (#30 ) @mnajdova
515515
@@ -534,7 +534,7 @@ Starting with this release, all packages are going to be released under the `lat
534534- Update creating a new issue link (#20 ) @ZeeshanTamboli
535535- Fix wrong header hash in the README.md (#26 ) @mnajdova
536536
537- ### Core
537+ ### Internal
538538
539539- Create Circle CI config (#4 ) @mnajdova
540540- Enable the CI (#12 ) @mnajdova
@@ -584,7 +584,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
584584- [ pigment-css] Fix README typo (#41808 ) @aarongarciah
585585- [ pigment-css] Fix output on dynamic styles example (#41805 ) @aarongarciah
586586
587- ### Core
587+ ### Internal
588588
589589- [ core] Remove unused files (#41818 ) @mnajdova
590590
@@ -619,7 +619,7 @@ A big thanks to the 4 contributors who made this release possible.
619619- [ pigment-css] Add small edits on the README (#41646 ) @danilo-leal
620620- [ pigment-css] Edit the example app's README files (#41639 ) @danilo-leal
621621
622- ### Core
622+ ### Internal
623623
624624- [ pigment-css] [ examples ] Add example project with Remix (#41700 ) @brijeshb42
625625
@@ -643,7 +643,7 @@ A big thanks to the 4 contributors who made this release possible. Here are some
643643
644644- [ pigment-css] Update the RTL section on the readme (#41576 ) @danilo-leal
645645
646- ### Core
646+ ### Internal
647647
648648- [ pigment-css] [ demo ] Remove app specific pnpm workspace (#41393 ) @brijeshb42
649649
@@ -697,7 +697,7 @@ A big thanks to the 4 contributors who made this release possible. Here are some
697697- [ pigment-css] Tweak the examples and edit READMEs (#41408 ) @danilo-leal
698698- [ pigment-css] Adjust the bit about CSS vars on the README (#41463 ) @danilo-leal
699699
700- ### Core
700+ ### Internal
701701
702702- [ pigment-css] Make all Pigment CSS packages public (#41404 ) @brijeshb42
703703- [ pigment-css] Rename directories to match package names (#41453 ) @brijeshb42
0 commit comments