@storm-software/build-tools 0.1.6 → 0.1.8

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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 0.1.8 (2024-03-15)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **build-tools:** Update the tsup build method to change directory to workspace root ([7ebfc281](https://github.com/storm-software/storm-ops/commit/7ebfc281))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
13
+ ## 0.1.7 (2024-03-06)
14
+
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - **build-tools:** Added the esbuild shims to build-tools ([a24174e3](https://github.com/storm-software/storm-ops/commit/a24174e3))
19
+
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Patrick Sullivan
24
+
1
25
  ## 0.1.6 (2024-03-06)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
6
6
  "repository": {