diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4df9398 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [1.1.26](https://github.com/ucsc/ucsc-gutenberg-blocks/compare/v1.1.25...v1.1.26) (2024-06-24) + + +### Bug Fixes + +* Add deprecation labels to Accordion block and Accordion Wrapper block ([#130](https://github.com/ucsc/ucsc-gutenberg-blocks/issues/130)) ([ed46f64](https://github.com/ucsc/ucsc-gutenberg-blocks/commit/ed46f6496ae0ee59be2e44f6a8a602fc322962f1)) diff --git a/package-lock.json b/package-lock.json index c5f9d2e..9b22f7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ucsc-gutenberg-blocks", - "version": "1.1.25", + "version": "1.1.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ucsc-gutenberg-blocks", - "version": "1.1.25", + "version": "1.1.26", "license": "ISC", "devDependencies": { "@wordpress/scripts": "^22.3.0", diff --git a/package.json b/package.json index 66ee85c..dd5c25a 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name": "ucsc-gutenberg-blocks", - "version": "1.1.25", - "description": "Adds custom blocks to UCSC WordPress websites", + "version": "1.1.26", + "description": "Adds custom blocks to UCSC WordPress websites", "main": "test.js", - "scripts": { + "scripts": { "build": "wp-scripts build", "start": "wp-scripts start", - "plugin-zip": "wp-scripts plugin-zip", - "release": "standard-version" + "plugin-zip": "wp-scripts plugin-zip", + "release": "standard-version" }, - "repository": { - "type": "git", - "url": "git+https://github.com/ucsc/ucsc-gutenberg-blocks.git" - }, - "keywords": [ - "WordPress", - "plugin" - ], + "repository": { + "type": "git", + "url": "git+https://github.com/ucsc/ucsc-gutenberg-blocks.git" + }, + "keywords": [ + "WordPress", + "plugin" + ], "files": [ "*", "classes", @@ -24,10 +24,10 @@ "build/index.asset.php", "templates" ], - "author": "UC Santa Cruz", + "author": "UC Santa Cruz", "license": "ISC", "devDependencies": { - "@wordpress/scripts": "^22.3.0", - "standard-version": "^9.5.0" + "@wordpress/scripts": "^22.3.0", + "standard-version": "^9.5.0" } }