Skip to content

Commit

Permalink
Release various long-waiting packages (#40448)
Browse files Browse the repository at this point in the history
* Prerelease: github-actions/repo-gardening

* Prerelease: github-actions/test-results-to-slack

* Prerelease: js-packages/eslint-config-target-es

* Prerelease: js-packages/storybook

* Prerelease: js-packages/svelte-data-sync-client

* Prerelease: js-packages/videopress-core

* Prerelease: packages/analyzer

* Prerelease: packages/chatbot

* Prerelease: packages/stub-generator

* Prerelease: packages/yoast-promo

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12167483973

Upstream-Ref: Automattic/jetpack@70445d3
  • Loading branch information
tbradsha authored and matticbot committed Dec 4, 2024
1 parent 4d834fe commit 5c65a3f
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 @@ -2,13 +2,10 @@

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

## [0.36.0-alpha] - unreleased

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

## [0.36.0] - 2024-12-04
### Changed
- Changed text domain from 'jetpack' to 'jetpack-connection-js'.
- Updated package dependencies.
- Changed text domain from 'jetpack' to 'jetpack-connection-js'. [#40368]
- Updated package dependencies. [#40363]

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

[0.36.0-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0-alpha
[0.36.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.20...v0.36.0
[0.35.20]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.19...v0.35.20
[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
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.36.0-alpha",
"version": "0.36.0",
"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.20-alpha",
"@automattic/jetpack-components": "^0.64.0-alpha",
"@automattic/jetpack-api": "^0.17.20",
"@automattic/jetpack-components": "^0.64.0",
"@automattic/jetpack-config": "^0.1.27",
"@automattic/jetpack-script-data": "^0.1.5",
"@wordpress/base-styles": "5.13.0",
Expand All @@ -31,7 +31,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.38-alpha",
"@automattic/jetpack-base-styles": "^0.6.38",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
Expand Down

0 comments on commit 5c65a3f

Please sign in to comment.