Skip to content

Commit 491bdd8

Browse files
authored
fix(gatsby): change migration version for gatsby 3.10 (#6459)
1 parent 6d25d20 commit 491bdd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gatsby/migrations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"replace-node-sass-with-sass-12-6-1": {
1010
"cli": "nx",
11-
"version": "12.6.1-beta.0",
11+
"version": "12.6.0-beta.12",
1212
"description": "Replace node-sass with sass in package.json",
1313
"factory": "./src/migrations/update-12-6-1/replace-node-sass-with-sass-12-6-1"
1414
}
@@ -152,8 +152,8 @@
152152
}
153153
}
154154
},
155-
"12.6.1": {
156-
"version": "12.6.1-beta.0",
155+
"12.6.0": {
156+
"version": "12.6.0-beta.12",
157157
"packages": {
158158
"gatsby": {
159159
"version": "3.10.0",

0 commit comments

Comments
 (0)