diff --git a/.changeset/details-animation-sourcemaps.md b/.changeset/details-animation-sourcemaps.md deleted file mode 100644 index 2f7dbb241..000000000 --- a/.changeset/details-animation-sourcemaps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cypress-design/details-animation': patch ---- - -proper sourcemaps for ts files diff --git a/.changeset/vue-icon-types.md b/.changeset/vue-icon-types.md deleted file mode 100644 index a37fe1285..000000000 --- a/.changeset/vue-icon-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cypress-design/vue-icon': patch ---- - -fix types and allow for autocompletion to be restored diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index 8732096ce..80e022c0e 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/vue-icon +## 0.31.1 + +### Patch Changes + +- [#340](https://github.com/cypress-io/cypress-design/pull/340) [`1c85485`](https://github.com/cypress-io/cypress-design/commit/1c85485e7b1b5d36d8b65a80f78f7313e389bf10) Thanks [@elevatebart](https://github.com/elevatebart)! - fix types and allow for autocompletion to be restored + ## 0.31.0 ### Minor Changes diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index 322a8fc69..d35cb7db0 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "0.31.0", + "version": "0.31.1", "files": [ "*" ], diff --git a/packages/details-animation/CHANGELOG.md b/packages/details-animation/CHANGELOG.md index daeddccdc..cd52300f7 100644 --- a/packages/details-animation/CHANGELOG.md +++ b/packages/details-animation/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/details-animation +## 0.1.2 + +### Patch Changes + +- [#340](https://github.com/cypress-io/cypress-design/pull/340) [`1c85485`](https://github.com/cypress-io/cypress-design/commit/1c85485e7b1b5d36d8b65a80f78f7313e389bf10) Thanks [@elevatebart](https://github.com/elevatebart)! - proper sourcemaps for ts files + ## 0.1.1 ### Patch Changes diff --git a/packages/details-animation/package.json b/packages/details-animation/package.json index 701bf1543..cd19ddfda 100644 --- a/packages/details-animation/package.json +++ b/packages/details-animation/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/details-animation", - "version": "0.1.1", + "version": "0.1.2", "files": [ "*" ],