Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 294e978 commit eebc35a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^3.0.0-alpha",
"automattic/jetpack-connection": "^6.0.0-alpha",
"automattic/jetpack-constants": "^3.0.0-alpha",
"automattic/jetpack-plans": "^0.5.0-alpha",
"automattic/jetpack-redirect": "^3.0.0-alpha",
"automattic/jetpack-status": "^5.0.0-alpha",
"automattic/jetpack-sync": "^4.0.0-alpha"
"automattic/jetpack-assets": "^3.0.0",
"automattic/jetpack-connection": "^6.0.0",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.0",
"automattic/jetpack-status": "^5.0.0",
"automattic/jetpack-sync": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.0.0-alpha",
"automattic/jetpack-changelogger": "^5.0.0",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-components": "^0.60.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.16",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.60.0",
"@automattic/jetpack-shared-extension-utils": "^0.15.17-alpha",
"@wordpress/block-editor": "14.6.0",
"@wordpress/components": "28.11.0",
"@wordpress/compose": "7.11.0",
Expand Down

0 comments on commit eebc35a

Please sign in to comment.