-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(0.19.3): update versions and changelogs
- Loading branch information
Showing
22 changed files
with
143 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.