Skip to content

Commit eef6f91

Browse files
committed
chore(release): 1.1.0-beta.1 [skip ci]
## [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2023-06-22) ### Features * add support for deepai ([7ddc87c](7ddc87c)) * add support for dream ([7d70350](7d70350)) * add support for leonardoai ([435c7b4](435c7b4)) * add support for midjourney ([c3658c1](c3658c1)) * auto generate images ([dda79e3](dda79e3)) * auto trim images ([71b1c5b](71b1c5b)) * config ai image status ([91a8a2c](91a8a2c)) * gallery shows total image file size ([9b15505](9b15505)) * gallery swipe on mobile ([963b76d](963b76d)) * open gallery image in new window ([9075148](9075148)) * pass optional context for random summary generation ([ea76213](ea76213)) * preload next gallery image ([5ca8bc7](5ca8bc7)) ### Bug Fixes * ensure summary is defined before creating ([d285719](d285719)) * get gallery would fail with a lot of images ([748cf48](748cf48)) * prevent change of modal image if src isn’t set ([5602a2c](5602a2c)) * prevent image cycle when disabled on load ([3e4b0e5](3e4b0e5)) * reset scroll ids when gallery is loaded ([13c1d34](13c1d34)) * update total after favorite ([a51fbeb](a51fbeb)) ### Build * bump packages ([bfb08f4](bfb08f4)) * exclude inline source map files ([8efd283](8efd283)) * generate prisma client during build ([f144b90](f144b90))
1 parent bfb08f4 commit eef6f91

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [1.1.0-beta.1](https://github.com/jakowenko/phrame/compare/v1.0.0...v1.1.0-beta.1) (2023-06-22)
2+
3+
4+
### Features
5+
6+
* add support for deepai ([7ddc87c](https://github.com/jakowenko/phrame/commit/7ddc87cb9a34d0e334bef0aa84cf8d2c05848fbd))
7+
* add support for dream ([7d70350](https://github.com/jakowenko/phrame/commit/7d703508332fc5a9cceafe837b72fcb4bbbb845d))
8+
* add support for leonardoai ([435c7b4](https://github.com/jakowenko/phrame/commit/435c7b41cf113e2a945086a58d6dccb0790cd406))
9+
* add support for midjourney ([c3658c1](https://github.com/jakowenko/phrame/commit/c3658c1ffff3f807c62ac051b361f20fb11d96a2))
10+
* auto generate images ([dda79e3](https://github.com/jakowenko/phrame/commit/dda79e3e088b431b00275a18c5fcd80127c00e48))
11+
* auto trim images ([71b1c5b](https://github.com/jakowenko/phrame/commit/71b1c5b28da27a57ee3571f379bb84048f216d02))
12+
* config ai image status ([91a8a2c](https://github.com/jakowenko/phrame/commit/91a8a2c76db6807e6b989c99609f90023257e9ac))
13+
* gallery shows total image file size ([9b15505](https://github.com/jakowenko/phrame/commit/9b15505e8bc0777070a1ca147ba7e4694a0d0772))
14+
* gallery swipe on mobile ([963b76d](https://github.com/jakowenko/phrame/commit/963b76d24286c8a5520e38bd836d864e94df0a08))
15+
* open gallery image in new window ([9075148](https://github.com/jakowenko/phrame/commit/907514804f80a6f7e695986d36ff54b6a8f20876))
16+
* pass optional context for random summary generation ([ea76213](https://github.com/jakowenko/phrame/commit/ea7621366e1f9ef264c24068a1bd23cccbf9ac33))
17+
* preload next gallery image ([5ca8bc7](https://github.com/jakowenko/phrame/commit/5ca8bc73057987846d2d9a0f612b19348ac3a2ad))
18+
19+
20+
### Bug Fixes
21+
22+
* ensure summary is defined before creating ([d285719](https://github.com/jakowenko/phrame/commit/d28571976e4bd77fb597e2ca93b7a8ec330a53fa))
23+
* get gallery would fail with a lot of images ([748cf48](https://github.com/jakowenko/phrame/commit/748cf481babd49f7cb658429ecdf7f1947fa42c2))
24+
* prevent change of modal image if src isn’t set ([5602a2c](https://github.com/jakowenko/phrame/commit/5602a2cbaae32b9a5777485f675f51cc53b9c203))
25+
* prevent image cycle when disabled on load ([3e4b0e5](https://github.com/jakowenko/phrame/commit/3e4b0e595ee735d923bc2a6fe2a6ae75d8522b1c))
26+
* reset scroll ids when gallery is loaded ([13c1d34](https://github.com/jakowenko/phrame/commit/13c1d341e8aab90962072e71977fc9d57e3cad17))
27+
* update total after favorite ([a51fbeb](https://github.com/jakowenko/phrame/commit/a51fbeb0fc85d8e0c64a77f7ee29ef96efaa53fe))
28+
29+
30+
### Build
31+
32+
* bump packages ([bfb08f4](https://github.com/jakowenko/phrame/commit/bfb08f4ab2a3667e488b2945242e072869012073))
33+
* exclude inline source map files ([8efd283](https://github.com/jakowenko/phrame/commit/8efd283c7370d443da532c5d51cec9b7621bc0cc))
34+
* generate prisma client during build ([f144b90](https://github.com/jakowenko/phrame/commit/f144b90479f941e81893ce1d305ffa6265383739))
35+
136
## 1.0.0 (2023-05-29)
237

338

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phrame",
3-
"version": "1.0.0",
3+
"version": "1.1.0-beta.1",
44
"main": "index.js",
55
"scripts": {
66
"local:api": "nodemon -e yml,js,ts --watch ./.storage/config --watch ./api -q api/server.ts",

0 commit comments

Comments
 (0)