@aleph-alpha/config-css 0.8.0 → 0.8.2

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 +20 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.8.2 (2025-03-13)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - refactor package.json
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Uyiosa Enabulele
10
+
11
+ ## 0.8.1 (2025-03-12)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **deps:** update dependency @tokens-studio/sd-transforms to v1.2.12
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Renovatebot
20
+
1
21
  ## 0.8.0 (2025-03-10)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,23 +1,20 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "0.8.0",
4
+ "version": "0.8.2",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
8
8
  "type": "module",
9
9
  "author": "Aleph Alpha GmbH",
10
- "repository": {
11
- "type": "git",
12
- "url": "https://gitlab.aleph-alpha.de/engineering/frontend-hub"
13
- },
10
+ "homepage": "https://docs.aleph-alpha.com",
14
11
  "typedocOptions": {
15
12
  "entryPoints": [
16
13
  "./src/index.ts"
17
14
  ]
18
15
  },
19
16
  "dependencies": {
20
- "@tokens-studio/sd-transforms": "1.2.9",
17
+ "@tokens-studio/sd-transforms": "1.2.12",
21
18
  "token-transformer": "0.0.33",
22
19
  "unocss": "^0.61.3",
23
20
  "unocss-preset-animations": "1.1.1",