From 3efd5c99e44da123b6d2c7e4b2bfb2e4ab969a54 Mon Sep 17 00:00:00 2001 From: Kain Date: Thu, 26 Oct 2023 02:52:54 +0200 Subject: [PATCH] chore(main): release 1.1.52 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b74cfdc3..d3b36e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.1.52](https://github.com/icoretech/airbroke/compare/v1.1.51...v1.1.52) (2023-10-26) + + +### Bug Fixes + +* **deps:** update dependency nanoid to v5.0.2 ([aa1da64](https://github.com/icoretech/airbroke/commit/aa1da6489696f04fac982195997449a4d66d2a4b)) +* **deps:** update dependency next-auth to v4.23.2 ([ad5bfc3](https://github.com/icoretech/airbroke/commit/ad5bfc304913c2fd9c2b9d2e4a08a38ddcfcea9c)) +* **deps:** update dependency next-auth to v4.24.3 ([0f13ab7](https://github.com/icoretech/airbroke/commit/0f13ab77413085a466a5599d199fb7d0bb5480c7)) +* **deps:** update dependency octokit to v3.1.1 ([c648309](https://github.com/icoretech/airbroke/commit/c648309215407643b2ac8b677ab2f51865fe9bb9)) +* **deps:** update dependency postcss to v8.4.31 ([c1a9676](https://github.com/icoretech/airbroke/commit/c1a9676957d2fe90c846b11ac1b6a3f92f112329)) +* **deps:** update dependency superjson to v1.13.3 ([2678fbc](https://github.com/icoretech/airbroke/commit/2678fbc4e50839bb4d6f2fd897d58ee215899577)) +* **deps:** update dependency tailwindcss to v3.3.4 ([d38d4d3](https://github.com/icoretech/airbroke/commit/d38d4d37f325e7b86fd540cbd627d7240c2299c5)) +* **deps:** update dependency tailwindcss to v3.3.5 ([0904573](https://github.com/icoretech/airbroke/commit/09045737755651b3b642b2e9a175f5c299de378a)) +* **deps:** update dependency zod to v3.22.3 ([99d1f11](https://github.com/icoretech/airbroke/commit/99d1f116328629feff6a202e06de3f4c0642e055)) +* **deps:** update dependency zod to v3.22.4 ([09ab904](https://github.com/icoretech/airbroke/commit/09ab9040201d0b99118f4bfb3815fa4082311912)) +* **deps:** update dependency zod-form-data to v2.0.2 ([9a59acf](https://github.com/icoretech/airbroke/commit/9a59acf245c7c945dd4a277862d9eaae28fc8bf2)) +* **deps:** update prisma monorepo to v5.4.1 ([259f1e5](https://github.com/icoretech/airbroke/commit/259f1e50771809115462a0597485bfe6ecfa24c9)) +* **deps:** update prisma monorepo to v5.4.2 ([4830b79](https://github.com/icoretech/airbroke/commit/4830b799f1fd28b51611fd7a93f68d1c3959ac99)) +* **deps:** update prisma monorepo to v5.5.0 ([d5918d2](https://github.com/icoretech/airbroke/commit/d5918d220545d3ae91bdc3080a3e6525969b681b)) +* **deps:** update prisma monorepo to v5.5.2 ([11596a6](https://github.com/icoretech/airbroke/commit/11596a6c85cee4c265e3036cc1b306037c90ab08)) + ## [1.1.51](https://github.com/icoretech/airbroke/compare/v1.1.50...v1.1.51) (2023-09-23) diff --git a/package.json b/package.json index fe62a61b..0ece6261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airbroke", - "version": "1.1.51", + "version": "1.1.52", "private": true, "scripts": { "dev": "next dev",