Skip to content

Commit

Permalink
Merge branch 'develop' into fix/highlight-text-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Jan 14, 2022
2 parents 5989fc4 + 6642e84 commit eece1b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ bin/wp-cli.phar
/junit.xml

# Cocoapods

ios/Pods
ios/vendor

# i18n update
i18n-test/
i18n-test/

# i18n cache
src/i18n-cache/
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
---
* [**] Fix content justification attribute in Buttons block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4451]
* [*] Hide help button from Unsupported Block Editor. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4352/]
* [*] Add contrast checker to text-based blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4357]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"test:e2e:ios:local": "npm run test:e2e:bundle:ios && npm run core test:e2e:build-app:ios && npm run core test:e2e:build-wda && TEST_RN_PLATFORM=ios npm run device-tests:local",
"sync:android": "bin/sync-android.sh",
"build:gutenberg": "cd gutenberg && npm run build",
"clean": "npm run core clean; npm run clean:gutenberg; npm run clean:pot",
"clean": "npm run core clean; npm run clean:gutenberg; npm run clean:i18n",
"clean:gutenberg": "cd gutenberg && npm run clean:packages",
"clean:pot": "rm -f gutenberg*.pot",
"clean:i18n": "rm -rf src/i18n-cache",
"lint": "eslint . --ext .js",
"lint:fix": "npm run lint -- --fix",
"version": "npm run bundle && git add -A bundle"
Expand Down
4 changes: 0 additions & 4 deletions src/i18n-cache/.gitignore

This file was deleted.

0 comments on commit eece1b4

Please sign in to comment.