Skip to content

Commit b47360c

Browse files
authored
Merge pull request #17 from ineka-dev/changeset-release/main
Version Packages
2 parents 8d0f360 + fde3d07 commit b47360c

File tree

3 files changed

+23
-37
lines changed

3 files changed

+23
-37
lines changed

.changeset/slow-icons-laugh.md

-5
This file was deleted.

CHANGELOG.md

+22-31
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
## [2.1.1](https://github.com/ineka-dev/engine/compare/v2.1.0...v2.1.1) (2023-01-13)
22

3-
# [2.1.0](https://github.com/ineka-dev/engine/compare/v2.0.8...v2.1.0) (2022-10-15)
3+
## 2.1.2
4+
5+
### Patch Changes
46

7+
- [#14](https://github.com/ineka-dev/engine/pull/14) [`10d5840`](https://github.com/ineka-dev/engine/commit/10d584073f459a4a6e5ec5ae6c48deab5166c3c5) Thanks [@ColinEspinas](https://github.com/ColinEspinas)! - Updated project tooling
8+
9+
# [2.1.0](https://github.com/ineka-dev/engine/compare/v2.0.8...v2.1.0) (2022-10-15)
510

611
### Features
712

8-
* added engine error handling and made engine container more available ([d8669a2](https://github.com/ineka-dev/engine/commit/d8669a28f6ad20fca173c557a9ebd982211e9f6d))
13+
- added engine error handling and made engine container more available ([d8669a2](https://github.com/ineka-dev/engine/commit/d8669a28f6ad20fca173c557a9ebd982211e9f6d))
914

1015
## [2.0.8](https://github.com/ineka-dev/engine/compare/v2.0.7...v2.0.8) (2022-10-02)
1116

12-
1317
### Bug Fixes
1418

15-
* fixedStep where not called ([ed2b86a](https://github.com/ineka-dev/engine/commit/ed2b86aeba85e45c1a6e90644c3a2f900f51963d))
19+
- fixedStep where not called ([ed2b86a](https://github.com/ineka-dev/engine/commit/ed2b86aeba85e45c1a6e90644c3a2f900f51963d))
1620

1721
## [2.0.7](https://github.com/ineka-dev/engine/compare/v2.0.6...v2.0.7) (2022-10-02)
1822

19-
2023
### Bug Fixes
2124

22-
* fixed scope issues with fixedStep calls ([04c1bd3](https://github.com/ineka-dev/engine/commit/04c1bd3c55f4486f1c4f506fade7f88634d15dea))
25+
- fixed scope issues with fixedStep calls ([04c1bd3](https://github.com/ineka-dev/engine/commit/04c1bd3c55f4486f1c4f506fade7f88634d15dea))
2326

2427
## [2.0.6](https://github.com/ineka-dev/engine/compare/v2.0.5...v2.0.6) (2022-10-02)
2528

26-
2729
### Bug Fixes
2830

29-
* trying non-synchronous fixedSteps calls with promises ([10d04dc](https://github.com/ineka-dev/engine/commit/10d04dc22bbe52d40dffa3ad918e34279033cbd8))
31+
- trying non-synchronous fixedSteps calls with promises ([10d04dc](https://github.com/ineka-dev/engine/commit/10d04dc22bbe52d40dffa3ad918e34279033cbd8))
3032

3133
## [2.0.5](https://github.com/ineka-dev/engine/compare/v2.0.4...v2.0.5) (2022-10-02)
3234

33-
3435
### Bug Fixes
3536

36-
* **nodes:** added id getter and fixed children remove method ([c5076ba](https://github.com/ineka-dev/engine/commit/c5076ba1b849beae090c6a65ceee141eff856b6a))
37+
- **nodes:** added id getter and fixed children remove method ([c5076ba](https://github.com/ineka-dev/engine/commit/c5076ba1b849beae090c6a65ceee141eff856b6a))
3738

3839
## [2.0.4](https://github.com/ineka-dev/engine/compare/v2.0.3...v2.0.4) (2022-10-02)
3940

40-
4141
### Bug Fixes
4242

43-
* **nodes:** node added to children after loading are now loaded ([51e7f5c](https://github.com/ineka-dev/engine/commit/51e7f5c54acc7d4ab88230c58e5c2684df628a87))
43+
- **nodes:** node added to children after loading are now loaded ([51e7f5c](https://github.com/ineka-dev/engine/commit/51e7f5c54acc7d4ab88230c58e5c2684df628a87))
4444

4545
## [2.0.3](https://github.com/ineka-dev/engine/compare/v2.0.2...v2.0.3) (2022-05-11)
4646

@@ -50,58 +50,49 @@
5050

5151
# [2.0.0](https://github.com/ineka-dev/engine/compare/v1.4.0...v2.0.0) (2022-05-09)
5252

53-
5453
### chore
5554

56-
* awe is now Ineka ([d7e3462](https://github.com/ineka-dev/engine/commit/d7e34622e135940c82e496d7faefc4cdcb2f1695))
57-
55+
- awe is now Ineka ([d7e3462](https://github.com/ineka-dev/engine/commit/d7e34622e135940c82e496d7faefc4cdcb2f1695))
5856

5957
### BREAKING CHANGES
6058

61-
* Package name is now @ineka/engine
59+
- Package name is now @ineka/engine
6260

6361
# [1.4.0](https://github.com/colinespinas/awe/compare/v1.3.0...v1.4.0) (2022-05-08)
6462

65-
6663
### Bug Fixes
6764

68-
* framerate option wasn't registered by the time system ([b604317](https://github.com/colinespinas/awe/commit/b604317f5a7882fb337e205f4ff85fc2028186d8))
69-
65+
- framerate option wasn't registered by the time system ([b604317](https://github.com/colinespinas/awe/commit/b604317f5a7882fb337e205f4ff85fc2028186d8))
7066

7167
### Features
7268

73-
* added parent and engine to node ([e54c8e2](https://github.com/colinespinas/awe/commit/e54c8e25db7dd2d912dfbc37c6fd916411bd4eb8))
69+
- added parent and engine to node ([e54c8e2](https://github.com/colinespinas/awe/commit/e54c8e25db7dd2d912dfbc37c6fd916411bd4eb8))
7470

7571
# [1.3.0](https://github.com/colinespinas/awe/compare/v1.2.0...v1.3.0) (2022-05-08)
7672

77-
7873
### Bug Fixes
7974

80-
* **step-loop:** step loop now working as intended, fixed deltatime issues ([5a82f1f](https://github.com/colinespinas/awe/commit/5a82f1fd8671bba62de4b2c8270ccd3eb85853c8))
81-
75+
- **step-loop:** step loop now working as intended, fixed deltatime issues ([5a82f1f](https://github.com/colinespinas/awe/commit/5a82f1fd8671bba62de4b2c8270ccd3eb85853c8))
8276

8377
### Features
8478

85-
* **step-loop:** added basic step loop with fixed timestep option ([37f23ab](https://github.com/colinespinas/awe/commit/37f23ab9068699b06e7add07514db13198a90029))
79+
- **step-loop:** added basic step loop with fixed timestep option ([37f23ab](https://github.com/colinespinas/awe/commit/37f23ab9068699b06e7add07514db13198a90029))
8680

8781
# [1.2.0](https://github.com/colinespinas/awe/compare/v1.1.0...v1.2.0) (2021-11-26)
8882

89-
9083
### Features
9184

92-
* added systems and step loop to engine class ([24667ba](https://github.com/colinespinas/awe/commit/24667bad5bb480546558d848663a9af6b2a7f0cd))
85+
- added systems and step loop to engine class ([24667ba](https://github.com/colinespinas/awe/commit/24667bad5bb480546558d848663a9af6b2a7f0cd))
9386

9487
# [1.1.0](https://github.com/colinespinas/awe/compare/v1.0.0...v1.1.0) (2021-11-16)
9588

96-
9789
### Features
9890

99-
* **nodes:** added outer and inner nodes methods to handle engine runtime ([76d099f](https://github.com/colinespinas/awe/commit/76d099fb7bf93bada4c50a9d2dea6d892ceac6ba))
91+
- **nodes:** added outer and inner nodes methods to handle engine runtime ([76d099f](https://github.com/colinespinas/awe/commit/76d099fb7bf93bada4c50a9d2dea6d892ceac6ba))
10092

10193
# 1.0.0 (2021-11-14)
10294

103-
10495
### Features
10596

106-
* added basic graph features with outer/inner nodes ([8f38374](https://github.com/colinespinas/awe/commit/8f383742421ec5e2ba0fb33ef9aaab9e5e1b71a3))
107-
* setup project structure and CI/CD jobs ([62a865b](https://github.com/colinespinas/awe/commit/62a865ba2db9beff1573fc272816c22f1351ad15))
97+
- added basic graph features with outer/inner nodes ([8f38374](https://github.com/colinespinas/awe/commit/8f383742421ec5e2ba0fb33ef9aaab9e5e1b71a3))
98+
- setup project structure and CI/CD jobs ([62a865b](https://github.com/colinespinas/awe/commit/62a865ba2db9beff1573fc272816c22f1351ad15))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ineka/engine",
33
"type": "module",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"description": "A small and customizable game engine",
66
"author": "Colin Espinas",
77
"license": "MIT",

0 commit comments

Comments
 (0)