Skip to content

Commit 8dde9e1

Browse files
committed
v0.1.4
1 parent 66847f5 commit 8dde9e1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lerna.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.1.3",
3-
"npmClient": "yarn",
4-
"workspaces": [
5-
"packages/*"
6-
]
2+
"version": "0.1.4",
3+
"npmClient": "yarn",
4+
"workspaces": [
5+
"packages/*"
6+
]
77
}

packages/ae2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/ae2",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "TypeScript definitions for Applied Energistics 2",
55
"types": "index.d.ts",
66
"keywords": [
@@ -14,6 +14,6 @@
1414
"license": "MIT",
1515
"author": "Exeteres",
1616
"dependencies": {
17-
"@opct/common": "^0.1.3"
17+
"@opct/common": "^0.1.4"
1818
}
1919
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/common",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "TypeScript definitions for Open Computers common APIs",
55
"types": "index.d.ts",
66
"keywords": [

packages/openos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/openos",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "TypeScript definitions for OpenOS",
55
"types": "index.d.ts",
66
"keywords": [
@@ -14,6 +14,6 @@
1414
"license": "MIT",
1515
"author": "Exeteres",
1616
"dependencies": {
17-
"@opct/common": "^0.1.3"
17+
"@opct/common": "^0.1.4"
1818
}
1919
}

0 commit comments

Comments
 (0)