@thirstie/assets 1.0.0 → 1.1.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.
- package/CHANGELOG.md +34 -0
- package/dist/thirstie-assets.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,40 @@
|
|
|
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
|
+
# 1.1.0 (2025-04-01)
|
|
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
|
+
|
|
23
|
+
## 1.0.1 (2025-03-17)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* clone icon in assets ([cd7b757](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/cd7b75788dd1513f7c5a73ff7f07845f6e3f354b))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* add copy/clone icon in assets ([853f752](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/853f752e7c017cca4b8613802915d1590232e2c1))
|
|
34
|
+
* update styles ([44addb7](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/44addb798c10ae4a40db22b6b2b52568deb9be15))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
6
40
|
# 1.0.0 (2025-03-15)
|
|
7
41
|
|
|
8
42
|
|
package/dist/thirstie-assets.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as s, openBlock as e, createElementVNode as o, computed as _, createBlock as l, resolveDynamicComponent as i, defineCustomElement as h } from "vue";
|
|
2
2
|
const g = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 24 24"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thirstie/assets",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
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": "
|
|
23
|
+
"gitHead": "fe6e3ef52ab8feecdd8560a27848d90747cfbf1a"
|
|
24
24
|
}
|