Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40526)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 9, 2024
1 parent 39513e9 commit 86db2e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.75.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.75.0] - 2024-12-09
### Changed
- Changed text domain from 'jetpack' to 'jetpack-publicize-components'.
- Updated package dependencies.
- Changed text domain from 'jetpack' to 'jetpack-publicize-components'. [#40368]
- Updated package dependencies. [#40363]

## [0.74.2] - 2024-12-02
### Changed
Expand Down Expand Up @@ -1041,7 +1038,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#24470]

[0.75.0-alpha]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.2...v0.75.0-alpha
[0.75.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.2...v0.75.0
[0.74.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.1...v0.74.2
[0.74.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.74.0...v0.74.1
[0.74.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.73.0...v0.74.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize-components",
"version": "0.75.0-alpha",
"version": "0.75.0",
"description": "A library of JS components required by the Publicize editor plugin",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
"bugs": {
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.64.1-alpha",
"@automattic/jetpack-connection": "^0.36.1-alpha",
"@automattic/jetpack-components": "^0.64.1",
"@automattic/jetpack-connection": "^0.36.1",
"@automattic/jetpack-script-data": "^0.1.5",
"@automattic/jetpack-shared-extension-utils": "^0.16.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.1",
"@automattic/popup-monitor": "1.0.2",
"@automattic/social-previews": "2.1.0-beta.8",
"@wordpress/annotations": "3.13.0",
Expand Down

0 comments on commit 86db2e0

Please sign in to comment.