@commercetools-frontend-extensions/change-history 8.11.0 → 8.13.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.
Files changed (24) hide show
  1. package/LICENSE +17 -25
  2. package/README.md +8 -5
  3. package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +315 -397
  4. package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +314 -396
  5. package/dist/commercetools-frontend-extensions-change-history.esm.js +317 -399
  6. package/dist/{de-83324d82.esm.js → de-16250eff.esm.js} +1 -1
  7. package/dist/{de-aac902ce.cjs.prod.js → de-585f871f.cjs.prod.js} +1 -1
  8. package/dist/{de-e6e817a7.cjs.dev.js → de-761752cf.cjs.dev.js} +1 -1
  9. package/dist/{en-a3c547c6.cjs.prod.js → en-5c089316.cjs.dev.js} +1 -1
  10. package/dist/{en-f1437d08.cjs.dev.js → en-aac0c065.cjs.prod.js} +1 -1
  11. package/dist/{en-a2f8e36b.esm.js → en-d2992f81.esm.js} +1 -1
  12. package/dist/{es-d2ba49e5.cjs.dev.js → es-7d3296ae.cjs.dev.js} +1 -1
  13. package/dist/{es-06808334.esm.js → es-bdb25435.esm.js} +1 -1
  14. package/dist/{es-51a34c2e.cjs.prod.js → es-ce5c33d8.cjs.prod.js} +1 -1
  15. package/dist/{fr-FR-2010eee8.cjs.dev.js → fr-FR-04f57c3e.cjs.dev.js} +1 -1
  16. package/dist/{fr-FR-5e18bd86.esm.js → fr-FR-9c22ad7d.esm.js} +1 -1
  17. package/dist/{fr-FR-5c2b073c.cjs.prod.js → fr-FR-fe856631.cjs.prod.js} +1 -1
  18. package/dist/{pt-BR-de5460f1.cjs.prod.js → pt-BR-308aa6cf.cjs.prod.js} +1 -1
  19. package/dist/{pt-BR-c1cd433c.esm.js → pt-BR-68818f03.esm.js} +1 -1
  20. package/dist/{pt-BR-79469167.cjs.dev.js → pt-BR-998595c2.cjs.dev.js} +1 -1
  21. package/dist/{zh-CN-27c1cb9a.cjs.prod.js → zh-CN-e224453f.cjs.dev.js} +1 -1
  22. package/dist/{zh-CN-ea777970.esm.js → zh-CN-f00a8d11.esm.js} +1 -1
  23. package/dist/{zh-CN-84b9fbc9.cjs.dev.js → zh-CN-f8a79a92.cjs.prod.js} +1 -1
  24. package/package.json +30 -25
package/LICENSE CHANGED
@@ -1,29 +1,21 @@
1
- BSD 3-Clause License
1
+ MIT License
2
2
 
3
- Copyright (c) 2020, commercetools GmbH
4
- All rights reserved.
3
+ Copyright (c) commercetools GmbH
5
4
 
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are met:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
8
11
 
9
- 1. Redistributions of source code must retain the above copyright notice, this
10
- list of conditions and the following disclaimer.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
11
14
 
12
- 2. Redistributions in binary form must reproduce the above copyright notice,
13
- this list of conditions and the following disclaimer in the documentation
14
- and/or other materials provided with the distribution.
15
-
16
- 3. Neither the name of the copyright holder nor the names of its
17
- contributors may be used to endorse or promote products derived from
18
- this software without specific prior written permission.
19
-
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -10,11 +10,14 @@ Package for building and integrating Commercetools Change History feature into y
10
10
  ## Getting started
11
11
 
12
12
  ```bash
13
+ # npm
13
14
  $ npm install --save @commercetools-frontend-extensions/change-history
14
15
 
15
- // or
16
-
16
+ # yarn
17
17
  $ yarn add @commercetools-frontend-extensions/change-history
18
+
19
+ # pnpm
20
+ $ pnpm add @commercetools-frontend-extensions/change-history
18
21
  ```
19
22
 
20
23
  ## Releasing
@@ -23,7 +26,7 @@ This package uses [`changesets`](https://github.com/atlassian/changesets) in ord
23
26
 
24
27
  In case you want to publish a new version with the latest changes you need to:
25
28
 
26
- 1. Add a changeset with `yarn changeset` and select `@commercetools-frontend-extensions/change-history` as the modified package.
29
+ 1. Add a changeset with `pnpm exec changeset` and select `@commercetools-frontend-extensions/change-history` as the modified package.
27
30
  2. Some options would be appear in order to do the release:
28
31
  * `patch`: use this release for fixes or small changes
29
32
  * `minor`: use this release for depenency upgrades or medium changes
@@ -40,9 +43,9 @@ In case you want to publish a new version with the latest changes you need to:
40
43
 
41
44
  The repo is configured with an integration with Transifex. The process for i18n is the same as the Merchant Center uses.
42
45
 
43
- `yarn i18n:build` for adding the new keys to transifex.
46
+ `pnpm run i18n:build` for adding the new keys to transifex.
44
47
 
45
- Once the PR gets merged to `master` 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).
48
+ 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).
46
49
 
47
50
  Whenever the translators finish translations and mark them as done, the repo will receive a PR (per language) for adding translated messages.
48
51