Skip to content

Commit f5f19ee

Browse files
committed
add installations-compat to changeset ignore list
1 parent de39a5c commit f5f19ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.changeset/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["../repo-scripts/changelog-generator", { "repo": "firebase/firebase-js-sdk"}],
3+
"changelog": [
4+
"../repo-scripts/changelog-generator",
5+
{ "repo": "firebase/firebase-js-sdk" }
6+
],
47
"commit": false,
58
"linked": [],
69
"access": "public",
@@ -20,6 +23,7 @@
2023
"@firebase/functions-types-exp",
2124
"@firebase/installations-exp",
2225
"@firebase/installations-types-exp",
26+
"@firebase/installations-compat",
2327
"@firebase/performance-exp",
2428
"@firebase/performance-types-exp",
2529
"@firebase/remote-config-exp",

0 commit comments

Comments
 (0)