Skip to content

Commit 01431da

Browse files
Merge pull request #1 from remarkablegames/release-please--branches--master--components--water-pipe
chore(master): release 1.0.0
2 parents 9bedc93 + e23a317 commit 01431da

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-05-19)
4+
5+
6+
### Features
7+
8+
* create puzzle game with 3 levels ([e6d16bb](https://github.com/remarkablegames/water-pipe/commit/e6d16bbc501bd062bff145488358fc1cbd24f685))
9+
* **helpers:** set random background color ([9345e7e](https://github.com/remarkablegames/water-pipe/commit/9345e7e653d5e937e6c77a7e4287e471ecb7aab9))
10+
* **levels:** add 2 more levels ([2d83892](https://github.com/remarkablegames/water-pipe/commit/2d83892bd9dc75d541fbddf0afac4424e9b5b3c5))
11+
* **levels:** add 2 more levels ([460aef8](https://github.com/remarkablegames/water-pipe/commit/460aef8bd70335bc37695a7e377934bcc6f68e24))
12+
* **levels:** add 2 more levels ([07228f8](https://github.com/remarkablegames/water-pipe/commit/07228f8eda2046bc7a0f5ee6d11bec36e57ea1b7))
13+
* **levels:** set background color ([ec09955](https://github.com/remarkablegames/water-pipe/commit/ec099556b9219571c8ab1e283ad232acc2850547))
14+
* **levels:** show level number and add 2 more levels ([b44637d](https://github.com/remarkablegames/water-pipe/commit/b44637d0128e87f8cc03229eee4e20195b4b436d))
15+
* **public:** add click and splash sounds ([0c382f6](https://github.com/remarkablegames/water-pipe/commit/0c382f61a9e85341efebb7bdf8546babfc28a6d4))
16+
* **public:** add screenshots ([9bedc93](https://github.com/remarkablegames/water-pipe/commit/9bedc93c60c29c328f95d7ece0a81c78a2040c64))
17+
* **public:** play sound waves in the background ([496a6e0](https://github.com/remarkablegames/water-pipe/commit/496a6e0fbb10a164e5dc3bc98f4a6162d60c39f4))
18+
* **public:** replace click sound ([cd0dde6](https://github.com/remarkablegames/water-pipe/commit/cd0dde60f6b28eb5d05eb8188361af88ce0b2c19))
19+
* **scenes:** show solved pipes before going to next level ([cc01921](https://github.com/remarkablegames/water-pipe/commit/cc019216313a8a5c0c9c72658be2e439a35ea5aa))
20+
21+
22+
### Bug Fixes
23+
24+
* **helpers:** improve device scale ratio so tiles fit in screen ([fbf2519](https://github.com/remarkablegames/water-pipe/commit/fbf2519a5052d76d493b1cc8e7837513aae6ca9f))
25+
* **levels:** update scale so it's responsive for all devices ([d81a8c8](https://github.com/remarkablegames/water-pipe/commit/d81a8c8a961daf2a6c38a579cf26159e7810fd58))
26+
* **scenes:** cast level to number in preload ([22af703](https://github.com/remarkablegames/water-pipe/commit/22af7031321930e6934335c6be6157db40ffc092))
27+
* **style:** hide scrollbar ([bd3a9bf](https://github.com/remarkablegames/water-pipe/commit/bd3a9bf19a1ee98e3f1afb2f8434a9df63e2580a))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "water-pipe",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"description": "A template for building Kaboom games.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"scripts": {

0 commit comments

Comments
 (0)