@wordpress/babel-plugin-makepot 5.2.0 → 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.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -52
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/babel-plugin-makepot",
|
|
3
|
-
"version": "5.2.0",
|
|
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": "
|
|
40
|
+
"gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
|
|
41
41
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,52 +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.2.0 (2022-09-21)
|
|
6
|
-
|
|
7
|
-
## 5.1.0 (2022-09-13)
|
|
8
|
-
|
|
9
|
-
### Bug Fix
|
|
10
|
-
|
|
11
|
-
- Makepot: Fix translations object handling ([#43797](https://github.com/WordPress/gutenberg/pull/43797)).
|
|
12
|
-
|
|
13
|
-
## 5.0.0 (2022-08-24)
|
|
14
|
-
|
|
15
|
-
### Breaking Change
|
|
16
|
-
|
|
17
|
-
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
|
|
18
|
-
|
|
19
|
-
## 4.0.0 (2021-01-21)
|
|
20
|
-
|
|
21
|
-
### Breaking Changes
|
|
22
|
-
|
|
23
|
-
- Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
|
|
24
|
-
|
|
25
|
-
## 2.2.0 (2019-03-06)
|
|
26
|
-
|
|
27
|
-
### Bug Fix
|
|
28
|
-
|
|
29
|
-
- 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))
|
|
30
|
-
- Fix extracted translator comments to be written as prefixed by `#.` ([#9440](https://github.com/WordPress/gutenberg/pull/9440))
|
|
31
|
-
|
|
32
|
-
## 2.1.0 (2018-09-05)
|
|
33
|
-
|
|
34
|
-
### New Feature
|
|
35
|
-
|
|
36
|
-
- Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)).
|
|
37
|
-
|
|
38
|
-
## 2.0.0 (2018-07-12)
|
|
39
|
-
|
|
40
|
-
### Breaking Change
|
|
41
|
-
|
|
42
|
-
- Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
|
|
43
|
-
|
|
44
|
-
### Internal
|
|
45
|
-
|
|
46
|
-
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
|
|
47
|
-
|
|
48
|
-
## 1.0.1 (2018-05-18)
|
|
49
|
-
|
|
50
|
-
### Polish
|
|
51
|
-
|
|
52
|
-
- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
|