Skip to content

Commit

Permalink
chore(release): 1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 committed Jun 24, 2024
1 parent 375643c commit 4a58f9e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"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",
"build/index.js",
"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"
}
}

0 comments on commit 4a58f9e

Please sign in to comment.