Skip to content

Commit 74fef7c

Browse files
committed
release: v0.1.0
1 parent 0b41752 commit 74fef7c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@anus-dev/anus",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"private": false,
55
"license": "Apache-2.0",
66
"publishConfig": {
7-
"access": "restricted",
7+
"access": "public",
88
"registry": "https://registry.npmjs.org/"
99
},
1010
"engines": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anus-dev/anus",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "ANUS",
55
"license": "Apache-2.0",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anus-dev/anus-core",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "ANUS Core",
55
"license": "Apache-2.0",
66
"repository": {

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anus-dev/anus-test-utils",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"main": "src/index.ts",
55
"license": "Apache-2.0",
66
"repository": {

packages/vscode-ide-companion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "anus-vscode-ide-companion",
33
"displayName": "ANUS Companion",
44
"description": "Enable ANUS with direct access to your IDE workspace.",
5-
"version": "0.0.6",
5+
"version": "0.1.0",
66
"publisher": "anus-dev",
77
"icon": "assets/icon.png",
88
"repository": {

0 commit comments

Comments
 (0)