@commercetools-frontend-extensions/export-resources-modal 1.2.1 → 1.3.0
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 +2 -2
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +241 -430
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +241 -428
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +242 -430
- package/package.json +44 -39
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ This package uses [`changesets`](https://github.com/atlassian/changesets) in ord
|
|
|
147
147
|
|
|
148
148
|
In case you want to publish a new version with the latest changes you need to:
|
|
149
149
|
|
|
150
|
-
1. Add a changeset with `
|
|
150
|
+
1. Add a changeset with `pnpm changeset` and select `@commercetools-frontend-extensions/export-resources-modal` as the modified package.
|
|
151
151
|
2. Some options would be appear in order to do the release:
|
|
152
152
|
- `patch`: use this release for fixes or small changes
|
|
153
153
|
- `minor`: use this release for depenency upgrades or medium changes
|
|
@@ -163,7 +163,7 @@ In case you want to publish a new version with the latest changes you need to:
|
|
|
163
163
|
|
|
164
164
|
The repo is configured with an integration with Transifex. The process for i18n is the same as the Merchant Center uses.
|
|
165
165
|
|
|
166
|
-
`
|
|
166
|
+
`pnpm i18n:build` for adding the new keys to transifex.
|
|
167
167
|
|
|
168
168
|
Once the PR gets merged to `main` transifex will receive a notification with new keys that need to be translated (that's why is important that `description` and `defaultMessage` are descriptive enough).
|
|
169
169
|
|