diff --git a/.changeset/empty-boats-care.md b/.changeset/empty-boats-care.md deleted file mode 100644 index 5c3980891db..00000000000 --- a/.changeset/empty-boats-care.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@razorpay/blade": minor ---- - -fix(Blade): add `size` prop to Text component and update tokens - -This PR updates the typography tokens scale for mobile devices to create better visual hierarchy which we received as feedback from other teams as well. - -It also adds a new `size` prop to `Text` component for `variant='body'` diff --git a/packages/blade/CHANGELOG.md b/packages/blade/CHANGELOG.md index df094912d64..d40142fbaca 100644 --- a/packages/blade/CHANGELOG.md +++ b/packages/blade/CHANGELOG.md @@ -1,5 +1,15 @@ # @razorpay/blade +## 0.12.0 + +### Minor Changes + +- 381e9c7: fix(Blade): add `size` prop to Text component and update tokens + + This PR updates the typography tokens scale for mobile devices to create better visual hierarchy which we received as feedback from other teams as well. + + It also adds a new `size` prop to `Text` component for `variant='body'` + ## 0.11.4 ### Patch Changes diff --git a/packages/blade/package.json b/packages/blade/package.json index d5302421900..c8d4885bd2d 100644 --- a/packages/blade/package.json +++ b/packages/blade/package.json @@ -1,6 +1,6 @@ { "name": "@razorpay/blade", - "version": "0.11.4", + "version": "0.12.0", "license": "MIT", "engines": { "node": ">=14.19.0"