From de0d49632d5a63f18bf3f86871551a22d22f0384 Mon Sep 17 00:00:00 2001 From: Leonardo Muniz Date: Mon, 23 Oct 2023 13:10:45 -0300 Subject: [PATCH] chore(ci): add changeset lib and config for ci --- .changeset | 10 ++++++++++ .config | 0 package.json | 1 + yarn.lock | 1 + 4 files changed, 12 insertions(+) create mode 100644 .changeset create mode 100644 .config diff --git a/.changeset b/.changeset new file mode 100644 index 00000000..0170d056 --- /dev/null +++ b/.changeset @@ -0,0 +1,10 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", + "commit": false, + "fixed": [], + "linked": [], + "access": "restricted", + "baseBranch": "main", + "updateInternalDependencies": "minor", + "ignore": [] +} \ No newline at end of file diff --git a/.config b/.config new file mode 100644 index 00000000..e69de29b diff --git a/package.json b/package.json index 87562758..0229a515 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "devDependencies": { "-": "^0.0.1", "@babel/core": "^7.10.5", + "@changesets/cli": "^2.26.2", "@commitlint/config-conventional": "^17.6.7", "@loopmode/crosslink": "^0.4.0", "@rollup/plugin-babel": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 94f159dc..5bd784b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17643,6 +17643,7 @@ wordwrap@^1.0.0: integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + name wrap-ansi-cjs version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==