@dropins/tools 1.8.0-beta.0 → 1.8.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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @adobe-commerce/elsie
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c4da094: Enhance the Vite build process to automatically generate a package.json file and include both the LICENSE and CHANGELOG files in the dist directory.
8
+
9
+ ### Patch Changes
10
+
11
+ - 7792c59: Fix vite.mjs path for LICENSE.md
12
+
13
+ ## 1.8.0-beta.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 7792c59: Fix vite.mjs path for LICENSE.md
18
+
3
19
  ## 1.8.0-beta.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@dropins/tools",
3
- "version": "1.8.0-beta.0",
3
+ "version": "1.8.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md"
5
5
  }