social-logos 3.1.17 → 3.1.18
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 +8 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
|
+
## [3.1.18] - 2025-02-24
|
|
2
|
+
### Changed
|
|
3
|
+
- Update dependencies.
|
|
4
|
+
|
|
1
5
|
## [3.1.17] - 2025-01-09
|
|
2
6
|
### Fixed
|
|
3
|
-
-
|
|
7
|
+
- Remove `module` in package.json given it's a CommonJS package. [#40867]
|
|
4
8
|
|
|
5
9
|
## [3.1.16] - 2025-01-06
|
|
6
10
|
### Changed
|
|
7
|
-
-
|
|
11
|
+
- Update package dependencies. [#40796] [#40798] [#40831]
|
|
8
12
|
|
|
9
13
|
### Deprecated
|
|
10
14
|
- Default import is now deprecated in favor of named import and will be removed in future.
|
|
11
15
|
|
|
12
16
|
### Fixed
|
|
13
|
-
-
|
|
17
|
+
- Expose built-in types in package.json file. [#40801]
|
|
14
18
|
|
|
15
19
|
## [3.1.15] - 2024-12-16
|
|
16
20
|
### Changed
|
|
@@ -198,6 +202,7 @@
|
|
|
198
202
|
|
|
199
203
|
- Build: Refactored (aligned build system with Gridicons).
|
|
200
204
|
|
|
205
|
+
[3.1.18]: https://github.com/Automattic/social-logos/compare/v3.1.17...v3.1.18
|
|
201
206
|
[3.1.17]: https://github.com/Automattic/social-logos/compare/v3.1.16...v3.1.17
|
|
202
207
|
[3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16
|
|
203
208
|
[3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
|
package/package.json
CHANGED