Skip to content

Commit

Permalink
🚀 Bump version number from 0.0.0 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Oct 29, 2023
1 parent 993c6e1 commit 20f1ccb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,19 @@ The file, `patches/mdx-mermaid+2.0.0.patch`, was generated by performing the fol

1. Bump `version` number in `package.json`
> The version number will accessible via `PACKAGE_VERSION` at build time ([more info](https://stackoverflow.com/a/70524430))
2. Generate a production build
2. Sync `package-lock.json` with `package.json`
```shell
npm run build
npm install
```
> The production build will be in the `dist/` folder.
3. (Optional) Preview the production build
3. (Optional) Generate and preview the production build
```shell
npm run build
npm run preview
```
> Then visit: http://localhost:4173
4. Deploy the production build
>
> This step is optional because `npm run deploy` does it also
4. Generate and deploy a production build
```shell
npm run deploy
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monocle",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 20f1ccb

Please sign in to comment.