diff --git a/.changeset/empty-nails-kick.md b/.changeset/empty-nails-kick.md deleted file mode 100644 index 2876f091..00000000 --- a/.changeset/empty-nails-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-plugin-yasgui": patch ---- - -Upgrade @zazuko/yasgui to v4.4.0 diff --git a/.changeset/rich-plants-heal.md b/.changeset/rich-plants-heal.md deleted file mode 100644 index e619d41c..00000000 --- a/.changeset/rich-plants-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-plugin-yasgui": minor ---- - -Types are now exposed in the `dist` directory ; the builded version of the plugins are now exported in the `build` directory instead of the `dist` directory. diff --git a/.changeset/twenty-lobsters-retire.md b/.changeset/twenty-lobsters-retire.md deleted file mode 100644 index 82c919c7..00000000 --- a/.changeset/twenty-lobsters-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-plugin-yasgui": minor ---- - -Export types diff --git a/.changeset/wild-birds-laugh.md b/.changeset/wild-birds-laugh.md deleted file mode 100644 index 1b5ec9fb..00000000 --- a/.changeset/wild-birds-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-plugin-yasgui": patch ---- - -Fix duplicate map shown in some specific cases. diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index d3fadaa0..3581d066 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,17 @@ # trifid-plugin-yasgui +## 3.4.0 + +### Minor Changes + +- d3d2bd2: Types are now exposed in the `dist` directory ; the builded version of the plugins are now exported in the `build` directory instead of the `dist` directory. +- d3d2bd2: Export types + +### Patch Changes + +- b6ad4ef: Upgrade @zazuko/yasgui to v4.4.0 +- d7f35c0: Fix duplicate map shown in some specific cases. + ## 3.3.2 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index da12ba67..695d9e86 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -2,7 +2,7 @@ "name": "trifid-plugin-yasgui", "description": "Trifid YASGUI plugin", "type": "module", - "version": "3.3.2", + "version": "3.4.0", "license": "Apache-2.0", "main": "index.js", "types": "dist/index.d.ts",