@mx-cartographer/experiences 6.6.1 → 6.6.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.6.2] - 06-18-2025
2
+
3
+ - **UPDATED** - Gitlab CI/CD and Shipit to allow reviewing and publishing to npm
4
+
1
5
  ## [6.6.1] - 06-17-2025
2
6
 
3
7
  - **UPDATED** - Darken progress bar background in dark mode
package/README.md CHANGED
@@ -18,13 +18,10 @@ In order to run the project you will need to make sure that you have yarn instal
18
18
 
19
19
 
20
20
  ## Merging and Publishing
21
- 1. Bump the version in package.json using the standard major.minor.patch. If there are breaking changes, we bump the major, new feature we bump minor and bug fixes or minor changes, we bump patch.
22
- 1. Update CHANGELOG.md.
23
- 1. After MR is approved, type `shipit` in the comments. Wait for shipit to merge your branch.
24
- 1. After your changes have been merged to master, switch to the master branch and pull down the new changes.
25
- 1. Run `npm publish --dry-run`.
26
- 1. If the dry run works, go ahead and run `npm publish`. Look for something like '@mx-cartographer/experiences@4.10.0' in the terminal output. Copy it and paste it to the end of `git tag` ex: `git tag @mx-cartographer/insights-micro-widget@4.10.0`in the terminal. After that, run `git push origin --tags` and you're done.
27
-
21
+ 1. Update CHANGELOG.md and include the version to publish using the standard `major.minor.patch`. If there are breaking changes, we bump the major, new feature we bump minor and bug fixes or minor changes, we bump patch.
22
+ 1. Request a MR review by commenting `shipit --review`
23
+ 1. Once the MR is approved, comment `shipit --publish-version=major|minor|patch`.
24
+ 2. Shipit will bump the version in package.json, merge and publish the package to npm.
28
25
 
29
26
 
30
27
  ## React Library Application Template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",