diff --git a/CHANGELOG.md b/CHANGELOG.md index 08da6425..ae773b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,17 +12,17 @@ A big thanks to the 5 contributors who made this release possible. Here are some ### `@pigment-css/react@0.0.15` -- [react] Create Grid component (#144) @DiegoAndai -- [react] Support transpiled library for `globalCss` and `keyframes` (#155) @siriwatknp -- [react] Remove sx transform logic and leverage Emotion unitless (#149) @siriwatknp -- [react] Export `globalCss` from index (#148) @siriwatknp -- [react] Create Hidden component (#146) @siriwatknp -- [react] Implement Container component (#143) @brijeshb42 -- [react] Create Stack component (#118) @brijeshb42 +- Create Grid component (#144) @DiegoAndai +- Support transpiled library for `globalCss` and `keyframes` (#155) @siriwatknp +- Remove sx transform logic and leverage Emotion unitless (#149) @siriwatknp +- Export `globalCss` from index (#148) @siriwatknp +- Create Hidden component (#146) @siriwatknp +- Implement Container component (#143) @brijeshb42 +- Create Stack component (#118) @brijeshb42 ### `@pigment-css/unplugin@0.0.15` -- [unplugin] Fix misuse variable to transform libraries (#153) @siriwatknp +- Fix misuse variable to transform libraries (#153) @siriwatknp ### Core