Skip to content

Commit

Permalink
Merge pull request #5210 from wordpress-mobile/release/1.84.0
Browse files Browse the repository at this point in the history
Release 1.84.0
  • Loading branch information
fluiddot authored Oct 14, 2022
2 parents b6aaf62 + 9d61f15 commit 716c5cf
Show file tree
Hide file tree
Showing 6 changed files with 1,541 additions and 1,534 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
---

1.84.0
---
* [*] Upgrade compile and target sdk version to Android API 31 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5184]

1.83.0
Expand Down
3,064 changes: 1,534 additions & 1,530 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 29 files
+2 −2 .github/workflows/build-plugin-zip.yml
+1 −1 .github/workflows/bundle-size.yml
+1 −1 .github/workflows/create-block.yml
+1 −1 .github/workflows/end2end-test-playwright.yml
+1 −1 .github/workflows/end2end-test.yml
+1 −1 .github/workflows/flaky-tests.yml
+2 −2 .github/workflows/performance.yml
+1 −1 .github/workflows/publish-npm-packages.yml
+2 −2 .github/workflows/pull-request-automation.yml
+2 −2 .github/workflows/rnmobile-android-runner.yml
+3 −3 .github/workflows/rnmobile-ios-runner.yml
+1 −1 .github/workflows/static-checks.yml
+1 −1 .github/workflows/storybook-pages.yml
+3 −3 .github/workflows/unit-test.yml
+5 −5 docs/reference-guides/filters/global-styles-filters.md
+9 −5 lib/compat/wordpress-6.1/blocks.php
+3 −3 lib/compat/wordpress-6.1/class-wp-theme-json-resolver-6-1.php
+2 −2 lib/experimental/class-wp-theme-json-resolver-gutenberg.php
+1 −1 packages/react-native-aztec/package.json
+1 −1 packages/react-native-bridge/package.json
+2 −0 packages/react-native-editor/CHANGELOG.md
+5 −5 packages/react-native-editor/ios/Podfile.lock
+1 −1 packages/react-native-editor/package.json
+32 −0 packages/style-engine/class-wp-style-engine-css-declarations.php
+8 −0 phpunit/data/themedir1/block-theme-child-with-fluid-typography/style.css
+15 −13 phpunit/style-engine/class-wp-style-engine-css-declarations-test.php
+1 −1 schemas/json/block.json
+28 −0 storybook/decorators/with-theme.js
+20 −1 storybook/preview.js
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.83.0",
"version": "1.84.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 716c5cf

Please sign in to comment.