Skip to content

Commit

Permalink
Merge tag '0.4.0' into develop
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
Decipher committed Jul 17, 2023
2 parents 796f407 + 256ecd4 commit 1e8865f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-apricots-draw.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# druxt-layout-paragraphs

## 0.4.0

### Minor Changes

- ef9916b: feat(#47): added support for Custom Layouts module

## 0.3.0

### Minor Changes
Expand Down Expand Up @@ -55,7 +61,7 @@
<script>
import { DruxtLayoutParagraphMixin } from "druxt-layout-paragraphs";
export default {
mixins: [DruxtLayoutParagraphMixin]
mixins: [DruxtLayoutParagraphMixin],
};
</script>
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-layout-paragraphs",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [
"druxt",
"drupal",
Expand Down

0 comments on commit 1e8865f

Please sign in to comment.