Skip to content

Commit

Permalink
Update version string & lerna settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Jul 26, 2024
1 parent 77e86d8 commit d3d1a7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
pnpm-lock.yaml
pnpm-lock.yaml
/.nx/workspace-data
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automerge/automerge-repo-monorepo",
"version": "2.0-alpha.1",
"version": "2.0.0-alpha.0",
"description": "Automerge Repo monorepo",
"main": "packages/automerge-repo/dist/index.js",
"repository": "https://github.com/automerge/automerge-repo",
Expand Down

0 comments on commit d3d1a7d

Please sign in to comment.