Skip to content

Commit 138aa76

Browse files
author
K.I.T.T
committed
chore: release version 1.1.11
1 parent 1919b35 commit 138aa76

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.11](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/proxy-gutenberg@1.1.10...@-amazeelabs/proxy-gutenberg@1.1.11) (2022-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **gutenberg:** patch for the media dialog bug ([88cdc1f](https://github.com/AmazeeLabs/silverback-mono/commit/88cdc1f553d1c41125a58987adcc5b91dead9443)), 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.10](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/proxy-gutenberg@1.1.9...@-amazeelabs/proxy-gutenberg@1.1.10) (2022-01-27)
718

819

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "amazeelabs/proxy-gutenberg",
33
"type": "library",
4-
"version": "1.1.10",
4+
"version": "1.1.11",
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,
11-
"patches": {}
11+
"patches": {
12+
"Fix media dialog": "https://www.drupal.org/files/issues/2022-02-02/3258284-fix-media-library-modal.patch"
13+
}
1214
},
1315
"require": {
1416
"cweagans/composer-patches": "^1.7",

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.10",
3+
"version": "1.1.11",
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": "9f6b9a001e6bec7fbc85b5d9c76f7bbefc68185c"
17+
"gitHead": "3445a1702177f1f54357a01291532d4e29bd9b88"
1818
}

0 commit comments

Comments
 (0)