Skip to content

Commit

Permalink
chore(0.19.3): update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 8, 2022
1 parent 352b7a5 commit 6a62e9d
Show file tree
Hide file tree
Showing 22 changed files with 143 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-moose-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-buckets-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-masks-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-kids-reflect.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sour-plums-hear.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.2

### Patch Changes

- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]
- [email protected]

## 0.16.1

### 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.1",
"version": "0.16.2",
"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.0",
"druxt-entity": "^0.25.0",
"druxt-router": "^0.27.0"
"druxt": "^0.19.3",
"druxt-entity": "^0.25.1",
"druxt-router": "^0.27.4"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
10 changes: 10 additions & 0 deletions packages/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# druxt-breadcrumb

## 0.15.1

### Patch Changes

- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]
- [email protected]

## 0.15.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.15.0",
"version": "0.15.1",
"description": "Decoupled Router based Breadcrumb Druxt component.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -42,9 +42,9 @@
"templates"
],
"dependencies": {
"druxt": "^0.19.0",
"druxt-blocks": "^0.16.0",
"druxt-router": "^0.27.0"
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2",
"druxt-router": "^0.27.4"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/druxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# druxt

## 0.19.3

### Patch Changes

- 44f97b9c: Normalized slashes for baseUrl and endpoint options.
- 352b7a51: Fixed plugin paths issue for Windows users.
- 45e14b84: Fixed support for nuxt/storybook.

## 0.19.2

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

## 0.25.1

### Patch Changes

- 28bed4ca: Fixed bug with DruxtEntity Storybook and unpublished content.
- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]

## 0.25.0

### Minor Changes

- be21952: Added **langcode** prop to DruxtEntity and DruxtField components for multilingual support.

example:

```jsx
<DruxtEntity
type="node--recipe"
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.25.1",
"description": "Drupal Display Mode powered Entity, Form and Field Druxt components.",
"keywords": [
"cms",
Expand Down Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"deepmerge": "^4.2.2",
"drupal-jsonapi-params": "^2.0.0",
"druxt": "^0.19.0",
"druxt-router": "^0.27.0",
"druxt": "^0.19.3",
"druxt-router": "^0.27.4",
"druxt-schema": "^0.10.4"
},
"publishConfig": {
Expand Down
15 changes: 11 additions & 4 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# druxt-menu

## 0.17.1

### Patch Changes

- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]

## 0.17.0

### Minor Changes

- be21952: Added multilingual support to the DruxtMenu component.

example:

```jsx
<DruxtMenu
name="main"
langcode="es"
/>
<DruxtMenu name="main" langcode="es" />
```

- be21952: Added langcode to component mixins.
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.0",
"version": "0.17.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.2.2",
"drupal-jsonapi-params": "^2.0.0",
"druxt": "^0.19.0",
"druxt-blocks": "^0.16.0"
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# druxt-router

## 0.27.4

### Patch Changes

- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]

## 0.27.3

### 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.3",
"version": "0.27.4",
"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.2",
"druxt": "^0.19.3",
"url-parse": "^1.5.10"
},
"devDependencies": {
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.12.1

### Patch Changes

- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.12.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.0",
"version": "0.12.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.0.0",
"druxt": "^0.19.0",
"druxt-blocks": "^0.16.0",
"druxt-breadcrumb": "^0.15.0",
"druxt-entity": "^0.25.0",
"druxt-menu": "^0.17.0",
"druxt-router": "^0.27.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.0",
"druxt-views": "^0.19.1",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/views/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# druxt-views

## 0.19.1

### Patch Changes

- ffd9d542: Fixed undefined errors in DruxtView watch methods.
- 45e14b84: Fixed support for nuxt/storybook.
- Updated dependencies [352b7a51]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.19.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.19.0",
"version": "0.19.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.27.2",
"deepmerge": "^4.2.2",
"drupal-jsonapi-params": "^2.0.0",
"druxt": "^0.19.0",
"druxt-blocks": "^0.16.0",
"druxt-entity": "^0.25.0",
"druxt-router": "^0.27.0",
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2",
"druxt-entity": "^0.25.1",
"druxt-router": "^0.27.4",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 6a62e9d

Please sign in to comment.