@telia-ace/alliance-utilities 1.0.7-next.0 → 1.0.7
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 +13 -0
- package/README.md +1 -1
- package/dist/index.js +608 -605
- package/dist/index.js.map +1 -1
- package/dist/vite-plugin-css-import.d.ts +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @telia-ace/alliance-utilities
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cc604b0: Relative path support in CSS import vite plugin.
|
|
8
|
+
- fea9df3: Update dependencies to latest.
|
|
9
|
+
|
|
10
|
+
## 1.0.7-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- cc604b0: Relative path support in CSS import vite plugin.
|
|
15
|
+
|
|
3
16
|
## 1.0.7-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED