@walkeros/storybook-addon 4.2.1-next-1781715165983 → 4.2.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/CHANGELOG.md +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/storybook-addon
2
2
 
3
- ## 4.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,10 +12,10 @@
12
12
  - Updated dependencies [0a8a08b]
13
13
  - Updated dependencies [8afb7cc]
14
14
  - Updated dependencies [8afb7cc]
15
- - @walkeros/collector@4.2.1-next-1781715165983
16
- - @walkeros/core@4.2.1-next-1781715165983
17
- - @walkeros/web-source-browser@4.2.1-next-1781715165983
18
- - @walkeros/web-core@4.2.1-next-1781715165983
15
+ - @walkeros/collector@4.2.1
16
+ - @walkeros/core@4.2.1
17
+ - @walkeros/web-source-browser@4.2.1
18
+ - @walkeros/web-core@4.2.1
19
19
 
20
20
  ## 4.2.0
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/storybook-addon",
3
- "version": "4.2.1-next-1781715165983",
3
+ "version": "4.2.1",
4
4
  "description": "Visualize, debug, and validate walkerOS event tracking in your Storybook stories. Real-time event capture with visual DOM highlighting for data-attribute based tagging.",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -62,10 +62,10 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@storybook/icons": "^2.0.1",
65
- "@walkeros/collector": "4.2.1-next-1781715165983",
66
- "@walkeros/core": "4.2.1-next-1781715165983",
67
- "@walkeros/web-core": "4.2.1-next-1781715165983",
68
- "@walkeros/web-source-browser": "4.2.1-next-1781715165983"
65
+ "@walkeros/collector": "4.2.1",
66
+ "@walkeros/core": "4.2.1",
67
+ "@walkeros/web-core": "4.2.1",
68
+ "@walkeros/web-source-browser": "4.2.1"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@storybook/addon-docs": "^10.1.9",
@@ -74,7 +74,7 @@
74
74
  "@types/react": "^19.2.7",
75
75
  "@types/react-dom": "^19.2.3",
76
76
  "@vitejs/plugin-react": "^6.0.2",
77
- "@walkeros/config": "4.2.1-next-1781715165983",
77
+ "@walkeros/config": "4.2.1",
78
78
  "auto": "^11.3.6",
79
79
  "boxen": "^8.0.1",
80
80
  "npm-run-all2": "^8.0.4",