@uxland/primary-shell 7.31.0 → 7.31.1

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,4 +2,8 @@ Full Harmonix and Primaria Shell Documentation here: https://doc.clickup.com/901
2
2
 
3
3
  ## Testing
4
4
 
5
- This is a test feature to verify the automated version bump workflow.
5
+ This is a test feature to verify the automated version bump workflow.
6
+
7
+ ### Bug Fix Test
8
+
9
+ Testing patch version bump with a fix commit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.31.0",
3
+ "version": "7.31.1",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",