Skip to content

Commit

Permalink
🎒 chore(release): v1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# v1.5.0 (2024-12-12)

## What's Changed
### ✨ Features

* **app**: make generic repository compatible with transactions between stores ([6934859](6934859)) by Marc JovanĂ­ GonzĂĄlez
* **app**: store all games, sets and events on indexedDB ([ade1f53](ade1f53)) by Marc JovanĂ­ GonzĂĄlez

### 🐛 Bug Fixes

* **app**: get confetti shapes correctly ([1876f2c](1876f2c)) by Marc JovanĂ­ GonzĂĄlez
* **app**: improve types from set, get and delete generic repository methods ([eb982d1](eb982d1)) by Marc JovanĂ­ GonzĂĄlez

### 🎒 Chores

* upgrade to nx 20.2.2 ([f385807](f385807)) by Marc JovanĂ­ GonzĂĄlez

**Full Changelog**: v1.4.1...v1.5.0
  • Loading branch information
romantic-release-bot committed Dec 12, 2024
1 parent 6c609d3 commit 9a9331d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.5.0 (2024-12-12)

## What's Changed

### ✨ Features

- **app**: make generic repository compatible with transactions between stores ([6934859](https://github.com/drackp2m/playsetonline/commit/693485941b62fd043a37e0a0e2fac9c323f20829)) by Marc JovanĂ­ GonzĂĄlez
- **app**: store all games, sets and events on indexedDB ([ade1f53](https://github.com/drackp2m/playsetonline/commit/ade1f53897afda4daaaf7ee134368d15a91cf789)) by Marc JovanĂ­ GonzĂĄlez

### 🐛 Bug Fixes

- **app**: get confetti shapes correctly ([1876f2c](https://github.com/drackp2m/playsetonline/commit/1876f2ca002874d101e3157f523b3e80d518a506)) by Marc JovanĂ­ GonzĂĄlez
- **app**: improve types from set, get and delete generic repository methods ([eb982d1](https://github.com/drackp2m/playsetonline/commit/eb982d1850ac3cbbacbc14a85d6324e2ae83afaa)) by Marc JovanĂ­ GonzĂĄlez

### 🎒 Chores

- upgrade to nx 20.2.2 ([f385807](https://github.com/drackp2m/playsetonline/commit/f385807f20ac1a8e593d792b497e8bf5af0f6306)) by Marc JovanĂ­ GonzĂĄlez

**Full Changelog**: https://github.com/drackp2m/playsetonline/compare/v1.4.1...v1.5.0

# v1.4.1 (2024-12-02)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playsetonline/source",
"version": "1.4.1",
"version": "1.5.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9a9331d

Please sign in to comment.