Exit out of pre mode

This commit is contained in:
Matthew Phillips 2021-06-02 12:39:44 -04:00
parent 83aaa36376
commit 7cae48ab78

View file

@ -1,5 +1,5 @@
{ {
"mode": "pre", "mode": "exit",
"tag": "next", "tag": "next",
"initialVersions": { "initialVersions": {
"@example/astro-markdown": "0.0.1", "@example/astro-markdown": "0.0.1",
@ -23,5 +23,12 @@
"prettier-plugin-astro": "0.0.3", "prettier-plugin-astro": "0.0.3",
"www": "1.1.0" "www": "1.1.0"
}, },
"changesets": ["brave-panthers-heal", "cold-paws-remember", "khaki-avocados-lie", "nine-buttons-decide", "shaggy-countries-battle", "smooth-toes-tan"] "changesets": [
"brave-panthers-heal",
"cold-paws-remember",
"khaki-avocados-lie",
"nine-buttons-decide",
"shaggy-countries-battle",
"smooth-toes-tan"
]
} }