Skip to content

Commit

Permalink
Merge tag '0.23.1' into develop
Browse files Browse the repository at this point in the history
0.24.0
  • Loading branch information
Decipher committed Nov 2, 2023
2 parents 86c8235 + 15651ad commit 6b13781
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-jeans-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-years-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-months-double.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/druxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# druxt

## 0.24.0

### Minor Changes

- 7664d90d: feat(#87): add attrs passthrough to DruxtWrapper component

## 0.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/druxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt",
"version": "0.22.0",
"version": "0.24.0",
"description": "The Fully Decoupled Drupal Framework for Nuxt.js.",
"keywords": [
"cms",
Expand Down
8 changes: 8 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# druxt-menu

## 0.19.2

### Patch Changes

- 86c8235b: feat(#679): Adds Nuxt Auth Axios instance to the DruxtMenu plugin to ensure correct results are provided when authenticated.
- Updated dependencies [7664d90d]
- [email protected]

## 0.19.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-menu",
"version": "0.19.1",
"version": "0.19.2",
"description": "Drupal Menu and Menu item Druxt components, with support for the JSON:API Menu Items module.",
"keywords": [
"cms",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"druxt-blocks": "^0.17.1"
},
"optionalDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# druxt-router

## 0.31.0

### Minor Changes

- 86094105: feat(#660): added @nuxtjs/axios support to the Router plugin.

### Patch Changes

- Updated dependencies [7664d90d]
- [email protected]

## 0.29.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-router",
"version": "0.29.1",
"version": "0.31.0",
"description": "Drupal router for Nuxt, powered by the Drupal Decoupled Router module.",
"keywords": [
"cms",
Expand Down Expand Up @@ -42,7 +42,7 @@
"templates"
],
"dependencies": {
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
Expand Down

0 comments on commit 6b13781

Please sign in to comment.