Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha release Oct 16 #415

Merged
merged 10 commits into from
Oct 16, 2023
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion languages/newspack-listings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://newspack.pub"
msgid "https://newspack.com"
msgstr ""

#. Description of the plugin
Expand Down
4 changes: 2 additions & 2 deletions newspack-listings.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: Newspack Listings
* Plugin URI: https://newspack.pub
* Plugin URI: https://newspack.com
* Description: Listings and directories for Newspack sites.
* Author: Automattic
* Author URI: https://newspack.pub
* Author URI: https://newspack.com
* Text Domain: newspack-listings
* Domain Path: /languages
* Version: 2.14.0
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"newspack-components": "^2.2.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@rushstack/eslint-patch": "^1.5.1",
"eslint": "^7.32.0",
"lint-staged": "^13.2.3",
"newspack-scripts": "^5.1.0",
"postcss": "^8.4.29",
"postcss-scss": "^4.0.7",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"prettier": "npm:wp-prettier@^2.6.2-beta-1",
"stylelint": "^15.10.3"
}
Expand Down