Skip to content

Commit 25fd39f

Browse files
committed
fix: force release for all packages
1 parent fe03a5a commit 25fd39f

File tree

7 files changed

+23
-2
lines changed

7 files changed

+23
-2
lines changed

packages/base/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# @ui5/webcomponents-react-base
2+
23
Base Utilities for ui5-webcomponents-react
34

45
## Installation
6+
57
```
68
npm install @ui5/webcomponents-react-base
79
```
@@ -11,7 +13,7 @@ npm install @ui5/webcomponents-react-base
1113
This package is a collection of internal utils for the `@ui5/webcomponents-react` project and is not intended to be used
1214
as a standalone library in applications. The only intended public usage is running the codemod cli:
1315

14-
*The codemod cli is exposed starting from `@ui5/[email protected]`.*
16+
_The codemod cli is exposed starting from `@ui5/[email protected]`._
1517

1618
```shell
1719
# if you only have .js and .jsx files in your project
@@ -24,23 +26,30 @@ npx ui5wcr-codemod [transformer-name] [file-or-directory-to-run-on] --typescript
2426
### Available Transformers
2527

2628
#### `transformLibToDist`
29+
2730
`@ui5/[email protected]` changed all import paths from `/lib` to `/dist`. You can migrate your codebase (e.g. your `src` folder) by running:
31+
2832
```shell
2933
npx ui5wcr-codemod transformLibToDist src
3034
# add --typescript if you are using TypeScript
3135
```
3236

3337
#### `renamePropsV18`
38+
3439
`@ui5/[email protected]` renamed lots of props in order to have a more consistent API. You can migrate your codebase (e.g. your `src` folder) by running:
40+
3541
```shell
3642
npx ui5wcr-codemod renamePropsV18 src
3743
# add --typescript if you are using TypeScript
3844
```
3945

40-
4146
## Contribute
47+
4248
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md).
4349

4450
## License
51+
4552
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
4653
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).
54+
55+
<!-- Use the force -->

packages/charts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcompone
2222

2323
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
2424
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).
25+
26+
<!-- Use the force -->

packages/cra-template-seed/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,5 @@ Used to run multiple commands without worrying about OS syntax.
173173
### `jest & jest-enviroment-jsom-sixteen`
174174

175175
Used to support jest and its scripts with the new engine.
176+
177+
<!-- Use the force -->

packages/cra-template/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ For more information, please refer to:
1212
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.
1313
- [UI5 Web Components for React Github Project](https://github.com/SAP/ui5-webcomponents-react)
1414
- [UI5 Web Components for React Documentation](https://sap.github.io/ui5-webcomponents-react/)
15+
16+
<!-- Use the force -->

packages/cra-template/template/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/d
7171
### `npm run build` fails to minify
7272

7373
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
74+
75+
<!-- Use the force -->

packages/cypress-commands/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ Now you can use all commands and queries that are available in this package.
2525

2626
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
2727
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).
28+
29+
<!-- Use the force -->

packages/main/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcompone
2020

2121
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
2222
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).
23+
24+
<!-- Use the force -->

0 commit comments

Comments
 (0)