Skip to content

Commit

Permalink
Merge tag '0.22.0' into develop
Browse files Browse the repository at this point in the history
0.22.0
  • Loading branch information
Decipher committed Jul 5, 2023
2 parents 538fd63 + 054c9ad commit 6003c72
Show file tree
Hide file tree
Showing 24 changed files with 166 additions and 87 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-panthers-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-pets-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-glasses-sing.md

This file was deleted.

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

## 0.17.1

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]
- [email protected]

## 0.17.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-blocks",
"version": "0.17.0",
"version": "0.17.1",
"description": "Drupal Block and Block Region Druxt components.",
"keywords": [
"block",
Expand Down Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"axios": "^1.4.0",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0",
"druxt-entity": "^0.27.0",
"druxt-router": "^0.29.0"
"druxt": "^0.22.0",
"druxt-entity": "^0.28.0",
"druxt-router": "^0.29.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
9 changes: 9 additions & 0 deletions packages/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# druxt-breadcrumb

## 0.17.1

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]
- [email protected]

## 0.17.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-breadcrumb",
"version": "0.17.0",
"version": "0.17.1",
"description": "Decoupled Router based Breadcrumb Druxt component.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -42,9 +42,9 @@
"templates"
],
"dependencies": {
"druxt": "^0.21.0",
"druxt-blocks": "^0.17.0",
"druxt-router": "^0.29.0"
"druxt": "^0.22.0",
"druxt-blocks": "^0.17.1",
"druxt-router": "^0.29.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/druxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# druxt

## 0.22.0

### Minor Changes

- 41cab3a0: feat(#639): added druxt/flushCollection and druxt/flushResource mutations
- 41cab3a0: feat(#639): added bypassCache option to druxt/getCollection and druxt/getResource actions

## 0.21.1

### Patch 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.21.1",
"version": "0.22.0",
"description": "The Fully Decoupled Drupal Framework for Nuxt.js.",
"keywords": [
"cms",
Expand Down
13 changes: 13 additions & 0 deletions packages/entity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# druxt-entity

## 0.28.0

### Minor Changes

- 41cab3a0: feat(#639): add bypassCache druxt setting to DruxtEntity components.

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]
- [email protected]

## 0.27.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-entity",
"version": "0.27.1",
"version": "0.28.0",
"description": "Drupal Display Mode powered Entity, Form and Field Druxt components.",
"keywords": [
"cms",
Expand Down Expand Up @@ -46,9 +46,9 @@
"dependencies": {
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0",
"druxt-router": "^0.29.0",
"druxt-schema": "^0.11.1"
"druxt": "^0.22.0",
"druxt-router": "^0.29.1",
"druxt-schema": "^0.11.2"
},
"publishConfig": {
"access": "public"
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.1

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]

## 0.19.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.19.1",
"description": "Drupal Menu and Menu item Druxt components, with support for the JSON:API Menu Items module.",
"keywords": [
"cms",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0",
"druxt-blocks": "^0.17.0"
"druxt": "^0.22.0",
"druxt-blocks": "^0.17.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
7 changes: 7 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# druxt-router

## 0.29.1

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]

## 0.29.0

### Minor 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.0",
"version": "0.29.1",
"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.21.0",
"druxt": "^0.22.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# druxt-schema

## 0.11.2

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]

## 0.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-schema",
"version": "0.11.1",
"version": "0.11.2",
"description": "Drupal Content Entity schema generator for Druxt with support for View and Form displays.",
"keywords": [
"cms",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"consola": "^2.15.3",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0"
"druxt": "^0.22.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
14 changes: 14 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# druxt-site

## 0.14.1

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.14.0

### Minor Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-site",
"version": "0.14.0",
"version": "0.14.1",
"description": "Out of the box Decoupled Drupal sites with Druxt.",
"keywords": [
"cms",
Expand Down Expand Up @@ -43,14 +43,14 @@
],
"dependencies": {
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0",
"druxt-blocks": "^0.17.0",
"druxt-breadcrumb": "^0.17.0",
"druxt-entity": "^0.27.0",
"druxt-menu": "^0.19.0",
"druxt-router": "^0.29.0",
"druxt-schema": "^0.11.1",
"druxt-views": "^0.21.0",
"druxt": "^0.22.0",
"druxt-blocks": "^0.17.1",
"druxt-breadcrumb": "^0.17.1",
"druxt-entity": "^0.28.0",
"druxt-menu": "^0.19.1",
"druxt-router": "^0.29.1",
"druxt-schema": "^0.11.2",
"druxt-views": "^0.22.0",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# druxt-test-utils

## 1.0.0
## 0.2.15

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]

## 0.2.14

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-test-utils",
"version": "1.0.0",
"version": "0.2.15",
"private": true,
"description": "Test utilities for Druxt development.",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions packages/views/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# druxt-views

## 0.22.0

### Minor Changes

- 41cab3a0: feat(#639): added druxt/views/flushResults mutation.
- 41cab3a0: feat(#639): added bypassCache option to druxt/views/getResults action.
- 41cab3a0: feat(#639): added bypassCache druxt setting to DruxtView component.

### Patch Changes

- Updated dependencies [41cab3a0]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.21.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "druxt-views",
"version": "0.21.0",
"version": "0.22.0",
"description": "Drupal Views components for Druxt with support for filters, pagination and sorting.",
"keywords": [
"cms",
Expand Down Expand Up @@ -44,10 +44,10 @@
"axios": "^1.4.0",
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.21.0",
"druxt-blocks": "^0.17.0",
"druxt-entity": "^0.27.0",
"druxt-router": "^0.29.0",
"druxt": "^0.22.0",
"druxt-blocks": "^0.17.1",
"druxt-entity": "^0.28.0",
"druxt-router": "^0.29.1",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 6003c72

Please sign in to comment.