Skip to content

Commit 77ae9a1

Browse files
author
Exeteres
committed
v0.1.1
1 parent 68dd510 commit 77ae9a1

File tree

16 files changed

+90
-13
lines changed

16 files changed

+90
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2021-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* Add package dependencies ([bcd34e8](https://github.com/Exeteres/opc-types/commit/bcd34e8f634694c62cf2489e30ca26458e1fca0c))
12+
* **openos:** Add missing component import ([92bad86](https://github.com/Exeteres/opc-types/commit/92bad86e83e4a818c94f7c52bb34f667772171b4))

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.0",
2+
"version": "0.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/ae2/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/ae2

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

packages/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/common

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.0",
3+
"version": "0.1.1",
44
"description": "TypeScript definitions for Open Computers common APIs",
55
"types": "index.d.ts",
66
"keywords": [

packages/dbuf/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2021-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* Add package dependencies ([bcd34e8](https://github.com/Exeteres/opc-types/commit/bcd34e8f634694c62cf2489e30ca26458e1fca0c))

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.0",
3+
"version": "0.1.1",
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.0"
14+
"@opct/image": "^0.1.1"
1515
},
1616
"license": "MIT",
1717
"author": "Exeteres"

packages/gui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2021-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* Add package dependencies ([bcd34e8](https://github.com/Exeteres/opc-types/commit/bcd34e8f634694c62cf2489e30ca26458e1fca0c))

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.0",
3+
"version": "0.1.1",
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.0"
14+
"@opct/image": "^0.1.1"
1515
},
1616
"license": "MIT",
1717
"author": "Exeteres"

0 commit comments

Comments
 (0)