@walkeros/explorer 4.1.0-next-1779362268386 → 4.1.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/CHANGELOG.md +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/explorer
2
2
 
3
- ## 4.1.0-next-1779362268386
3
+ ## 4.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -32,10 +32,10 @@
32
32
  - Updated dependencies [058f7ed]
33
33
  - Updated dependencies [28a8ac2]
34
34
  - Updated dependencies [fd6076e]
35
- - @walkeros/core@4.1.0-next-1779362268386
36
- - @walkeros/collector@4.1.0-next-1779362268386
37
- - @walkeros/web-source-browser@4.1.0-next-1779362268386
38
- - @walkeros/web-core@4.1.0-next-1779362268386
35
+ - @walkeros/core@4.1.0
36
+ - @walkeros/collector@4.1.0
37
+ - @walkeros/web-source-browser@4.1.0
38
+ - @walkeros/web-core@4.1.0
39
39
 
40
40
  ## 4.0.2
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/explorer",
3
- "version": "4.1.0-next-1779362268386",
3
+ "version": "4.1.0",
4
4
  "description": "Interactive React components for walkerOS documentation and exploration",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,10 +36,10 @@
36
36
  "@rjsf/core": "^6.1.2",
37
37
  "@rjsf/utils": "^6.1.2",
38
38
  "@rjsf/validator-ajv8": "^6.1.2",
39
- "@walkeros/collector": "4.1.0-next-1779362268386",
40
- "@walkeros/core": "4.1.0-next-1779362268386",
41
- "@walkeros/web-core": "4.1.0-next-1779362268386",
42
- "@walkeros/web-source-browser": "4.1.0-next-1779362268386",
39
+ "@walkeros/collector": "4.1.0",
40
+ "@walkeros/core": "4.1.0",
41
+ "@walkeros/web-core": "4.1.0",
42
+ "@walkeros/web-source-browser": "4.1.0",
43
43
  "clsx": "^2.1.1",
44
44
  "monaco-editor": "^0.55.1",
45
45
  "prettier": "^3.7.4",
@@ -65,8 +65,8 @@
65
65
  "@typescript-eslint/eslint-plugin": "^8.28.0",
66
66
  "@typescript-eslint/parser": "^8.28.0",
67
67
  "@vitejs/plugin-react": "^5.1.2",
68
- "@walkeros/config": "4.1.0-next-1779362268386",
69
- "@walkeros/web-destination-gtag": "4.1.0-next-1779362268386",
68
+ "@walkeros/config": "4.1.0",
69
+ "@walkeros/web-destination-gtag": "4.1.0",
70
70
  "eslint": "^9.23.0",
71
71
  "eslint-plugin-jest": "^28.11.0",
72
72
  "eslint-plugin-storybook": "^10.1.11",