@jield/solodb-react-components 1.2.3 → 1.2.5
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.
- package/README.md +1 -1
- package/dist/index.cjs +23 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11367 -14292
- package/dist/index.js.map +1 -1
- package/dist/modules/equipment/components/dashboard/ecnCard.d.ts +2 -2
- package/dist/modules/equipment/components/dashboard/equipmentDashboard.d.ts +2 -2
- package/dist/modules/equipment/components/dashboard/issueCard.d.ts +2 -2
- package/dist/modules/equipment/components/partial/ecnElement.d.ts +2 -2
- package/dist/modules/equipment/components/partial/issueElement.d.ts +2 -2
- package/dist/modules/equipment/components/partial/issueTable.d.ts +2 -2
- package/dist/modules/equipment/components/partial/messageElement.d.ts +2 -2
- package/dist/modules/equipment/components/status-mail/statusMailEquipmentElement.d.ts +2 -2
- package/dist/modules/equipment/components/status-mail/statusMailMessageElement.d.ts +1 -2
- package/package.json +15 -16
package/README.md
CHANGED
|
@@ -102,4 +102,4 @@ Run the guided release script from the repository root:
|
|
|
102
102
|
yarn release
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
The script upgrades dependencies, shows the resulting changes, prompts for the next package version, optionally runs tests and a build,
|
|
105
|
+
The script starts from `develop`, upgrades dependencies, shows the resulting changes, prompts for the next package version, optionally runs tests and a build, commits the release on `develop`, merges it into `main`, pushes `main`, creates an annotated `vX.Y.Z` tag on `main`, pushes the tag to GitHub, and switches back to `develop`.
|