@wordpress/babel-plugin-makepot 5.1.1 → 5.2.1-next.4d3b314fd5.0

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-plugin-makepot",
3
- "version": "5.1.1",
3
+ "version": "5.2.1-next.4d3b314fd5.0",
4
4
  "description": "WordPress Babel internationalization (i18n) plugin.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
40
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
41
41
  }
package/CHANGELOG.md DELETED
@@ -1,50 +0,0 @@
1
- <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
2
-
3
- ## Unreleased
4
-
5
- ## 5.1.0 (2022-09-13)
6
-
7
- ### Bug Fix
8
-
9
- - Makepot: Fix translations object handling ([#43797](https://github.com/WordPress/gutenberg/pull/43797)).
10
-
11
- ## 5.0.0 (2022-08-24)
12
-
13
- ### Breaking Change
14
-
15
- - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
16
-
17
- ## 4.0.0 (2021-01-21)
18
-
19
- ### Breaking Changes
20
-
21
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
22
-
23
- ## 2.2.0 (2019-03-06)
24
-
25
- ### Bug Fix
26
-
27
- - Fixed Babel plugin for POT file generation to properly handle plural numbers specified in the passed header. ([#13577](https://github.com/WordPress/gutenberg/pull/13577))
28
- - Fix extracted translator comments to be written as prefixed by `#.` ([#9440](https://github.com/WordPress/gutenberg/pull/9440))
29
-
30
- ## 2.1.0 (2018-09-05)
31
-
32
- ### New Feature
33
-
34
- - Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)).
35
-
36
- ## 2.0.0 (2018-07-12)
37
-
38
- ### Breaking Change
39
-
40
- - Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
41
-
42
- ### Internal
43
-
44
- - Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
45
-
46
- ## 1.0.1 (2018-05-18)
47
-
48
- ### Polish
49
-
50
- - Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))