Skip to content

Commit

Permalink
chore(ci): add changeset lib and config for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMunizOdoo committed Oct 23, 2023
1 parent 86aa858 commit de0d496
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset
Original file line number Diff line number Diff line change
@@ -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": []
}
Empty file added .config
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit de0d496

Please sign in to comment.