@uxland/primary-shell 7.32.1 → 7.34.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 (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,4 +18,12 @@ This change should be ignored by the workflow due to [skip ci].
18
18
 
19
19
  ### Workflow Fix Verification
20
20
 
21
- Testing the improved workflow with better error handling and tag verification.
21
+ Testing the improved workflow with better error handling and tag verification.
22
+
23
+ ### Activity History Plugin Integration Test
24
+
25
+ This tests the integration with the activity-history plugin bump.
26
+
27
+ ### Final Workflow Test
28
+
29
+ Testing with feat(shell) scope to verify workflow execution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.32.1",
3
+ "version": "7.34.0",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",