Skip to content

Commit 557fc17

Browse files
author
K.I.T.T
committed
chore: release version 1.1.12
1 parent 138aa76 commit 557fc17

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.12](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/proxy-gutenberg@1.1.11...@-amazeelabs/proxy-gutenberg@1.1.12) (2022-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **gutenberg:** patch for the media dialog bug ([da3f5ff](https://github.com/AmazeeLabs/silverback-mono/commit/da3f5ffca841890ee8fcda72a724cc58863b0799)), closes [/www.drupal.org/project/gutenberg/issues/3258284#comment-14395206](https://github.com//www.drupal.org/project/gutenberg/issues/3258284/issues/comment-14395206)
12+
13+
14+
15+
16+
617
## [1.1.11](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/proxy-gutenberg@1.1.10...@-amazeelabs/proxy-gutenberg@1.1.11) (2022-02-16)
718

819

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "amazeelabs/proxy-gutenberg",
33
"type": "library",
4-
"version": "1.1.11",
4+
"version": "1.1.12",
55
"description": "Proxy package for drupal/gutenberg.",
66
"homepage": "https://silverback.netlify.app",
77
"license": "GPL-2.0+",
88
"extra": {
99
"enable-patching": true,
1010
"composer-exit-on-patch-failure": true,
1111
"patches": {
12-
"Fix media dialog": "https://www.drupal.org/files/issues/2022-02-02/3258284-fix-media-library-modal.patch"
12+
"drupal/gutenberg": {
13+
"Fix media dialog": "https://www.drupal.org/files/issues/2022-02-02/3258284-fix-media-library-modal.patch"
14+
}
1315
}
1416
},
1517
"require": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@-amazeelabs/proxy-gutenberg",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"author": "Amazee Labs <development@amazeelabs.com>",
55
"publishConfig": {
66
"access": "public",
@@ -14,5 +14,5 @@
1414
"scripts": {
1515
"version": "sync-composer-version"
1616
},
17-
"gitHead": "3445a1702177f1f54357a01291532d4e29bd9b88"
17+
"gitHead": "ac5d41593173d3ce99c73451e2a8dbd62b13a198"
1818
}

0 commit comments

Comments
 (0)