Skip to content

Commit dd24454

Browse files
Update release data
Automated refresh of Gutenberg release statistics.
1 parent 78828ef commit dd24454

3 files changed

Lines changed: 118 additions & 21 deletions

File tree

public/data/gb-releases.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,101 @@
11
[
2+
{
3+
"id": "22.9",
4+
"version": "22.9",
5+
"displayLabel": "Gutenberg 22.9",
6+
"isAggregated": false,
7+
"totalPRs": 127,
8+
"contributors": 49,
9+
"newContributors": 5,
10+
"hasContributorData": true,
11+
"avgPRs": 127,
12+
"avgContributors": 49,
13+
"avgNewContributors": 5,
14+
"rawCategories": {
15+
"Enhancements": 34,
16+
"Bug Fixes": 42,
17+
"Accessibility": 5,
18+
"Experiments": 6,
19+
"Documentation": 11,
20+
"Code Quality": 14,
21+
"Tools": 15
22+
},
23+
"contributorAggregates": {
24+
"sponsorBreakdown": {
25+
"Automattic": 34,
26+
"rtCamp": 2,
27+
"Earthbound": 1,
28+
"GoDaddy": 1,
29+
"Vozitel": 1,
30+
"ParshipMeet Group": 1,
31+
"Unknown": 9
32+
},
33+
"countryBreakdown": {
34+
"Unknown": 49
35+
}
36+
},
37+
"date": "2026-04-08",
38+
"memberOf": "7.0",
39+
"changelogUrl": "https://github.com/WordPress/gutenberg/releases/tag/v22.9.0",
40+
"contributorsList": [
41+
"aaronrobertshaw",
42+
"adamsilverstein",
43+
"aduth",
44+
"alecgeatches",
45+
"andrewserong",
46+
"annezazu",
47+
"aswasif007",
48+
"carolinan",
49+
"cgastrell",
50+
"chriszarate",
51+
"ciampo",
52+
"darerodz",
53+
"dhasilva",
54+
"dsas",
55+
"ellatrix",
56+
"epeicher",
57+
"gziolo",
58+
"im3dabasia",
59+
"ingeniumed",
60+
"jameskoster",
61+
"jasmussen",
62+
"jigangz",
63+
"jorgefilipecosta",
64+
"jsnajdr",
65+
"juanmaguitar",
66+
"mamaduka",
67+
"manzoorwanijk",
68+
"maxschmeling",
69+
"meravi",
70+
"mirka",
71+
"ntsekouras",
72+
"oandregal",
73+
"pento",
74+
"ramonjd",
75+
"retrofox",
76+
"rodrigoprimo",
77+
"sandipmaurya2611",
78+
"scruffian",
79+
"senadir",
80+
"sgomes",
81+
"shekhar0109",
82+
"shekharnwagh",
83+
"shimotmk",
84+
"sirlouen",
85+
"soean",
86+
"t-hamano",
87+
"talldan",
88+
"tellthemachines",
89+
"vedant-gandhi"
90+
],
91+
"newContributorsList": [
92+
"jigangz",
93+
"meravi",
94+
"rodrigoprimo",
95+
"sandipmaurya2611",
96+
"vedant-gandhi"
97+
]
98+
},
299
{
3100
"id": "22.8",
4101
"version": "22.8",

public/data/summary.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"currentPeriod": "7.0",
33
"lastCutoffVersion": "21.9",
4-
"releasesSinceCutoff": 9,
5-
"avgPRsSinceCutoff": 217,
4+
"releasesSinceCutoff": 10,
5+
"avgPRsSinceCutoff": 208,
66
"avgContributorsSinceCutoff": 56,
7-
"avgNewContributorsSinceCutoff": 7,
8-
"totalPRsSinceCutoff": 1952,
9-
"uniqueContributorsSinceCutoff": 171,
10-
"uniqueNewContributorsSinceCutoff": 56,
7+
"avgNewContributorsSinceCutoff": 6,
8+
"totalPRsSinceCutoff": 2079,
9+
"uniqueContributorsSinceCutoff": 179,
10+
"uniqueNewContributorsSinceCutoff": 61,
1111
"avgPRsTotal": 138,
1212
"avgContributorsTotal": 49,
1313
"avgNewContributorsTotal": 5,
14-
"latestRelease": "22.8",
14+
"latestRelease": "22.9",
1515
"oldestRelease": "1.0",
16-
"totalReleases": 198,
17-
"lastUpdated": "2026-03-26T10:07:14.607Z"
16+
"totalReleases": 199,
17+
"lastUpdated": "2026-04-09T11:34:12.325Z"
1818
}

public/data/wp-cycles.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"version": "7.0",
55
"displayLabel": "WordPress 7.0",
66
"isAggregated": true,
7-
"totalPRs": 1952,
8-
"contributors": 171,
9-
"newContributors": 56,
7+
"totalPRs": 2079,
8+
"contributors": 179,
9+
"newContributors": 61,
1010
"hasContributorData": true,
11-
"avgPRs": 217,
11+
"avgPRs": 208,
1212
"avgContributors": 56,
13-
"avgNewContributors": 7,
13+
"avgNewContributors": 6,
1414
"categoryTotals": {
15-
"features": 645,
16-
"bugs": 651,
17-
"codeQuality": 446,
18-
"a11y": 23,
15+
"features": 685,
16+
"bugs": 693,
17+
"codeQuality": 475,
18+
"a11y": 28,
1919
"performance": 45,
20-
"documentation": 120,
20+
"documentation": 131,
2121
"other": 19
2222
},
2323
"contributorAggregates": {
@@ -105,8 +105,8 @@
105105
"Morocco": 1
106106
}
107107
},
108-
"groupedCount": 9,
109-
"groupedRange": "22.0-22.8"
108+
"groupedCount": 10,
109+
"groupedRange": "22.0-22.9"
110110
},
111111
{
112112
"id": "6.9",

0 commit comments

Comments
 (0)