@automattic/newspack-blocks 4.5.2-alpha.1 → 4.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [4.5.2-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v4.5.1...v4.5.2-alpha.1) (2024-12-12)
1
+ ## [4.5.2](https://github.com/Automattic/newspack-blocks/compare/v4.5.1...v4.5.2) (2024-12-16)
2
2
 
3
3
 
4
4
  ### Bug Fixes
@@ -7,7 +7,7 @@
7
7
  * Author URI: https://newspack.com/
8
8
  * Text Domain: newspack-blocks
9
9
  * Domain Path: /languages
10
- * Version: 4.5.2-alpha.1
10
+ * Version: 4.5.2
11
11
  *
12
12
  * @package Newspack_Blocks
13
13
  */
@@ -15,7 +15,7 @@
15
15
  define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ );
16
16
  define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
17
17
  define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) );
18
- define( 'NEWSPACK_BLOCKS__VERSION', '4.5.2-alpha.1' );
18
+ define( 'NEWSPACK_BLOCKS__VERSION', '4.5.2' );
19
19
 
20
20
  require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php';
21
21
  require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/newspack-blocks",
3
- "version": "4.5.2-alpha.1",
3
+ "version": "4.5.2",
4
4
  "author": "Automattic",
5
5
  "devDependencies": {
6
6
  "@rushstack/eslint-patch": "^1.10.4",
@@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
22
22
 
23
23
  require_once __DIR__ . '/composer/autoload_real.php';
24
24
 
25
- return ComposerAutoloaderInita3322db79829c0c3743ab583cf0903a1::getLoader();
25
+ return ComposerAutoloaderInitf86e2f467cfa249c74e507313f83d8cc::getLoader();
@@ -2,7 +2,7 @@
2
2
 
3
3
  // autoload_real.php @generated by Composer
4
4
 
5
- class ComposerAutoloaderInita3322db79829c0c3743ab583cf0903a1
5
+ class ComposerAutoloaderInitf86e2f467cfa249c74e507313f83d8cc
6
6
  {
7
7
  private static $loader;
8
8
 
@@ -22,12 +22,12 @@ class ComposerAutoloaderInita3322db79829c0c3743ab583cf0903a1
22
22
  return self::$loader;
23
23
  }
24
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInita3322db79829c0c3743ab583cf0903a1', 'loadClassLoader'), true, true);
25
+ spl_autoload_register(array('ComposerAutoloaderInitf86e2f467cfa249c74e507313f83d8cc', 'loadClassLoader'), true, true);
26
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27
- spl_autoload_unregister(array('ComposerAutoloaderInita3322db79829c0c3743ab583cf0903a1', 'loadClassLoader'));
27
+ spl_autoload_unregister(array('ComposerAutoloaderInitf86e2f467cfa249c74e507313f83d8cc', 'loadClassLoader'));
28
28
 
29
29
  require __DIR__ . '/autoload_static.php';
30
- call_user_func(\Composer\Autoload\ComposerStaticInita3322db79829c0c3743ab583cf0903a1::getInitializer($loader));
30
+ call_user_func(\Composer\Autoload\ComposerStaticInitf86e2f467cfa249c74e507313f83d8cc::getInitializer($loader));
31
31
 
32
32
  $loader->register(true);
33
33
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  namespace Composer\Autoload;
6
6
 
7
- class ComposerStaticInita3322db79829c0c3743ab583cf0903a1
7
+ class ComposerStaticInitf86e2f467cfa249c74e507313f83d8cc
8
8
  {
9
9
  public static $classMap = array (
10
10
  'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
@@ -13,7 +13,7 @@ class ComposerStaticInita3322db79829c0c3743ab583cf0903a1
13
13
  public static function getInitializer(ClassLoader $loader)
14
14
  {
15
15
  return \Closure::bind(function () use ($loader) {
16
- $loader->classMap = ComposerStaticInita3322db79829c0c3743ab583cf0903a1::$classMap;
16
+ $loader->classMap = ComposerStaticInitf86e2f467cfa249c74e507313f83d8cc::$classMap;
17
17
 
18
18
  }, null, ClassLoader::class);
19
19
  }
@@ -3,7 +3,7 @@
3
3
  'name' => 'automattic/newspack-blocks',
4
4
  'pretty_version' => 'dev-trunk',
5
5
  'version' => 'dev-trunk',
6
- 'reference' => '1dc269eed7529a0e055c69d665468ba28864f1c9',
6
+ 'reference' => 'ee9d86eb6c81922b9ab7b6ea49ff4cd81b820d25',
7
7
  'type' => 'wordpress-plugin',
8
8
  'install_path' => __DIR__ . '/../../',
9
9
  'aliases' => array(),
@@ -13,7 +13,7 @@
13
13
  'automattic/newspack-blocks' => array(
14
14
  'pretty_version' => 'dev-trunk',
15
15
  'version' => 'dev-trunk',
16
- 'reference' => '1dc269eed7529a0e055c69d665468ba28864f1c9',
16
+ 'reference' => 'ee9d86eb6c81922b9ab7b6ea49ff4cd81b820d25',
17
17
  'type' => 'wordpress-plugin',
18
18
  'install_path' => __DIR__ . '/../../',
19
19
  'aliases' => array(),