@allthings/structured-ticket-form 7.0.4-alpha.1 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,7 +139,7 @@ See semantic-releases [docs](https://github.com/semantic-release/semantic-releas
139
139
  git push --force origin HEAD:beta # or alpha / next
140
140
  ```
141
141
 
142
- The pipeline will automatically run `semantic-release`, which detects the branch name, bumps the version with the appropriate pre-release tag, and publishes it to npm under the matching dist-tag. Check [Actions page](https://github.com/allthings/cloud-toolkit/actions) for the release logs.
142
+ The pipeline will automatically run `semantic-release`, which detects the branch name, bumps the version with the appropriate pre-release tag, and publishes it to npm under the matching dist-tag. Check [Actions page](https://github.com/allthings/structured-ticket-form/actions) for the release logs.
143
143
 
144
144
  3. **Install the pre-release** in another project:
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthings/structured-ticket-form",
3
- "version": "7.0.4-alpha.1",
3
+ "version": "7.0.4",
4
4
  "description": "Component to create and edit jsonSchemaForm with possibility to adding translated fields and custom UISchema.",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",