From 253d850fe2027f845988871cbf95066a7d03e099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Jun 2023 10:53:21 +0000 Subject: [PATCH] Version Packages --- .changeset/four-berries-act.md | 5 ----- community/javascript/CHANGELOG.md | 6 ++++++ community/javascript/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-berries-act.md diff --git a/.changeset/four-berries-act.md b/.changeset/four-berries-act.md deleted file mode 100644 index a909a7d84..000000000 --- a/.changeset/four-berries-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeshift/mod-javascript': patch ---- - -moves putout deps from devDep to Dep diff --git a/community/javascript/CHANGELOG.md b/community/javascript/CHANGELOG.md index 3518b7f1a..7a7649513 100644 --- a/community/javascript/CHANGELOG.md +++ b/community/javascript/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeshift/mod-javascript +## 0.1.2 + +### Patch Changes + +- eba85d2: moves putout deps from devDep to Dep + ## 0.1.1 ### Patch Changes diff --git a/community/javascript/package.json b/community/javascript/package.json index 60b92816d..446b08801 100644 --- a/community/javascript/package.json +++ b/community/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/mod-javascript", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "source": "src/codeshift.config.js", "main": "dist/codeshift.config.js",