Skip to content

Commit

Permalink
chore: set changeset into pre mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest committed Dec 19, 2023
1 parent 2ef12dd commit 3a5322c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"babel-plugin-extend-docs": "0.5.3",
"@lion/nodejs-helpers": "0.0.1",
"providence-analytics": "0.15.1",
"publish-docs": "0.2.1",
"remark-extend": "0.5.2",
"rocket-preset-extend-lion-docs": "0.4.0",
"@lion/ajax": "1.3.0",
"singleton-manager": "1.7.0",
"@lion/ui": "0.6.0-alpha.0"
},
"changesets": [
"brave-games-press"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:types": "npm run types",
"lint:versions": "node ./scripts/lint-versions.js",
"prepare": "husky install",
"release": "changeset publish --tag lit3-alpha",
"release": "changeset publish",
"rm-all-node_modules": "npm exec --workspaces -- npx rimraf node_modules && npx rimraf node_modules",
"rocket:build": "rocket build",
"rocket:build:start": "web-dev-server --root-dir _site --open",
Expand Down

0 comments on commit 3a5322c

Please sign in to comment.