Skip to content

Commit d3d1a7d

Browse files
committed
Update version string & lerna settings.
1 parent 77e86d8 commit d3d1a7d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist
2-
pnpm-lock.yaml
2+
pnpm-lock.yaml
3+
/.nx/workspace-data

lerna.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"useNx": true,
43
"npmClient": "pnpm",
5-
"useWorkspaces": true,
64
"version": "1.2.1"
75
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automerge/automerge-repo-monorepo",
3-
"version": "2.0-alpha.1",
3+
"version": "2.0.0-alpha.0",
44
"description": "Automerge Repo monorepo",
55
"main": "packages/automerge-repo/dist/index.js",
66
"repository": "https://github.com/automerge/automerge-repo",

0 commit comments

Comments
 (0)