Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Dec 30, 2021
2 parents bc079cf + 936d2e4 commit 9bc9f28
Show file tree
Hide file tree
Showing 24 changed files with 163 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-weeks-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-gifts-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-garlics-poke.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.14.4

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]
- [email protected]

## 0.14.3

### Patch 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.14.3",
"version": "0.14.4",
"description": "Drupal Block and Block Region Druxt components.",
"keywords": [
"block",
Expand Down Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"axios": "^0.21.1",
"drupal-jsonapi-params": "^1.1.12",
"druxt": "^0.15.0",
"druxt-entity": "^0.21.4",
"druxt-router": "^0.24.2"
"druxt": "^0.16.0",
"druxt-entity": "^0.22.0",
"druxt-router": "^0.25.0"
},
"optionalDependencies": {
"vue": "^2.6.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.13.4

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]
- [email protected]

## 0.13.3

### Patch 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.13.3",
"version": "0.13.4",
"description": "Decoupled Router based Breadcrumb Druxt component.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -41,9 +41,9 @@
"dist"
],
"dependencies": {
"druxt": "^0.15.0",
"druxt-blocks": "^0.14.3",
"druxt-router": "^0.24.2"
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4",
"druxt-router": "^0.25.0"
},
"optionalDependencies": {
"vue": "^2.6.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.16.0

### Minor Changes

- dc226c2: Made the \$druxt plugin first to be available to all Druxt module plugins.
- 7b749bd: Added improved error handling.

## 0.15.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.15.0",
"version": "0.16.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.22.0

### Minor Changes

- 7b749bd: Updated DruxtEntityForm error handling.

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]
- [email protected]

## 0.21.4

### 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.21.4",
"version": "0.22.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.2.2",
"drupal-jsonapi-params": "^1.2.2",
"druxt": "^0.15.0",
"druxt-router": "^0.24.2",
"druxt-schema": "^0.9.2"
"druxt": "^0.16.0",
"druxt-router": "^0.25.0",
"druxt-schema": "^0.9.3"
},
"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.15.3

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]

## 0.15.2

### Patch 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.15.2",
"version": "0.15.3",
"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.2.2",
"drupal-jsonapi-params": "^1.1.12",
"druxt": "^0.15.0",
"druxt-blocks": "^0.14.3"
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4"
},
"optionalDependencies": {
"vue": "^2.6.14",
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.25.0

### Minor Changes

- 7b749bd: Added improved error handling.

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]

## 0.24.2

### 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.24.2",
"version": "0.25.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.15.0",
"druxt": "^0.16.0",
"url-parse": "^1.4.7"
},
"optionalDependencies": {
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.9.3

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"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.0",
"drupal-jsonapi-params": "^1.2.2",
"druxt": "^0.15.0"
"druxt": "^0.16.0"
},
"optionalDependencies": {
"vue": "^2.6.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.10.4

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.10.3

### Patch 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.10.3",
"version": "0.10.4",
"description": "Out of the box Decoupled Drupal sites with Druxt.",
"keywords": [
"cms",
Expand Down Expand Up @@ -43,14 +43,14 @@
],
"dependencies": {
"drupal-jsonapi-params": "^1.2.2",
"druxt": "^0.15.0",
"druxt-blocks": "^0.14.3",
"druxt-breadcrumb": "^0.13.3",
"druxt-entity": "^0.21.4",
"druxt-menu": "^0.15.2",
"druxt-router": "^0.24.2",
"druxt-schema": "^0.9.2",
"druxt-views": "^0.17.0",
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4",
"druxt-breadcrumb": "^0.13.4",
"druxt-entity": "^0.22.0",
"druxt-menu": "^0.15.3",
"druxt-router": "^0.25.0",
"druxt-schema": "^0.9.3",
"druxt-views": "^0.17.1",
"md5": "^2.2.1"
},
"optionalDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# druxt-test-utils

## 0.2.6

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]

## 0.2.5

### 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": "0.2.5",
"version": "0.2.6",
"private": true,
"description": "Test utilities for Druxt development.",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/views/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# druxt-views

## 0.17.1

### Patch Changes

- Updated dependencies [7b749bd]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.17.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.17.0",
"version": "0.17.1",
"description": "Drupal Views components for Druxt with support for filters, pagination and sorting.",
"keywords": [
"cms",
Expand Down Expand Up @@ -44,10 +44,10 @@
"axios": "^0.21.1",
"deepmerge": "^4.2.2",
"drupal-jsonapi-params": "^1.1.12",
"druxt": "^0.15.0",
"druxt-blocks": "^0.14.3",
"druxt-entity": "^0.21.4",
"druxt-router": "^0.24.2",
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4",
"druxt-entity": "^0.22.0",
"druxt-router": "^0.25.0",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 9bc9f28

Please sign in to comment.