social-logos 3.1.6 → 3.1.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 +5 -0
- package/build/react/example.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.1.7] - 2024-08-23
|
|
2
|
+
### Changed
|
|
3
|
+
- Internal updates.
|
|
4
|
+
|
|
1
5
|
## [3.1.6] - 2024-08-21
|
|
2
6
|
### Fixed
|
|
3
7
|
- Revert recent SVG image optimizations. [#38981]
|
|
@@ -145,6 +149,7 @@
|
|
|
145
149
|
|
|
146
150
|
- Build: Refactored (aligned build system with Gridicons).
|
|
147
151
|
|
|
152
|
+
[3.1.7]: https://github.com/Automattic/social-logos/compare/v3.1.6...v3.1.7
|
|
148
153
|
[3.1.6]: https://github.com/Automattic/social-logos/compare/v3.1.5...v3.1.6
|
|
149
154
|
[3.1.5]: https://github.com/Automattic/social-logos/compare/v3.1.4...v3.1.5
|
|
150
155
|
[3.1.4]: https://github.com/Automattic/social-logos/compare/v3.1.3...v3.1.4
|
package/build/react/example.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
/* eslint-disable no-alert -- ok for demo */
|
|
4
5
|
const react_1 = require("react");
|
|
5
6
|
const social_logo_1 = require("./social-logo");
|
|
6
7
|
const social_logo_data_1 = require("./social-logo-data");
|
package/package.json
CHANGED