@solid-design-system/mcp 7.0.0 → 7.0.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.
- package/CHANGELOG.md +2 -37
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
3
5
|
## 7.0.0
|
|
4
6
|
|
|
5
7
|
### Major Changes
|
|
@@ -13,35 +15,6 @@
|
|
|
13
15
|
|
|
14
16
|
- Fix versioned icons to work with next versions. _[`#3186`](https://github.com/solid-design-system/solid/pull/3186) [`30af3ad`](https://github.com/solid-design-system/solid/commit/30af3ad6d2e8daebeaa9d6a863fdd5794a015da9) [@auroraVasconcelos](https://github.com/auroraVasconcelos)_
|
|
15
17
|
|
|
16
|
-
## 7.0.0-next.12
|
|
17
|
-
|
|
18
|
-
## 7.0.0-next.11
|
|
19
|
-
|
|
20
|
-
## 7.0.0-next.10
|
|
21
|
-
|
|
22
|
-
## 7.0.0-next.9
|
|
23
|
-
|
|
24
|
-
## 7.0.0-next.8
|
|
25
|
-
|
|
26
|
-
### Major Changes
|
|
27
|
-
|
|
28
|
-
- Consolidated `sd-chip` and `sd-flag`: _[`#3267`](https://github.com/solid-design-system/solid/pull/3267) [`12db708`](https://github.com/solid-design-system/solid/commit/12db708ea227bc2ce2a7835d12190ee1ae40f891) [@auroraVasconcelos](https://github.com/auroraVasconcelos)_
|
|
29
|
-
|
|
30
|
-
- Removed the `sd-flag` style.
|
|
31
|
-
- Added `sd-chip--color-{primary,neutral,white}`, `sd-chip--shade-{subtle,low,medium,high}`, `sd-chip--size-{sm,lg}`, `sd-chip--outline` and `sd-chip--sharp` classes.
|
|
32
|
-
|
|
33
|
-
## 7.0.0-next.7
|
|
34
|
-
|
|
35
|
-
## 7.0.0-next.6
|
|
36
|
-
|
|
37
|
-
## 7.0.0-next.5
|
|
38
|
-
|
|
39
|
-
## 7.0.0-next.4
|
|
40
|
-
|
|
41
|
-
## 7.0.0-next.3
|
|
42
|
-
|
|
43
|
-
## 7.0.0-next.2
|
|
44
|
-
|
|
45
18
|
## 6.30.0
|
|
46
19
|
|
|
47
20
|
### Minor Changes
|
|
@@ -58,14 +31,6 @@
|
|
|
58
31
|
|
|
59
32
|
- Updated dependencies. See details in the Pull Request _[`#3163`](https://github.com/solid-design-system/solid/pull/3163) [`91ff1c8`](https://github.com/solid-design-system/solid/commit/91ff1c81831fb3522c534306a61b8a5be3562f64) [@rahulsuvarna18](https://github.com/rahulsuvarna18)_
|
|
60
33
|
|
|
61
|
-
## 7.0.0-next.1
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- Fix versioned icons to work with next versions. _[`#3186`](https://github.com/solid-design-system/solid/pull/3186) [`30af3ad`](https://github.com/solid-design-system/solid/commit/30af3ad6d2e8daebeaa9d6a863fdd5794a015da9) [@auroraVasconcelos](https://github.com/auroraVasconcelos)_
|
|
66
|
-
|
|
67
|
-
## 7.0.0-next.0
|
|
68
|
-
|
|
69
34
|
## 6.28.1
|
|
70
35
|
|
|
71
36
|
## 6.28.0
|
package/package.json
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"prettier": "^3.9.5",
|
|
21
21
|
"tsx": "^4.23.1",
|
|
22
22
|
"typescript": "^5.9.3",
|
|
23
|
-
"@solid-design-system/components": "7.0.
|
|
24
|
-
"@solid-design-system/styles": "7.0.
|
|
25
|
-
"@solid-design-system/tokens": "7.0.
|
|
23
|
+
"@solid-design-system/components": "7.0.1",
|
|
24
|
+
"@solid-design-system/styles": "7.0.1",
|
|
25
|
+
"@solid-design-system/tokens": "7.0.1"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"directory": "packages/mcp"
|
|
60
60
|
},
|
|
61
61
|
"type": "module",
|
|
62
|
-
"version": "7.0.
|
|
62
|
+
"version": "7.0.1",
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "pnpm run build:components && pnpm run build:tokens && pnpm run build:ts && pnpm run build:metadata && cd ../.. && pnpm exec prettier --write --log-level warn packages/mcp/metadata",
|
|
65
65
|
"build:components": "cd ../components && pnpm exec node scripts/make-metadata.js --outdir dist",
|