Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasfoo authored and matticbot committed Sep 10, 2024
1 parent f38dfb0 commit 86af0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8-alpha",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-autoloader": "^3.1.0",
"automattic/jetpack-backup-helper-script-manager": "^0.2.7",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^4.0.2-alpha",
"automattic/jetpack-connection": "^4.0.2",
"automattic/jetpack-my-jetpack": "^4.35.5-alpha",
"automattic/jetpack-sync": "^3.11.0",
"automattic/jetpack-status": "^4.0.1"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.13-alpha",
"@automattic/jetpack-components": "^0.55.15-alpha",
"@automattic/jetpack-connection": "^0.35.7-alpha",
"@automattic/jetpack-api": "^0.17.13",
"@automattic/jetpack-components": "^0.55.15",
"@automattic/jetpack-connection": "^0.35.7",
"@wordpress/api-fetch": "7.7.0",
"@wordpress/components": "28.7.0",
"@wordpress/data": "10.7.0",
Expand All @@ -42,7 +42,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.32-alpha",
"@automattic/jetpack-base-styles": "^0.6.32",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
Expand Down

0 comments on commit 86af0ee

Please sign in to comment.