diff --git a/.changeset/rare-mugs-judge.md b/.changeset/rare-mugs-judge.md deleted file mode 100644 index 6af65e4ee..000000000 --- a/.changeset/rare-mugs-judge.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -"@xwiki/cristal-api": minor -"@xwiki/cristal-alerts-api": minor -"@xwiki/cristal-alerts-default": minor -"@xwiki/cristal-alerts-ui": minor -"@xwiki/cristal-attachments-api": minor -"@xwiki/cristal-attachments-default": minor -"@xwiki/cristal-attachments-ui": minor -"@xwiki/cristal-authentication-api": minor -"@xwiki/cristal-authentication-ui": minor -"@xwiki/cristal-authentication-xwiki": minor -"@xwiki/cristal-backend-api": minor -"@xwiki/cristal-backend-dexie": minor -"@xwiki/cristal-backend-github": minor -"@xwiki/cristal-backend-nextcloud": minor -"@xwiki/cristal-backend-xwiki": minor -"@xwiki/cristal-browser-api": minor -"@xwiki/cristal-browser-default": minor -"@xwiki/cristal-document-api": minor -"@xwiki/cristal-document-default": minor -"@xwiki/cristal-extra-tabs-api": minor -"@xwiki/cristal-extra-tabs-default": minor -"@xwiki/cristal-extra-tabs-ui": minor -"@xwiki/cristal-hierarchy-api": minor -"@xwiki/cristal-hierarchy-default": minor -"@xwiki/cristal-hierarchy-filesystem": minor -"@xwiki/cristal-hierarchy-github": minor -"@xwiki/cristal-hierarchy-nextcloud": minor -"@xwiki/cristal-hierarchy-xwiki": minor -"@xwiki/cristal-icons": minor -"@xwiki/cristal-info-actions-api": minor -"@xwiki/cristal-info-actions-default": minor -"@xwiki/cristal-info-actions-ui": minor -"@xwiki/cristal-link-suggest-api": minor -"@xwiki/cristal-link-suggest-nextcloud": minor -"@xwiki/cristal-link-suggest-xwiki": minor -"@xwiki/cristal-navigation-tree-api": minor -"@xwiki/cristal-navigation-tree-default": minor -"@xwiki/cristal-navigation-tree-filesystem": minor -"@xwiki/cristal-navigation-tree-github": minor -"@xwiki/cristal-navigation-tree-nextcloud": minor -"@xwiki/cristal-navigation-tree-xwiki": minor -"@xwiki/cristal-page-actions-api": minor -"@xwiki/cristal-page-actions-default": minor -"@xwiki/cristal-page-actions-ui": minor -"@xwiki/cristal-uiextension-api": minor -"@xwiki/cristal-uiextension-default": minor -"@xwiki/cristal-uiextension-ui": minor -"@xwiki/cristal-dev-config": minor -"@xwiki/cristal-dev-test-utils": minor -"@xwiki/cristal-dsapi": minor -"@xwiki/cristal-dsfr": minor -"@xwiki/cristal-dsshoelace": minor -"@xwiki/cristal-dsvuetify": minor -"@xwiki/cristal-editors-tiptap": minor -"@xwiki/cristal-electron": minor -"@xwiki/cristal-electron-authentication-xwiki-main": minor -"@xwiki/cristal-electron-authentication-xwiki-preload": minor -"@xwiki/cristal-electron-authentication-xwiki-renderer": minor -"@xwiki/cristal-browser-electron": minor -"@xwiki/cristal-electron-main": minor -"@xwiki/cristal-electron-preload": minor -"@xwiki/cristal-electron-renderer": minor -"@xwiki/cristal-electron-storage": minor -"@xwiki/cristal-extension-manager": minor -"@xwiki/cristal-extension-menubuttons": minor -"@xwiki/cristal-lib": minor -"@xwiki/cristal-macros": minor -"@xwiki/cristal-realtime": minor -"@xwiki/cristal-rendering": minor -"@xwiki/cristal-rendering-wikimodel": minor -"@xwiki/cristal-sharedworker-api": minor -"@xwiki/cristal-sharedworker-impl": minor -"@xwiki/cristal-skin": minor -"@xwiki/cristal-sources-xwiki-mock-server": minor -"@xwiki/cristal-web": minor -"@xwiki/cristal-xwiki-remoteinlineeditor": minor ---- - -Cristal 0.11 Release diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 4067c6f0a..0c50fede8 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/api/package.json b/api/package.json index 2449dd34b..1e639a070 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/alerts/alerts-api/CHANGELOG.md b/core/alerts/alerts-api/CHANGELOG.md new file mode 100644 index 000000000..50c159824 --- /dev/null +++ b/core/alerts/alerts-api/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xwiki/cristal-alerts-api + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release diff --git a/core/alerts/alerts-api/package.json b/core/alerts/alerts-api/package.json index 58cda6540..13ef47ea1 100644 --- a/core/alerts/alerts-api/package.json +++ b/core/alerts/alerts-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-alerts-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/alerts/alerts-default/CHANGELOG.md b/core/alerts/alerts-default/CHANGELOG.md new file mode 100644 index 000000000..8cf3d6378 --- /dev/null +++ b/core/alerts/alerts-default/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-alerts-default + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-alerts-api@0.11.0 diff --git a/core/alerts/alerts-default/package.json b/core/alerts/alerts-default/package.json index dcfce01d8..142fcd99b 100644 --- a/core/alerts/alerts-default/package.json +++ b/core/alerts/alerts-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-alerts-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/alerts/alerts-ui/CHANGELOG.md b/core/alerts/alerts-ui/CHANGELOG.md new file mode 100644 index 000000000..899cc5612 --- /dev/null +++ b/core/alerts/alerts-ui/CHANGELOG.md @@ -0,0 +1,14 @@ +# @xwiki/cristal-alerts-ui + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-alerts-api@0.11.0 + - @xwiki/cristal-dsapi@0.11.0 diff --git a/core/alerts/alerts-ui/package.json b/core/alerts/alerts-ui/package.json index 1d83efd2f..2654b6833 100644 --- a/core/alerts/alerts-ui/package.json +++ b/core/alerts/alerts-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-alerts-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/attachments/attachments-api/CHANGELOG.md b/core/attachments/attachments-api/CHANGELOG.md index a78811c39..37079cf0a 100644 --- a/core/attachments/attachments-api/CHANGELOG.md +++ b/core/attachments/attachments-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-attachments-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/core/attachments/attachments-api/package.json b/core/attachments/attachments-api/package.json index bf083fed5..565021ba8 100644 --- a/core/attachments/attachments-api/package.json +++ b/core/attachments/attachments-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-attachments-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/attachments/attachments-default/CHANGELOG.md b/core/attachments/attachments-default/CHANGELOG.md index c8a099b9e..56f0d8895 100644 --- a/core/attachments/attachments-default/CHANGELOG.md +++ b/core/attachments/attachments-default/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-attachments-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-attachments-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/attachments/attachments-default/package.json b/core/attachments/attachments-default/package.json index 37790f5bd..a08ccf12f 100644 --- a/core/attachments/attachments-default/package.json +++ b/core/attachments/attachments-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-attachments-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/attachments/attachments-ui/CHANGELOG.md b/core/attachments/attachments-ui/CHANGELOG.md index 8d1d95ddb..9cbb14252 100644 --- a/core/attachments/attachments-ui/CHANGELOG.md +++ b/core/attachments/attachments-ui/CHANGELOG.md @@ -1,5 +1,20 @@ # @xwiki/cristal-attachments-ui +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-attachments-api@0.11.0 + - @xwiki/cristal-extra-tabs-api@0.11.0 + - @xwiki/cristal-info-actions-api@0.11.0 + - @xwiki/cristal-dsapi@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/attachments/attachments-ui/package.json b/core/attachments/attachments-ui/package.json index ac9ab2a94..5466affa7 100644 --- a/core/attachments/attachments-ui/package.json +++ b/core/attachments/attachments-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-attachments-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/authentication/authentication-api/CHANGELOG.md b/core/authentication/authentication-api/CHANGELOG.md new file mode 100644 index 000000000..281e6a7ee --- /dev/null +++ b/core/authentication/authentication-api/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-authentication-api + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 diff --git a/core/authentication/authentication-api/package.json b/core/authentication/authentication-api/package.json index cda1b35af..64a223655 100644 --- a/core/authentication/authentication-api/package.json +++ b/core/authentication/authentication-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-authentication-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/authentication/authentication-ui/CHANGELOG.md b/core/authentication/authentication-ui/CHANGELOG.md new file mode 100644 index 000000000..3a6888e75 --- /dev/null +++ b/core/authentication/authentication-ui/CHANGELOG.md @@ -0,0 +1,16 @@ +# @xwiki/cristal-authentication-ui + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-browser-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-uiextension-api@0.11.0 diff --git a/core/authentication/authentication-ui/package.json b/core/authentication/authentication-ui/package.json index 0dfa6a8ac..b59d86d4e 100644 --- a/core/authentication/authentication-ui/package.json +++ b/core/authentication/authentication-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-authentication-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/authentication/authentication-xwiki/CHANGELOG.md b/core/authentication/authentication-xwiki/CHANGELOG.md new file mode 100644 index 000000000..d7f77cb9d --- /dev/null +++ b/core/authentication/authentication-xwiki/CHANGELOG.md @@ -0,0 +1,13 @@ +# @xwiki/cristal-authentication-xwiki + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 diff --git a/core/authentication/authentication-xwiki/package.json b/core/authentication/authentication-xwiki/package.json index e467f6810..3eef6325c 100644 --- a/core/authentication/authentication-xwiki/package.json +++ b/core/authentication/authentication-xwiki/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-authentication-xwiki", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/backends/backend-api/CHANGELOG.md b/core/backends/backend-api/CHANGELOG.md index fae0b4b67..832149bda 100644 --- a/core/backends/backend-api/CHANGELOG.md +++ b/core/backends/backend-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-backend-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/backends/backend-api/package.json b/core/backends/backend-api/package.json index a189c8294..614267ee1 100644 --- a/core/backends/backend-api/package.json +++ b/core/backends/backend-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-backend-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/backends/backend-dexie/CHANGELOG.md b/core/backends/backend-dexie/CHANGELOG.md index 9b0af8f9e..a4057b29a 100644 --- a/core/backends/backend-dexie/CHANGELOG.md +++ b/core/backends/backend-dexie/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-backend-dexie +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-backend-api@0.11.0 + - @xwiki/cristal-sharedworker-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/backends/backend-dexie/package.json b/core/backends/backend-dexie/package.json index bfae37e7d..98e479915 100644 --- a/core/backends/backend-dexie/package.json +++ b/core/backends/backend-dexie/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-backend-dexie", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/backends/backend-github/CHANGELOG.md b/core/backends/backend-github/CHANGELOG.md index 231a233c9..af13e4d5f 100644 --- a/core/backends/backend-github/CHANGELOG.md +++ b/core/backends/backend-github/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-backend-github +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-backend-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/backends/backend-github/package.json b/core/backends/backend-github/package.json index ce843502b..58e817ab3 100644 --- a/core/backends/backend-github/package.json +++ b/core/backends/backend-github/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-backend-github", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/backends/backend-nextcloud/CHANGELOG.md b/core/backends/backend-nextcloud/CHANGELOG.md index 07b22e63d..339a8bf6e 100644 --- a/core/backends/backend-nextcloud/CHANGELOG.md +++ b/core/backends/backend-nextcloud/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-backend-nextcloud +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-backend-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/backends/backend-nextcloud/package.json b/core/backends/backend-nextcloud/package.json index bc11a48ca..989c72316 100644 --- a/core/backends/backend-nextcloud/package.json +++ b/core/backends/backend-nextcloud/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-backend-nextcloud", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/backends/backend-xwiki/CHANGELOG.md b/core/backends/backend-xwiki/CHANGELOG.md index a70a4f14e..67d487842 100644 --- a/core/backends/backend-xwiki/CHANGELOG.md +++ b/core/backends/backend-xwiki/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-backend-xwiki +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-backend-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/backends/backend-xwiki/package.json b/core/backends/backend-xwiki/package.json index 248f50e44..6c5b09f34 100644 --- a/core/backends/backend-xwiki/package.json +++ b/core/backends/backend-xwiki/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-backend-xwiki", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/browser/browser-api/CHANGELOG.md b/core/browser/browser-api/CHANGELOG.md index f929733d2..4159d9355 100644 --- a/core/browser/browser-api/CHANGELOG.md +++ b/core/browser/browser-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-browser-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/browser/browser-api/package.json b/core/browser/browser-api/package.json index 12ca3a407..375143ee7 100644 --- a/core/browser/browser-api/package.json +++ b/core/browser/browser-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-browser-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/browser/browser-default/CHANGELOG.md b/core/browser/browser-default/CHANGELOG.md index ace0d24e4..5c8916131 100644 --- a/core/browser/browser-default/CHANGELOG.md +++ b/core/browser/browser-default/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-browser-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-browser-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/browser/browser-default/package.json b/core/browser/browser-default/package.json index 350caa3fe..9d1790d90 100644 --- a/core/browser/browser-default/package.json +++ b/core/browser/browser-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-browser-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/document/document-api/CHANGELOG.md b/core/document/document-api/CHANGELOG.md new file mode 100644 index 000000000..a41eb9721 --- /dev/null +++ b/core/document/document-api/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-document-api + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 diff --git a/core/document/document-api/package.json b/core/document/document-api/package.json index ce5ab3d26..a6304e4b2 100644 --- a/core/document/document-api/package.json +++ b/core/document/document-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-document-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/document/document-default/CHANGELOG.md b/core/document/document-default/CHANGELOG.md new file mode 100644 index 000000000..f6a221c53 --- /dev/null +++ b/core/document/document-default/CHANGELOG.md @@ -0,0 +1,13 @@ +# @xwiki/cristal-document-default + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-document-api@0.11.0 diff --git a/core/document/document-default/package.json b/core/document/document-default/package.json index 1365c86ea..a76de4a85 100644 --- a/core/document/document-default/package.json +++ b/core/document/document-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-document-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/extra-tabs/extra-tabs-api/CHANGELOG.md b/core/extra-tabs/extra-tabs-api/CHANGELOG.md index babac3e46..4ebe393bf 100644 --- a/core/extra-tabs/extra-tabs-api/CHANGELOG.md +++ b/core/extra-tabs/extra-tabs-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-extra-tabs-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/core/extra-tabs/extra-tabs-api/package.json b/core/extra-tabs/extra-tabs-api/package.json index 1579dde57..0c47a0e63 100644 --- a/core/extra-tabs/extra-tabs-api/package.json +++ b/core/extra-tabs/extra-tabs-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-extra-tabs-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/extra-tabs/extra-tabs-default/CHANGELOG.md b/core/extra-tabs/extra-tabs-default/CHANGELOG.md index 89f3923da..575284228 100644 --- a/core/extra-tabs/extra-tabs-default/CHANGELOG.md +++ b/core/extra-tabs/extra-tabs-default/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-extra-tabs-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-extra-tabs-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/extra-tabs/extra-tabs-default/package.json b/core/extra-tabs/extra-tabs-default/package.json index 6eca6011b..2ac90cc9c 100644 --- a/core/extra-tabs/extra-tabs-default/package.json +++ b/core/extra-tabs/extra-tabs-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-extra-tabs-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/extra-tabs/extra-tabs-ui/CHANGELOG.md b/core/extra-tabs/extra-tabs-ui/CHANGELOG.md index 150a41027..8bc20b442 100644 --- a/core/extra-tabs/extra-tabs-ui/CHANGELOG.md +++ b/core/extra-tabs/extra-tabs-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-extra-tabs-ui +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-extra-tabs-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/extra-tabs/extra-tabs-ui/package.json b/core/extra-tabs/extra-tabs-ui/package.json index ac8272234..5d65648b9 100644 --- a/core/extra-tabs/extra-tabs-ui/package.json +++ b/core/extra-tabs/extra-tabs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-extra-tabs-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-api/CHANGELOG.md b/core/hierarchy/hierarchy-api/CHANGELOG.md index 31ecba670..eb382695a 100644 --- a/core/hierarchy/hierarchy-api/CHANGELOG.md +++ b/core/hierarchy/hierarchy-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-hierarchy-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-api/package.json b/core/hierarchy/hierarchy-api/package.json index fcdbf5701..cfea9d5cc 100644 --- a/core/hierarchy/hierarchy-api/package.json +++ b/core/hierarchy/hierarchy-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-default/CHANGELOG.md b/core/hierarchy/hierarchy-default/CHANGELOG.md index 519051291..30a1d60e7 100644 --- a/core/hierarchy/hierarchy-default/CHANGELOG.md +++ b/core/hierarchy/hierarchy-default/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-hierarchy-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-default/package.json b/core/hierarchy/hierarchy-default/package.json index ab54bc777..d956164b3 100644 --- a/core/hierarchy/hierarchy-default/package.json +++ b/core/hierarchy/hierarchy-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-filesystem/CHANGELOG.md b/core/hierarchy/hierarchy-filesystem/CHANGELOG.md index 95b2e26bd..448705310 100644 --- a/core/hierarchy/hierarchy-filesystem/CHANGELOG.md +++ b/core/hierarchy/hierarchy-filesystem/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-hierarchy-filesystem +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + - @xwiki/cristal-hierarchy-default@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-filesystem/package.json b/core/hierarchy/hierarchy-filesystem/package.json index bde3b71d4..0d4bc058a 100644 --- a/core/hierarchy/hierarchy-filesystem/package.json +++ b/core/hierarchy/hierarchy-filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-filesystem", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-github/CHANGELOG.md b/core/hierarchy/hierarchy-github/CHANGELOG.md index c292134f1..47054b888 100644 --- a/core/hierarchy/hierarchy-github/CHANGELOG.md +++ b/core/hierarchy/hierarchy-github/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-hierarchy-github +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-github/package.json b/core/hierarchy/hierarchy-github/package.json index 6681644b6..0997ae518 100644 --- a/core/hierarchy/hierarchy-github/package.json +++ b/core/hierarchy/hierarchy-github/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-github", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-nextcloud/CHANGELOG.md b/core/hierarchy/hierarchy-nextcloud/CHANGELOG.md index 5375c3981..10a9f8cf8 100644 --- a/core/hierarchy/hierarchy-nextcloud/CHANGELOG.md +++ b/core/hierarchy/hierarchy-nextcloud/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-hierarchy-nextcloud +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + - @xwiki/cristal-hierarchy-default@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-nextcloud/package.json b/core/hierarchy/hierarchy-nextcloud/package.json index 2e543a24d..6d10bb562 100644 --- a/core/hierarchy/hierarchy-nextcloud/package.json +++ b/core/hierarchy/hierarchy-nextcloud/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-nextcloud", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/hierarchy/hierarchy-xwiki/CHANGELOG.md b/core/hierarchy/hierarchy-xwiki/CHANGELOG.md index 9de43bb5f..d54df0ee2 100644 --- a/core/hierarchy/hierarchy-xwiki/CHANGELOG.md +++ b/core/hierarchy/hierarchy-xwiki/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-hierarchy-xwiki +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/hierarchy/hierarchy-xwiki/package.json b/core/hierarchy/hierarchy-xwiki/package.json index aa8b05d79..6f7afe2ac 100644 --- a/core/hierarchy/hierarchy-xwiki/package.json +++ b/core/hierarchy/hierarchy-xwiki/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-hierarchy-xwiki", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/icons/CHANGELOG.md b/core/icons/CHANGELOG.md index 81ac2c21f..4c09147b4 100644 --- a/core/icons/CHANGELOG.md +++ b/core/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-icons +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/core/icons/package.json b/core/icons/package.json index 69f733657..4756231d6 100644 --- a/core/icons/package.json +++ b/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-icons", - "version": "0.10.0", + "version": "0.11.0", "description": "Provide UI components to display icons.", "license": "LGPL 2.1", "author": "XWiki Org Community ", diff --git a/core/info-actions/info-actions-api/CHANGELOG.md b/core/info-actions/info-actions-api/CHANGELOG.md index 7d05dc0d4..1cacc86b6 100644 --- a/core/info-actions/info-actions-api/CHANGELOG.md +++ b/core/info-actions/info-actions-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-info-actions-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/core/info-actions/info-actions-api/package.json b/core/info-actions/info-actions-api/package.json index 9edd5667a..f6f4d2e91 100644 --- a/core/info-actions/info-actions-api/package.json +++ b/core/info-actions/info-actions-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-info-actions-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/info-actions/info-actions-default/CHANGELOG.md b/core/info-actions/info-actions-default/CHANGELOG.md index e7c099964..c09866950 100644 --- a/core/info-actions/info-actions-default/CHANGELOG.md +++ b/core/info-actions/info-actions-default/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-info-actions-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-info-actions-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/info-actions/info-actions-default/package.json b/core/info-actions/info-actions-default/package.json index 4a81d7538..908e6351d 100644 --- a/core/info-actions/info-actions-default/package.json +++ b/core/info-actions/info-actions-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-info-actions-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/info-actions/info-actions-ui/CHANGELOG.md b/core/info-actions/info-actions-ui/CHANGELOG.md index 270526e8a..44d99a03f 100644 --- a/core/info-actions/info-actions-ui/CHANGELOG.md +++ b/core/info-actions/info-actions-ui/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-info-actions-ui +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-info-actions-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/info-actions/info-actions-ui/package.json b/core/info-actions/info-actions-ui/package.json index fb6f43a0e..226034d34 100644 --- a/core/info-actions/info-actions-ui/package.json +++ b/core/info-actions/info-actions-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-info-actions-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/link-suggest/link-suggest-api/CHANGELOG.md b/core/link-suggest/link-suggest-api/CHANGELOG.md index 0091c581a..3a811b241 100644 --- a/core/link-suggest/link-suggest-api/CHANGELOG.md +++ b/core/link-suggest/link-suggest-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-link-suggest-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/link-suggest/link-suggest-api/package.json b/core/link-suggest/link-suggest-api/package.json index a04f9d3d7..2e1a2e7b1 100644 --- a/core/link-suggest/link-suggest-api/package.json +++ b/core/link-suggest/link-suggest-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-link-suggest-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/link-suggest/link-suggest-nextcloud/CHANGELOG.md b/core/link-suggest/link-suggest-nextcloud/CHANGELOG.md new file mode 100644 index 000000000..1a6c6b033 --- /dev/null +++ b/core/link-suggest/link-suggest-nextcloud/CHANGELOG.md @@ -0,0 +1,13 @@ +# @xwiki/cristal-link-suggest-nextcloud + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-link-suggest-api@0.11.0 diff --git a/core/link-suggest/link-suggest-nextcloud/package.json b/core/link-suggest/link-suggest-nextcloud/package.json index 4a9beca38..c535c392a 100644 --- a/core/link-suggest/link-suggest-nextcloud/package.json +++ b/core/link-suggest/link-suggest-nextcloud/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-link-suggest-nextcloud", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/link-suggest/link-suggest-xwiki/CHANGELOG.md b/core/link-suggest/link-suggest-xwiki/CHANGELOG.md index ad3e1f03f..45801738a 100644 --- a/core/link-suggest/link-suggest-xwiki/CHANGELOG.md +++ b/core/link-suggest/link-suggest-xwiki/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-link-suggest-xwiki +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-link-suggest-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/link-suggest/link-suggest-xwiki/package.json b/core/link-suggest/link-suggest-xwiki/package.json index fa6261dbe..02a38f958 100644 --- a/core/link-suggest/link-suggest-xwiki/package.json +++ b/core/link-suggest/link-suggest-xwiki/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-link-suggest-xwiki", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-api/CHANGELOG.md b/core/navigation-tree/navigation-tree-api/CHANGELOG.md index a054df3d6..1327d2d65 100644 --- a/core/navigation-tree/navigation-tree-api/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-navigation-tree-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-api/package.json b/core/navigation-tree/navigation-tree-api/package.json index afe4239eb..b1c4c139c 100644 --- a/core/navigation-tree/navigation-tree-api/package.json +++ b/core/navigation-tree/navigation-tree-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-default/CHANGELOG.md b/core/navigation-tree/navigation-tree-default/CHANGELOG.md index 29e3228b0..2c788fbf1 100644 --- a/core/navigation-tree/navigation-tree-default/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-default/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-navigation-tree-default +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-default/package.json b/core/navigation-tree/navigation-tree-default/package.json index 311872eca..6648b5658 100644 --- a/core/navigation-tree/navigation-tree-default/package.json +++ b/core/navigation-tree/navigation-tree-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md b/core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md index a250436a6..62bc17987 100644 --- a/core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md @@ -1,5 +1,19 @@ # @xwiki/cristal-navigation-tree-filesystem +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-navigation-tree-default@0.11.0 + - @xwiki/cristal-electron-storage@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-filesystem/package.json b/core/navigation-tree/navigation-tree-filesystem/package.json index 313663ef0..c3c45e2c3 100644 --- a/core/navigation-tree/navigation-tree-filesystem/package.json +++ b/core/navigation-tree/navigation-tree-filesystem/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-filesystem", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-github/CHANGELOG.md b/core/navigation-tree/navigation-tree-github/CHANGELOG.md index 16cedcdc6..3e22fbf67 100644 --- a/core/navigation-tree/navigation-tree-github/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-github/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-navigation-tree-github +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-navigation-tree-default@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-github/package.json b/core/navigation-tree/navigation-tree-github/package.json index c69319eef..b8261ba29 100644 --- a/core/navigation-tree/navigation-tree-github/package.json +++ b/core/navigation-tree/navigation-tree-github/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-github", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md b/core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md index d1a6275d6..5ba9c2663 100644 --- a/core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-navigation-tree-nextcloud +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-navigation-tree-default@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-nextcloud/package.json b/core/navigation-tree/navigation-tree-nextcloud/package.json index de44091f0..fcbafe7e2 100644 --- a/core/navigation-tree/navigation-tree-nextcloud/package.json +++ b/core/navigation-tree/navigation-tree-nextcloud/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-nextcloud", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md b/core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md index 73b775375..f19ca0e93 100644 --- a/core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md +++ b/core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-navigation-tree-xwiki +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/core/navigation-tree/navigation-tree-xwiki/package.json b/core/navigation-tree/navigation-tree-xwiki/package.json index 4874eb157..2a3acaba1 100644 --- a/core/navigation-tree/navigation-tree-xwiki/package.json +++ b/core/navigation-tree/navigation-tree-xwiki/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-navigation-tree-xwiki", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/page-actions/page-actions-api/CHANGELOG.md b/core/page-actions/page-actions-api/CHANGELOG.md new file mode 100644 index 000000000..c653049ef --- /dev/null +++ b/core/page-actions/page-actions-api/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xwiki/cristal-page-actions-api + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release diff --git a/core/page-actions/page-actions-api/package.json b/core/page-actions/page-actions-api/package.json index 397daaed9..be36141df 100644 --- a/core/page-actions/page-actions-api/package.json +++ b/core/page-actions/page-actions-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-page-actions-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/page-actions/page-actions-default/CHANGELOG.md b/core/page-actions/page-actions-default/CHANGELOG.md new file mode 100644 index 000000000..70654e62c --- /dev/null +++ b/core/page-actions/page-actions-default/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-page-actions-default + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-page-actions-api@0.11.0 diff --git a/core/page-actions/page-actions-default/package.json b/core/page-actions/page-actions-default/package.json index 6e427c37d..569ab5e9d 100644 --- a/core/page-actions/page-actions-default/package.json +++ b/core/page-actions/page-actions-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-page-actions-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/page-actions/page-actions-ui/CHANGELOG.md b/core/page-actions/page-actions-ui/CHANGELOG.md new file mode 100644 index 000000000..978343ad3 --- /dev/null +++ b/core/page-actions/page-actions-ui/CHANGELOG.md @@ -0,0 +1,16 @@ +# @xwiki/cristal-page-actions-ui + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-alerts-api@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-page-actions-api@0.11.0 diff --git a/core/page-actions/page-actions-ui/package.json b/core/page-actions/page-actions-ui/package.json index b64ce8611..9944e0a69 100644 --- a/core/page-actions/page-actions-ui/package.json +++ b/core/page-actions/page-actions-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-page-actions-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/uiextension/uiextension-api/CHANGELOG.md b/core/uiextension/uiextension-api/CHANGELOG.md new file mode 100644 index 000000000..d57845164 --- /dev/null +++ b/core/uiextension/uiextension-api/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xwiki/cristal-uiextension-api + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release diff --git a/core/uiextension/uiextension-api/package.json b/core/uiextension/uiextension-api/package.json index 0376c5a94..5c866cbcd 100644 --- a/core/uiextension/uiextension-api/package.json +++ b/core/uiextension/uiextension-api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-uiextension-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/uiextension/uiextension-default/CHANGELOG.md b/core/uiextension/uiextension-default/CHANGELOG.md new file mode 100644 index 000000000..48c0f7ef7 --- /dev/null +++ b/core/uiextension/uiextension-default/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-uiextension-default + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-uiextension-api@0.11.0 diff --git a/core/uiextension/uiextension-default/package.json b/core/uiextension/uiextension-default/package.json index 2bebaf86b..9073eff02 100644 --- a/core/uiextension/uiextension-default/package.json +++ b/core/uiextension/uiextension-default/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-uiextension-default", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/core/uiextension/uiextension-ui/CHANGELOG.md b/core/uiextension/uiextension-ui/CHANGELOG.md new file mode 100644 index 000000000..a6ecb9152 --- /dev/null +++ b/core/uiextension/uiextension-ui/CHANGELOG.md @@ -0,0 +1,13 @@ +# @xwiki/cristal-uiextension-ui + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-uiextension-api@0.11.0 diff --git a/core/uiextension/uiextension-ui/package.json b/core/uiextension/uiextension-ui/package.json index 1fb54e7ec..65520715e 100644 --- a/core/uiextension/uiextension-ui/package.json +++ b/core/uiextension/uiextension-ui/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-uiextension-ui", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", @@ -23,7 +23,7 @@ "lint": "eslint \"./src/**/*.{ts,tsx,vue}\" --max-warnings=0" }, "dependencies": { - "@xwiki/cristal-api": "0.10.0", + "@xwiki/cristal-api": "0.11.0", "@xwiki/cristal-uiextension-api": "workspace:*", "vue": "3.5.12" }, diff --git a/dev/config/CHANGELOG.md b/dev/config/CHANGELOG.md index 5d7459efd..3dc7370ff 100644 --- a/dev/config/CHANGELOG.md +++ b/dev/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-dev-config +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/dev/config/package.json b/dev/config/package.json index c44c0bb07..6231ee0b8 100644 --- a/dev/config/package.json +++ b/dev/config/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xwiki/cristal-dev-config", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/dev/test-utils/CHANGELOG.md b/dev/test-utils/CHANGELOG.md index 2276cbc9e..845ec008e 100644 --- a/dev/test-utils/CHANGELOG.md +++ b/dev/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-dev-test-utils +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/dev/test-utils/package.json b/dev/test-utils/package.json index 372c0090e..e621ca3c7 100644 --- a/dev/test-utils/package.json +++ b/dev/test-utils/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xwiki/cristal-dev-test-utils", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/ds/api/CHANGELOG.md b/ds/api/CHANGELOG.md index daba0bb67..3c841eb32 100644 --- a/ds/api/CHANGELOG.md +++ b/ds/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-dsapi +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/ds/api/package.json b/ds/api/package.json index 85bb67bf8..c73e9df45 100644 --- a/ds/api/package.json +++ b/ds/api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-dsapi", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/ds/dsfr/CHANGELOG.md b/ds/dsfr/CHANGELOG.md index 8d9baec55..2db0cfc55 100644 --- a/ds/dsfr/CHANGELOG.md +++ b/ds/dsfr/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-dsfr +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/ds/dsfr/package.json b/ds/dsfr/package.json index b3d3a34e7..019673851 100644 --- a/ds/dsfr/package.json +++ b/ds/dsfr/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-dsfr", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/ds/shoelace/CHANGELOG.md b/ds/shoelace/CHANGELOG.md index 889f4524a..7b2cfee93 100644 --- a/ds/shoelace/CHANGELOG.md +++ b/ds/shoelace/CHANGELOG.md @@ -1,5 +1,19 @@ # @xwiki/cristal-dsshoelace +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-dsapi@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/ds/shoelace/package.json b/ds/shoelace/package.json index c77358e14..3438d25de 100644 --- a/ds/shoelace/package.json +++ b/ds/shoelace/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-dsshoelace", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/ds/vuetify/CHANGELOG.md b/ds/vuetify/CHANGELOG.md index 3e47c7ac3..a98c5ac2a 100644 --- a/ds/vuetify/CHANGELOG.md +++ b/ds/vuetify/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-dsvuetify +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-dsapi@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/ds/vuetify/package.json b/ds/vuetify/package.json index 415f2a78e..7b603860a 100644 --- a/ds/vuetify/package.json +++ b/ds/vuetify/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-dsvuetify", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/editors/tiptap/CHANGELOG.md b/editors/tiptap/CHANGELOG.md index 1fe3a7929..f64934b3e 100644 --- a/editors/tiptap/CHANGELOG.md +++ b/editors/tiptap/CHANGELOG.md @@ -1,5 +1,20 @@ # @xwiki/cristal-editors-tiptap +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-document-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-link-suggest-api@0.11.0 + - @xwiki/cristal-skin@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/editors/tiptap/package.json b/editors/tiptap/package.json index 8bc75d22e..11fa5c606 100644 --- a/editors/tiptap/package.json +++ b/editors/tiptap/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-editors-tiptap", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/CHANGELOG.md b/electron/CHANGELOG.md index dc5a59d30..0a1671e45 100644 --- a/electron/CHANGELOG.md +++ b/electron/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-electron +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-electron-storage@0.11.0 + - @xwiki/cristal-lib@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md b/electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md new file mode 100644 index 000000000..998274711 --- /dev/null +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-electron-authentication-xwiki-main + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-authentication-api@0.11.0 diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json b/electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json index 64faedace..26eb340ff 100644 --- a/electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-authentication-xwiki-main", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md b/electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md new file mode 100644 index 000000000..aaba37390 --- /dev/null +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md @@ -0,0 +1,12 @@ +# @xwiki/cristal-electron-authentication-xwiki-preload + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-authentication-api@0.11.0 diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json b/electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json index 1c4fcf6f1..d13be20be 100644 --- a/electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-authentication-xwiki-preload", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md b/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md new file mode 100644 index 000000000..4396a4312 --- /dev/null +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md @@ -0,0 +1,13 @@ +# @xwiki/cristal-electron-authentication-xwiki-renderer + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 diff --git a/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json b/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json index e8d499af7..094fe40a7 100644 --- a/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json +++ b/electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-authentication-xwiki-renderer", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/browser/CHANGELOG.md b/electron/browser/CHANGELOG.md index f5c3a2f9d..43e5ea2cd 100644 --- a/electron/browser/CHANGELOG.md +++ b/electron/browser/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-browser-electron +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-browser-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/browser/package.json b/electron/browser/package.json index 64a6e3ae0..6d1596c26 100644 --- a/electron/browser/package.json +++ b/electron/browser/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-browser-electron", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/main/CHANGELOG.md b/electron/main/CHANGELOG.md index 3d6d22ffa..ec47bc61a 100644 --- a/electron/main/CHANGELOG.md +++ b/electron/main/CHANGELOG.md @@ -1,5 +1,18 @@ # @xwiki/cristal-electron-main +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-electron-authentication-xwiki-main@0.11.0 + - @xwiki/cristal-browser-electron@0.11.0 + - @xwiki/cristal-electron-storage@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/main/package.json b/electron/main/package.json index c23e4a764..a02b4dccd 100644 --- a/electron/main/package.json +++ b/electron/main/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-main", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/package.json b/electron/package.json index 1c5373378..733ce1bb2 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xwiki/cristal-electron", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/preload/CHANGELOG.md b/electron/preload/CHANGELOG.md index 419b58480..93471642a 100644 --- a/electron/preload/CHANGELOG.md +++ b/electron/preload/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-electron-preload +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-electron-authentication-xwiki-preload@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/preload/package.json b/electron/preload/package.json index 9db3e6528..e8e8e1147 100644 --- a/electron/preload/package.json +++ b/electron/preload/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-preload", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/renderer/CHANGELOG.md b/electron/renderer/CHANGELOG.md index f82bf34e7..574b12e4e 100644 --- a/electron/renderer/CHANGELOG.md +++ b/electron/renderer/CHANGELOG.md @@ -1,5 +1,29 @@ # @xwiki/cristal-electron-renderer +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-hierarchy-default@0.11.0 + - @xwiki/cristal-hierarchy-filesystem@0.11.0 + - @xwiki/cristal-hierarchy-github@0.11.0 + - @xwiki/cristal-hierarchy-nextcloud@0.11.0 + - @xwiki/cristal-hierarchy-xwiki@0.11.0 + - @xwiki/cristal-navigation-tree-default@0.11.0 + - @xwiki/cristal-navigation-tree-filesystem@0.11.0 + - @xwiki/cristal-navigation-tree-github@0.11.0 + - @xwiki/cristal-navigation-tree-nextcloud@0.11.0 + - @xwiki/cristal-navigation-tree-xwiki@0.11.0 + - @xwiki/cristal-electron-authentication-xwiki-renderer@0.11.0 + - @xwiki/cristal-browser-electron@0.11.0 + - @xwiki/cristal-electron-storage@0.11.0 + - @xwiki/cristal-lib@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/renderer/package.json b/electron/renderer/package.json index dffc40763..b4afc0eee 100644 --- a/electron/renderer/package.json +++ b/electron/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-renderer", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/electron/storage/CHANGELOG.md b/electron/storage/CHANGELOG.md index c9b25d49b..cff5c2c87 100644 --- a/electron/storage/CHANGELOG.md +++ b/electron/storage/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-electron-storage +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-backend-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/electron/storage/package.json b/electron/storage/package.json index c58849c5a..bc8aa3f3c 100644 --- a/electron/storage/package.json +++ b/electron/storage/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-electron-storage", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/extension-manager/CHANGELOG.md b/extension-manager/CHANGELOG.md index 07ed8ce47..4b6cabd38 100644 --- a/extension-manager/CHANGELOG.md +++ b/extension-manager/CHANGELOG.md @@ -1,5 +1,16 @@ # @xwiki/cristal-extension-manager +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/extension-manager/package.json b/extension-manager/package.json index aea326870..7a0236e5d 100644 --- a/extension-manager/package.json +++ b/extension-manager/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-extension-manager", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/extensions/menubuttons/CHANGELOG.md b/extensions/menubuttons/CHANGELOG.md index 128bba5fb..ffb5c2e3f 100644 --- a/extensions/menubuttons/CHANGELOG.md +++ b/extensions/menubuttons/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-extension-menubuttons +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-skin@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/extensions/menubuttons/package.json b/extensions/menubuttons/package.json index 846120693..98fcd888c 100644 --- a/extensions/menubuttons/package.json +++ b/extensions/menubuttons/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-extension-menubuttons", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index f612beaf5..e59de68ad 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,46 @@ # @xwiki/cristal-lib +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-alerts-default@0.11.0 + - @xwiki/cristal-attachments-default@0.11.0 + - @xwiki/cristal-attachments-ui@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-authentication-ui@0.11.0 + - @xwiki/cristal-backend-dexie@0.11.0 + - @xwiki/cristal-backend-github@0.11.0 + - @xwiki/cristal-backend-nextcloud@0.11.0 + - @xwiki/cristal-backend-xwiki@0.11.0 + - @xwiki/cristal-browser-api@0.11.0 + - @xwiki/cristal-document-api@0.11.0 + - @xwiki/cristal-document-default@0.11.0 + - @xwiki/cristal-extra-tabs-default@0.11.0 + - @xwiki/cristal-info-actions-default@0.11.0 + - @xwiki/cristal-link-suggest-api@0.11.0 + - @xwiki/cristal-link-suggest-nextcloud@0.11.0 + - @xwiki/cristal-link-suggest-xwiki@0.11.0 + - @xwiki/cristal-page-actions-default@0.11.0 + - @xwiki/cristal-page-actions-ui@0.11.0 + - @xwiki/cristal-uiextension-default@0.11.0 + - @xwiki/cristal-dsfr@0.11.0 + - @xwiki/cristal-dsshoelace@0.11.0 + - @xwiki/cristal-dsvuetify@0.11.0 + - @xwiki/cristal-editors-tiptap@0.11.0 + - @xwiki/cristal-extension-manager@0.11.0 + - @xwiki/cristal-extension-menubuttons@0.11.0 + - @xwiki/cristal-macros@0.11.0 + - @xwiki/cristal-rendering@0.11.0 + - @xwiki/cristal-sharedworker-impl@0.11.0 + - @xwiki/cristal-skin@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index a96c16125..c30120b66 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-lib", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/macros/CHANGELOG.md b/macros/CHANGELOG.md index 6e320a4b5..a40a87f30 100644 --- a/macros/CHANGELOG.md +++ b/macros/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-macros +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-skin@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/macros/package.json b/macros/package.json index b074c4b20..32e7eefd3 100644 --- a/macros/package.json +++ b/macros/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-macros", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/realtime/CHANGELOG.md b/realtime/CHANGELOG.md new file mode 100644 index 000000000..406951a4e --- /dev/null +++ b/realtime/CHANGELOG.md @@ -0,0 +1,7 @@ +# @xwiki/cristal-realtime + +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release diff --git a/realtime/package.json b/realtime/package.json index 35e1b3661..519a854a0 100644 --- a/realtime/package.json +++ b/realtime/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-realtime", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/rendering/rendering/CHANGELOG.md b/rendering/rendering/CHANGELOG.md index f851a1f11..064551f1b 100644 --- a/rendering/rendering/CHANGELOG.md +++ b/rendering/rendering/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-rendering +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-rendering-wikimodel@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/rendering/rendering/package.json b/rendering/rendering/package.json index e81885672..f39915507 100644 --- a/rendering/rendering/package.json +++ b/rendering/rendering/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-rendering", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/rendering/wikimodel/CHANGELOG.md b/rendering/wikimodel/CHANGELOG.md index 1ccc42dbb..f379fa7ec 100644 --- a/rendering/wikimodel/CHANGELOG.md +++ b/rendering/wikimodel/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-rendering-wikimodel +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/rendering/wikimodel/package.json b/rendering/wikimodel/package.json index 593649fab..f6a699dfa 100644 --- a/rendering/wikimodel/package.json +++ b/rendering/wikimodel/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-rendering-wikimodel", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/sharedworker/api/CHANGELOG.md b/sharedworker/api/CHANGELOG.md index b0c65fc5a..8fdb2d88d 100644 --- a/sharedworker/api/CHANGELOG.md +++ b/sharedworker/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-sharedworker-api +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/sharedworker/api/package.json b/sharedworker/api/package.json index 79322f83d..6296a40ab 100644 --- a/sharedworker/api/package.json +++ b/sharedworker/api/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-sharedworker-api", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/sharedworker/impl/CHANGELOG.md b/sharedworker/impl/CHANGELOG.md index 2cde02fb5..7d1eddf8d 100644 --- a/sharedworker/impl/CHANGELOG.md +++ b/sharedworker/impl/CHANGELOG.md @@ -1,5 +1,24 @@ # @xwiki/cristal-sharedworker-impl +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-authentication-api@0.11.0 + - @xwiki/cristal-backend-dexie@0.11.0 + - @xwiki/cristal-backend-github@0.11.0 + - @xwiki/cristal-backend-nextcloud@0.11.0 + - @xwiki/cristal-backend-xwiki@0.11.0 + - @xwiki/cristal-document-api@0.11.0 + - @xwiki/cristal-extension-manager@0.11.0 + - @xwiki/cristal-sharedworker-api@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/sharedworker/impl/package.json b/sharedworker/impl/package.json index 762d39f11..7744d18b0 100644 --- a/sharedworker/impl/package.json +++ b/sharedworker/impl/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-sharedworker-impl", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/skin/CHANGELOG.md b/skin/CHANGELOG.md index b23e17db0..e496337ae 100644 --- a/skin/CHANGELOG.md +++ b/skin/CHANGELOG.md @@ -1,5 +1,29 @@ # @xwiki/cristal-skin +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-alerts-api@0.11.0 + - @xwiki/cristal-alerts-ui@0.11.0 + - @xwiki/cristal-document-api@0.11.0 + - @xwiki/cristal-extra-tabs-api@0.11.0 + - @xwiki/cristal-extra-tabs-ui@0.11.0 + - @xwiki/cristal-hierarchy-api@0.11.0 + - @xwiki/cristal-icons@0.11.0 + - @xwiki/cristal-info-actions-api@0.11.0 + - @xwiki/cristal-info-actions-ui@0.11.0 + - @xwiki/cristal-navigation-tree-api@0.11.0 + - @xwiki/cristal-page-actions-ui@0.11.0 + - @xwiki/cristal-uiextension-api@0.11.0 + - @xwiki/cristal-uiextension-ui@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/skin/package.json b/skin/package.json index 5cc4f9c35..0a7bcc59a 100644 --- a/skin/package.json +++ b/skin/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-skin", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/sources/xwiki/mock-server/CHANGELOG.md b/sources/xwiki/mock-server/CHANGELOG.md index 64e7593f2..3bcaadc2a 100644 --- a/sources/xwiki/mock-server/CHANGELOG.md +++ b/sources/xwiki/mock-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @xwiki/cristal-sources-xwiki-mock-server +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + ## 0.10.0 ### Minor Changes diff --git a/sources/xwiki/mock-server/package.json b/sources/xwiki/mock-server/package.json index dee3be5b7..16972df11 100644 --- a/sources/xwiki/mock-server/package.json +++ b/sources/xwiki/mock-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xwiki/cristal-sources-xwiki-mock-server", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index 1530e6b6d..713d09f54 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -1,5 +1,26 @@ # @xwiki/cristal-web +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-authentication-xwiki@0.11.0 + - @xwiki/cristal-browser-default@0.11.0 + - @xwiki/cristal-hierarchy-default@0.11.0 + - @xwiki/cristal-hierarchy-github@0.11.0 + - @xwiki/cristal-hierarchy-nextcloud@0.11.0 + - @xwiki/cristal-hierarchy-xwiki@0.11.0 + - @xwiki/cristal-navigation-tree-default@0.11.0 + - @xwiki/cristal-navigation-tree-github@0.11.0 + - @xwiki/cristal-navigation-tree-nextcloud@0.11.0 + - @xwiki/cristal-navigation-tree-xwiki@0.11.0 + - @xwiki/cristal-lib@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/web/package.json b/web/package.json index e4225ef21..e954dd20f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xwiki/cristal-web", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/", diff --git a/xwiki/remoteinlineeditor/CHANGELOG.md b/xwiki/remoteinlineeditor/CHANGELOG.md index cec0398bd..37553554f 100644 --- a/xwiki/remoteinlineeditor/CHANGELOG.md +++ b/xwiki/remoteinlineeditor/CHANGELOG.md @@ -1,5 +1,17 @@ # @xwiki/cristal-xwiki-remoteinlineeditor +## 0.11.0 + +### Minor Changes + +- d54422d: Cristal 0.11 Release + +### Patch Changes + +- Updated dependencies [d54422d] + - @xwiki/cristal-api@0.11.0 + - @xwiki/cristal-skin@0.11.0 + ## 0.10.0 ### Minor Changes diff --git a/xwiki/remoteinlineeditor/package.json b/xwiki/remoteinlineeditor/package.json index fc37a9d4a..6cd619d6d 100644 --- a/xwiki/remoteinlineeditor/package.json +++ b/xwiki/remoteinlineeditor/package.json @@ -1,6 +1,6 @@ { "name": "@xwiki/cristal-xwiki-remoteinlineeditor", - "version": "0.10.0", + "version": "0.11.0", "license": "LGPL 2.1", "author": "XWiki Org Community ", "homepage": "https://cristal.xwiki.org/",