From 0fdcee69a85f2e4320acbaece223f58bed1bc867 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Mon, 13 Nov 2023 17:16:04 +0100 Subject: [PATCH] chore(release): Publish new version --- CHANGELOG.md | 17 +++++++++++++++++ modularity-graphql.php | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813b972..be2d251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [6.0.0](https://github.com/municipio-se/modularity-graphql/compare/5.5.1...6.0.0) (2023-11-13) + + +### ⚠ BREAKING CHANGES + +* Disable Gutenberg for post and widget editors + +### Features + +* Disable Gutenberg for post and widget editors ([d4e7385](https://github.com/municipio-se/modularity-graphql/commit/d4e73852a26c49dbe54b3cb706e9b1d765c51e1d)) +* Expose post type archive modules ([442e230](https://github.com/municipio-se/modularity-graphql/commit/442e230925821e2af480de4e1f3597d404ab259e)) + + +### Bug Fixes + +* Child post sorting ([5da3044](https://github.com/municipio-se/modularity-graphql/commit/5da3044286785b4b3821074a9b0ea83ad94cd90c)) + ### [5.5.1](https://github.com/municipio-se/modularity-graphql/compare/5.5.0...5.5.1) (2022-10-18) diff --git a/modularity-graphql.php b/modularity-graphql.php index e0de637..db29e42 100644 --- a/modularity-graphql.php +++ b/modularity-graphql.php @@ -4,7 +4,7 @@ * Plugin Name: Modularity GraphQL * Plugin URI: - * Description: Adds Modularity modules to the WPGraphQL Schema - * Version: 5.5.1 + * Version: 6.0.0 * Author: Whitespace Dev * Author URI: https://www.whitespace.se/ */ diff --git a/package.json b/package.json index 6f1b258..f316891 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.5.1", + "version": "6.0.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@prettier/plugin-php": "^0.15.2",