@thirstie/assets 0.10.0 → 0.10.1

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.10.1 (2025-02-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * clone icon in assets ([cd7b757](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/cd7b75788dd1513f7c5a73ff7f07845f6e3f354b))
12
+
13
+
14
+ ### Features
15
+
16
+ * add copy/clone icon in assets ([853f752](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/853f752e7c017cca4b8613802915d1590232e2c1))
17
+ * update styles ([44addb7](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/44addb798c10ae4a40db22b6b2b52568deb9be15))
18
+
19
+
20
+
21
+
22
+
6
23
  # 0.10.0 (2025-02-12)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/assets",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Icon and asset handlers",
5
5
  "author": "Thirstie, Inc. <technology@thirstie.com>",
6
6
  "license": "MIT",
@@ -20,5 +20,5 @@
20
20
  "peerDependencies": {
21
21
  "vue": "^3.4.21"
22
22
  },
23
- "gitHead": "5c2eebecbfca23b7929a710607d682a10d4a44dc"
23
+ "gitHead": "61d2e0afd8d795119c631b245adaa807c680bcfb"
24
24
  }