From e0eed89fe7bda17d75d975c32be61433602d2e9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:23:48 +0300 Subject: [PATCH] chore(release): version packages (#13) Co-authored-by: github-actions[bot] --- .changeset/mighty-singers-cough.md | 5 ----- packages/markdownlayer/CHANGELOG.md | 6 ++++++ packages/markdownlayer/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mighty-singers-cough.md diff --git a/.changeset/mighty-singers-cough.md b/.changeset/mighty-singers-cough.md deleted file mode 100644 index 0e53cc9..0000000 --- a/.changeset/mighty-singers-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdownlayer": patch ---- - -Change publish settings to fix deployed files diff --git a/packages/markdownlayer/CHANGELOG.md b/packages/markdownlayer/CHANGELOG.md index 8ede1d9..0debd7b 100644 --- a/packages/markdownlayer/CHANGELOG.md +++ b/packages/markdownlayer/CHANGELOG.md @@ -1,5 +1,11 @@ # markdownlayer +## 0.1.4 + +### Patch Changes + +- 2d81fd2: Change publish settings to fix deployed files + ## 0.1.3 ### Patch Changes diff --git a/packages/markdownlayer/package.json b/packages/markdownlayer/package.json index 820a0de..256a2f5 100644 --- a/packages/markdownlayer/package.json +++ b/packages/markdownlayer/package.json @@ -1,6 +1,6 @@ { "name": "markdownlayer", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "types": "./dist/index.d.ts", "exports": {