Skip to content

Commit 31904ed

Browse files
committed
chore: reset compiler to 0.0.0 for 0.1.0 release
1 parent f24a5e2 commit 31904ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.changeset/frank-rockets-carry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@lingo.dev/compiler": patch
2+
"@lingo.dev/compiler": minor
33
---
44

55
Lingo.dev Compiler v1 Beta

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"test": "turbo test",
1010
"new": "changeset",
1111
"new:empty": "changeset --empty",
12+
"beta:enter": "changeset pre enter beta",
13+
"beta:exit": "changeset pre exit",
1214
"prebuild": "syncpack lint-semver-ranges --filter '.*' --types prod,dev"
1315
},
1416
"devDependencies": {

packages/new-compiler/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingo.dev/compiler",
3-
"version": "1.0.0-beta.0",
3+
"version": "0.0.0",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {
@@ -10,8 +10,7 @@
1010
},
1111
"publishConfig": {
1212
"access": "public",
13-
"provenance": true,
14-
"tag": "beta"
13+
"provenance": true
1514
},
1615
"sideEffects": false,
1716
"type": "module",

0 commit comments

Comments
 (0)