Skip to content

Commit 82b0a5e

Browse files
committed
chore: rename package to react-components
1 parent 69f1557 commit 82b0a5e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Render hook names if present ([#137](https://github.com/cucumber/cucumber-react/pull/137))
1111
### Changed
1212
- Scenario outline styling - Examples changed to H3 and aligned with steps
13+
- Package name is now `@cucumber/react-components` for clarity
1314

1415

1516
## [19.2.0] - 2022-03-25

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Cucumber-React
1+
# @cucumber/react-components
22

3-
Cucumber-React is a set of React components for rendering Gherkin documents and Cucumber results.
3+
> A set of React components for rendering Gherkin documents and Cucumber results.
44
55
## Screenshot
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cucumber/react",
2+
"name": "@cucumber/react-components",
33
"version": "19.2.0",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",

test-utils/messages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Drop message ndjson files in this directory (with `.ndjson` extension).
44
They will be picked up by `acceptance.spec.tsx` which will try to render them.
55

66
This is useful whenever we come across a message stream that causes a runtime error
7-
in HTML Reporter or any other tool depending on `@cucumber/react` so we can diagnose
7+
in HTML Reporter or any other tool depending on `@cucumber/react-components` so we can diagnose
88
and fix any issues.
99

1010
Sometimes we will get message files from users that might be useful for reproducing a bug.

0 commit comments

Comments
 (0)