@csstools/postcss-content-alt-text 3.0.1 → 3.0.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 +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Changes to PostCSS Content Alt Text
2
2
 
3
- ### 3.0.1
3
+ ### 3.0.2
4
4
 
5
- _May 13, 2026_
5
+ _June 28, 2026_
6
6
 
7
- - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`5.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#510) (minor)
7
+ - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`5.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#511) (patch)
8
8
 
9
9
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-content-alt-text",
3
3
  "description": "Generate fallback values for content with alt text",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@csstools/css-parser-algorithms": "^4.0.0",
45
45
  "@csstools/css-tokenizer": "^4.0.0",
46
- "@csstools/postcss-progressive-custom-properties": "^5.1.0",
46
+ "@csstools/postcss-progressive-custom-properties": "^5.1.1",
47
47
  "@csstools/utilities": "^3.0.0"
48
48
  },
49
49
  "peerDependencies": {