@uides/stepwise 2.4.1 → 2.4.2-platform-263.12-06-26-14-50

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 (3) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,20 @@
1
1
  # Change Log - @uides/stepwise
2
2
 
3
- <!-- This log was last generated on Tue, 26 May 2026 08:58:32 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 12 Jun 2026 14:50:19 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.4.2-platform-263.12-06-26-14-50
8
+
9
+ Fri, 12 Jun 2026 14:50:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
14
+ - Bump @digigov/cli-lint to v2.4.2-platform-263.12-06-26-14-50
15
+ - Bump @digigov/cli-build to v2.4.2-platform-263.12-06-26-14-50
16
+ - Bump @digigov/cli-test to v2.4.2-platform-263.12-06-26-14-50
17
+
7
18
  ## 2.2.2
8
19
 
9
20
  Tue, 26 May 2026 08:58:32 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.4.1
1
+ /** @license Digigov v2.4.2-platform-263.12-06-26-14-50
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uides/stepwise",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-platform-263.12-06-26-14-50",
4
4
  "description": "@uides stepwise specification",
5
5
  "typings": "index.d.ts",
6
6
  "type": "module",