Skip to content

Commit 126bf86

Browse files
author
Exeteres
committed
v0.1.3
1 parent 19c41b7 commit 126bf86

File tree

16 files changed

+77
-13
lines changed

16 files changed

+77
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/Exeteres/opc-types/compare/v0.1.2...v0.1.3) (2021-12-07)
7+
8+
**Note:** Version bump only for package opct
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/Exeteres/opc-types/compare/v0.1.1...v0.1.2) (2021-12-07)
715

816
**Note:** Version bump only for package opct

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.2",
2+
"version": "0.1.3",
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
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/Exeteres/opc-types/compare/v0.1.2...v0.1.3) (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/ae2
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/Exeteres/opc-types/compare/v0.1.1...v0.1.2) (2021-12-07)
715

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

packages/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/Exeteres/opc-types/compare/v0.1.2...v0.1.3) (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/common
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/Exeteres/opc-types/compare/v0.1.1...v0.1.2) (2021-12-07)
715

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

packages/dbuf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/Exeteres/opc-types/compare/v0.1.2...v0.1.3) (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/dbuf
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/Exeteres/opc-types/compare/v0.1.1...v0.1.2) (2021-12-07)
715

816
**Note:** Version bump only for package @opct/dbuf

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

packages/gui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/Exeteres/opc-types/compare/v0.1.2...v0.1.3) (2021-12-07)
7+
8+
**Note:** Version bump only for package @opct/gui
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/Exeteres/opc-types/compare/v0.1.1...v0.1.2) (2021-12-07)
715

816
**Note:** Version bump only for package @opct/gui

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

0 commit comments

Comments
 (0)