mod-build 3.7.32-beta.3 → 3.7.32

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 +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## 3.7.32-beta.3
3
+ ## 3.7.32
4
+
5
+ - Update editorconfig path
6
+
7
+
8
+ ## 3.7.31
4
9
 
5
10
  - Avoided overriding the control's step configuration during the merge with the variation's steps and the default form config.
6
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.7.32-beta.3",
3
+ "version": "3.7.32",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",