Skip to content

Commit

Permalink
chore(0.20.0): update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 12, 2022
1 parent 3330187 commit cc349f2
Show file tree
Hide file tree
Showing 32 changed files with 191 additions and 129 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-sloths-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-roses-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-wasps-deliver.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/long-spoons-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-laws-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-weeks-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-vans-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-toes-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-emus-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-melons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-maps-change.md

This file was deleted.

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

## 0.16.3

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]
- [email protected]
- [email protected]

## 0.16.2

### 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.16.2",
"version": "0.16.3",
"description": "Drupal Block and Block Region Druxt components.",
"keywords": [
"block",
Expand Down Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"axios": "^0.27.2",
"drupal-jsonapi-params": "^2.0.0",
"druxt": "^0.19.3",
"druxt-entity": "^0.25.1",
"druxt-router": "^0.27.4"
"druxt": "^0.20.0",
"druxt-entity": "^0.26.0",
"druxt-router": "^0.28.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
15 changes: 15 additions & 0 deletions packages/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# druxt-breadcrumb

## 0.16.0

### Minor Changes

- 54c8ece3: Enabled dependencies when only using Nuxt druxt-breadcrumb module.
- fa5164d4: fix(#538): Fixed issue with multiple Home crumbs on multilingual sites.

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]
- [email protected]
- [email protected]

## 0.15.1

### 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.15.1",
"version": "0.16.0",
"description": "Decoupled Router based Breadcrumb Druxt component.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -42,9 +42,9 @@
"templates"
],
"dependencies": {
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2",
"druxt-router": "^0.27.4"
"druxt": "^0.20.0",
"druxt-blocks": "^0.16.3",
"druxt-router": "^0.28.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
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.20.0

### Minor Changes

- 49b67872: fix(#543): Removed permission check error from API requests.

## 0.19.3

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

## 0.26.0

### Minor Changes

- 2f2a7cce: Added watch for 'settings' prop.

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]
- [email protected]
- [email protected]

## 0.25.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.25.1",
"version": "0.26.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": "^2.0.0",
"druxt": "^0.19.3",
"druxt-router": "^0.27.4",
"druxt-schema": "^0.10.4"
"druxt": "^0.20.0",
"druxt-router": "^0.28.0",
"druxt-schema": "^0.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# druxt-menu

## 0.18.0

### Minor Changes

- 33301873: feat(#539): Use JSON:API Menu Items data by default.
- 54c8ece3: Enabled dependencies when only using Nuxt druxt-menu module.

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]
- [email protected]

## 0.17.1

### 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.17.1",
"version": "0.18.0",
"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": "^2.0.0",
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2"
"druxt": "^0.20.0",
"druxt-blocks": "^0.16.3"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
12 changes: 12 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# druxt-router

## 0.28.0

### Minor Changes

- 54c8ece3: Enabled dependencies when only using Nuxt druxt-router module.

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]

## 0.27.4

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

## 0.11.0

### Minor Changes

- 49b67872: fix(#543): Added permission check to schema generation.

### Patch Changes

- Updated dependencies [49b67872]
- [email protected]

## 0.10.4

### 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.10.4",
"version": "0.11.0",
"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.0.0",
"druxt": "^0.19.0"
"druxt": "^0.20.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
19 changes: 19 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# druxt-site

## 0.13.0

### Minor Changes

- 2f2a7cce: Added watch for 'theme' prop.

### Patch Changes

- fc811db3: Add DruxtModule props to component module stories.
- Updated dependencies [49b67872]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.12.1

### 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.12.1",
"version": "0.13.0",
"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.0.0",
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2",
"druxt-breadcrumb": "^0.15.1",
"druxt-entity": "^0.25.1",
"druxt-menu": "^0.17.1",
"druxt-router": "^0.27.4",
"druxt-schema": "^0.10.4",
"druxt-views": "^0.19.1",
"druxt": "^0.20.0",
"druxt-blocks": "^0.16.3",
"druxt-breadcrumb": "^0.16.0",
"druxt-entity": "^0.26.0",
"druxt-menu": "^0.18.0",
"druxt-router": "^0.28.0",
"druxt-schema": "^0.11.0",
"druxt-views": "^0.20.0",
"md5": "^2.3.0"
},
"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.13

### Patch Changes

- Updated dependencies [49b67872]
- [email protected]

## 0.2.12

### 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.12",
"version": "0.2.13",
"private": true,
"description": "Test utilities for Druxt development.",
"keywords": [
Expand Down
Loading

0 comments on commit cc349f2

Please sign in to comment.