Skip to content

Commit de80631

Browse files
authored
Update Changesets (#3207)
1 parent 4cc565f commit de80631

File tree

3 files changed

+221
-350
lines changed

3 files changed

+221
-350
lines changed

.changeset/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "emotion-js/emotion" }
@@ -23,6 +23,7 @@
2323
]
2424
],
2525
"access": "public",
26+
"privatePackages": false,
2627
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2728
"onlyUpdatePeerDependentsWhenOutOfRange": true
2829
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
"@babel/preset-typescript": "^7.18.6",
178178
"@babel/register": "^7.17.7",
179179
"@babel/runtime": "^7.18.3",
180-
"@changesets/changelog-github": "^0.4.0",
181-
"@changesets/cli": "^2.16.0",
180+
"@changesets/changelog-github": "^0.5.0",
181+
"@changesets/cli": "^2.27.7",
182182
"@manypkg/cli": "^0.19.1",
183183
"@preconstruct/cli": "^2.6.2",
184184
"@testing-library/react": "13.0.0-alpha.5",

0 commit comments

Comments
 (0)