Skip to content

Commit

Permalink
chore: update changelogs and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Feb 7, 2022
1 parent b79701c commit a514ae7
Show file tree
Hide file tree
Showing 40 changed files with 219 additions and 177 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-buses-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-scissors-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-bottles-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-brooms-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-turtles-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-lemons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-books-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dolphins-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-moles-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-walls-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-phones-trade.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slow-keys-provide.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/slow-singers-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-colts-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-readers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pears-speak.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tiny-bees-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-foxes-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-tables-live.md

This file was deleted.

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

## 0.15.0

### Minor Changes

- b79701c: Added detailed debug information for the DruxtBlock component.
- 1db9584: feat(#429): Added watch for `id` and `uuid` to the DruxtBlock component.
- b79701c: feat(#249): Improved DruxtBlock and DruxtBlockRegion storybook stories and documentation.
- 6d763ce: feat(#112): Added DruxtBlocksRegionMixin

```js
import { DruxtBlocksRegionMixin } from "druxt-blocks";
export default {
mixins: [DruxtBlocksRegionMixin]
};
```

- 34d8397: feat(#429): Added watch for `name` and `theme` to the DruxtBlockRegion component.

### Patch Changes

- d7e92b2: feat(#249): Fixed errors in storybook.
- Updated dependencies [b79701c]
- Updated dependencies [b79701c]
- Updated dependencies [b79701c]
- Updated dependencies [b79701c]
- Updated dependencies [b79701c]
- Updated dependencies [d7e92b2]
- Updated dependencies [b79701c]
- Updated dependencies [b79701c]
- [email protected]
- [email protected]
- [email protected]

## 0.14.5

### 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.5",
"version": "0.15.0",
"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.16.0",
"druxt-entity": "^0.23.0",
"druxt-router": "^0.25.0"
"druxt": "^0.17.0",
"druxt-entity": "^0.24.0",
"druxt-router": "^0.26.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
20 changes: 20 additions & 0 deletions packages/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# druxt-breadcrumb

## 0.14.0

### Minor Changes

- b79701c: feat(#249): Improved DruxtBreadcrumb storybook stories and documentation.
- 0436de4: feat(#433): Added path prop to DruxtBreadcrumb component.

```vue
<DruxtBreadcrumb path="/node/1" />
```

- e2b8500: feat(#429): Added watch for `home` and `path` to the DruxtBreadcrumb component.

### Patch Changes

- Updated dependencies [b79701c]
- [email protected]
- [email protected]
- [email protected]

## 0.13.4

### 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.4",
"version": "0.14.0",
"description": "Decoupled Router based Breadcrumb Druxt component.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -41,9 +41,9 @@
"dist"
],
"dependencies": {
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4",
"druxt-router": "^0.25.0"
"druxt": "^0.17.0",
"druxt-blocks": "^0.15.0",
"druxt-router": "^0.26.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
Expand Down
13 changes: 13 additions & 0 deletions packages/druxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# druxt

## 0.17.0

### Minor Changes

- b79701c: feat(#249): Added README story to storybook.
- b79701c: Added required props error to DruxtModule components.
- b79701c: feat(#249): Added DruxtModule story to storybook.
- b79701c: feat(#249): Added DruxtDebug story to storybook.

### Patch Changes

- d7e92b2: feat(#249): Fixed errors in storybook.

## 0.16.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.16.0",
"version": "0.17.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.24.0

### Minor Changes

- b79701c: feat(#249): Improved DruxtEntity and DruxtEntityForm storybook stories and documentation.

### Patch Changes

- d7e92b2: feat(#249): Fixed errors in storybook.
- Updated dependencies [b79701c]
- [email protected]
- [email protected]
- [email protected]

## 0.23.0

### Minor 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.23.0",
"version": "0.24.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.16.0",
"druxt-router": "^0.25.0",
"druxt-schema": "^0.10.0"
"druxt": "^0.17.0",
"druxt-router": "^0.26.0",
"druxt-schema": "^0.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# druxt-menu

## 0.16.0

### Minor Changes

- b79701c: feat(#249): Improved DruxtMenu storybook stories and documentation.

### Patch Changes

- Updated dependencies [b79701c]
- [email protected]
- [email protected]

## 0.15.3

### 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.3",
"version": "0.16.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": "^1.1.12",
"druxt": "^0.16.0",
"druxt-blocks": "^0.14.4"
"druxt": "^0.17.0",
"druxt-blocks": "^0.15.0"
},
"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.26.0

### Minor Changes

- b79701c: Added debug and default slots to the DruxtRouter component.
- b79701c: feat(#249): Improved DruxtRouter storybook stories and documentation.

### Patch Changes

- Updated dependencies [b79701c]
- [email protected]

## 0.25.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.25.0",
"version": "0.26.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.16.0",
"druxt": "^0.17.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.10.1

### Patch Changes

- Updated dependencies [b79701c]
- [email protected]

## 0.10.0

### Minor Changes
Expand Down
Loading

0 comments on commit a514ae7

Please sign in to comment.