@dev-dga/css 0.13.0 → 1.0.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 +6 -0
- package/dist/index.css.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @dev-dga/css
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- **1.0 — the `ddga-*` class names and `--ddga-*` custom properties are now a stable API under [semantic versioning](../../SUPPORT.md).** No CSS changes in this release; the major bump is the suite reaching 1.0 (the three packages version in lockstep). Default token _values_ remain outside the semver contract and continue to be tuned toward SDGA parity in minor/patch releases — see `SUPPORT.md`.
|
|
8
|
+
|
|
3
9
|
## 0.13.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|