Skip to content

Commit

Permalink
build(blade): update version (#1376)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rzpcibot and github-actions[bot] committed Jun 30, 2023
1 parent f4c2afb commit 12bd362
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-maps-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-buses-compete.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-fans-build.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/ten-sloths-retire.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/blade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @razorpay/blade

## 8.13.0

### Minor Changes

- 865cd411: refactor: remove internal utilities from index re-exports

> **Warning**
>
> We have removed some of the undocumented internal utilites from re-export of `@razorpay/blade/utils`.
> We went through the imports usage of Razorpay and made sure to keep exporting the utilities that are currently being used to avoid breaking changes.
You can take a look at re-exports of [utils/index.ts](https://github.com/razorpay/blade/blob/master/packages/blade/src/utils/index.ts) to know which are the public utilities that we support. This is part of the larger effort in exporting and documenting useful utilities from blade and avoid exporting internal utilities which might break during internal refactors.

We have marked 2 utilities as `@deprecated` as they are expected to be internal utilities but currently being used in Razorpay. These will be removed in future major versions and won't be documented.

- `toTitleCase`
- `usePrevious`

We would recommend moving these 2 utilities to your local repo utilities.

### Patch Changes

- f4c2afb5: feat: add background-image, size, position, origin, repeat props
- 610422ab: feat: add text decoration support for typography

Thanks [@archie252000](https://github.com/archie252000) for the contribution!

## 8.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blade/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@razorpay/blade",
"description": "The Design System that powers Razorpay",
"version": "8.12.1",
"version": "8.13.0",
"license": "MIT",
"engines": {
"node": ">=18.12.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/razorsharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# razorsharp

## 1.0.1

### Patch Changes

- b8e7b2ad: feat: run razorsharp in dev mode
2 changes: 1 addition & 1 deletion packages/razorsharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "razorsharp",
"private": "true",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "code.js",
"scripts": {
Expand Down

0 comments on commit 12bd362

Please sign in to comment.