Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 2ed60c4

Browse files
committed
chore: create changeset
1 parent 76a527e commit 2ed60c4

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "chakra-ui/chakra-ui-vue" }
6-
],
6+
],
77
"commit": false,
88
"linked": [],
9-
"access": "restricted",
9+
"access": "public",
1010
"baseBranch": "master",
1111
"updateInternalDependencies": "patch"
1212
}

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "next",
44
"initialVersions": {
55
"@chakra-ui/vue": "0.7.3",

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"@babel/runtime-corejs2": "^7.8.7",
111111
"@changesets/changelog-github": "^0.2.7",
112112
"@changesets/cli": "^2.7.1",
113+
"@changesets/get-github-info": "^0.4.4",
113114
"@commitlint/cli": "^8.2.0",
114115
"@commitlint/config-conventional": "^8.2.0",
115116
"@emotion/babel-plugin": "^11.1.2",
@@ -132,6 +133,7 @@
132133
"@vue/devtools": "^5.3.3",
133134
"@vue/eslint-config-standard": "^4.0.0",
134135
"@vue/test-utils": "1.0.0-beta.29",
136+
"add": "^2.0.6",
135137
"babel-core": "7.0.0-bridge.0",
136138
"babel-eslint": "^10.1.0",
137139
"babel-helper-vue-jsx-merge-props": "^2.0.3",
@@ -168,7 +170,8 @@
168170
"v-scroll-lock": "^1.1.0",
169171
"vue-loader": "^15.7.1",
170172
"vue-lorem-ipsum": "^0.0.1",
171-
"watch": "^1.0.2"
173+
"watch": "^1.0.2",
174+
"yarn": "^1.22.10"
172175
},
173176
"keywords": [
174177
"vue",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6705,6 +6705,11 @@ add-stream@^1.0.0:
67056705
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
67066706
integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=
67076707

6708+
add@^2.0.6:
6709+
version "2.0.6"
6710+
resolved "https://registry.yarnpkg.com/add/-/add-2.0.6.tgz#248f0a9f6e5a528ef2295dbeec30532130ae2235"
6711+
integrity sha1-JI8Kn25aUo7yKV2+7DBTITCuIjU=
6712+
67086713
[email protected], address@^1.0.1:
67096714
version "1.1.2"
67106715
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
@@ -26203,6 +26208,11 @@ yargs@~3.10.0:
2620326208
decamelize "^1.0.0"
2620426209
window-size "0.1.0"
2620526210

26211+
yarn@^1.22.10:
26212+
version "1.22.10"
26213+
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.10.tgz#c99daa06257c80f8fa2c3f1490724e394c26b18c"
26214+
integrity sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA==
26215+
2620626216
yauzl@^2.10.0:
2620726217
version "2.10.0"
2620826218
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)