Skip to content

Commit 56edcf0

Browse files
Bump version to: v0.1.6 [skip ci]
1 parent 4f1047b commit 56edcf0

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.5",
2+
"version": "0.1.6",
33
"npmClient": "yarn",
44
"workspaces": [
55
"packages/*"

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.5",
3+
"version": "0.1.6",
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.5"
17+
"@opct/common": "^0.1.6"
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.5",
3+
"version": "0.1.6",
44
"description": "TypeScript definitions for Open Computers common APIs",
55
"types": "index.d.ts",
66
"keywords": [

packages/dbuf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/dbuf",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "TypeScript definitions for DoubleBuffering library by IgorTimofeev",
55
"types": "index.d.ts",
66
"keywords": [
@@ -11,7 +11,7 @@
1111
"types"
1212
],
1313
"dependencies": {
14-
"@opct/image": "^0.1.5"
14+
"@opct/image": "^0.1.6"
1515
},
1616
"license": "MIT",
1717
"author": "Exeteres"

packages/gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/gui",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "TypeScript definitions for GUI library by IgorTimofeev",
55
"types": "index.d.ts",
66
"keywords": [
@@ -11,7 +11,7 @@
1111
"types"
1212
],
1313
"dependencies": {
14-
"@opct/image": "^0.1.5"
14+
"@opct/image": "^0.1.6"
1515
},
1616
"license": "MIT",
1717
"author": "Exeteres"

packages/image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/image",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "TypeScript definitions for Image library by IgorTimofeev",
55
"types": "index.d.ts",
66
"keywords": [

packages/mineos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opct/mineos",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "TypeScript definitions for MineOS by IgorTimofeev",
55
"types": "index.d.ts",
66
"keywords": [
@@ -11,7 +11,7 @@
1111
"types"
1212
],
1313
"dependencies": {
14-
"@opct/gui": "^0.1.5"
14+
"@opct/gui": "^0.1.6"
1515
},
1616
"license": "MIT",
1717
"author": "Exeteres"

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.5",
3+
"version": "0.1.6",
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.5"
17+
"@opct/common": "^0.1.6"
1818
}
1919
}

0 commit comments

Comments
 (0)