Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 25, 2024
1 parent 35e7895 commit 3918b96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [0.35.19-alpha] - unreleased

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

## [0.35.19] - 2024-11-25
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40288]

## [0.35.18] - 2024-11-18
### Changed
Expand Down Expand Up @@ -900,7 +897,7 @@ This is an alpha version! The changes listed here are not final.
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.19-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19-alpha
[0.35.19]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19
[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18
[0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"scripts": {
"test-js": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.35.19-alpha",
"version": "0.35.19",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -15,8 +15,8 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.19-alpha",
"@automattic/jetpack-components": "^0.62.0-alpha",
"@automattic/jetpack-api": "^0.17.19",
"@automattic/jetpack-components": "^0.62.0",
"@automattic/jetpack-config": "^0.1.27",
"@automattic/jetpack-script-data": "^0.1.5",
"@wordpress/base-styles": "5.12.0",
Expand All @@ -31,7 +31,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.37-alpha",
"@automattic/jetpack-base-styles": "^0.6.37",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
Expand Down

0 comments on commit 3918b96

Please sign in to comment.