From 884a95763ef6c84721cfcdc3b8a075ff53a4afc8 Mon Sep 17 00:00:00 2001 From: "@qwikifiers" Date: Fri, 9 Jun 2023 11:55:29 +0000 Subject: [PATCH] chore(qwik-nx): release version 1.0.5 --- packages/qwik-nx/CHANGELOG.md | 10 ++++++++++ packages/qwik-nx/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/qwik-nx/CHANGELOG.md b/packages/qwik-nx/CHANGELOG.md index 4714adff..6ec53281 100644 --- a/packages/qwik-nx/CHANGELOG.md +++ b/packages/qwik-nx/CHANGELOG.md @@ -2,6 +2,16 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.0.5](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.0.4...qwik-nx-1.0.5) (2023-06-09) + + +### Bug Fixes + +* **qwik-nx:** bump cloudflare deps ([#176](https://github.com/qwikifiers/qwik-nx/issues/176)) ([3def657](https://github.com/qwikifiers/qwik-nx/commit/3def6577def2738be5399f68f78b434db52a82fc)) +* vite.config for cloudflare adapter miss-configurations ([#175](https://github.com/qwikifiers/qwik-nx/issues/175)) ([d2dd8e0](https://github.com/qwikifiers/qwik-nx/commit/d2dd8e0cfdb4a931f1be4fcc65083347faeaa749)) + + + ## [1.0.4](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.0.3...qwik-nx-1.0.4) (2023-06-02) diff --git a/packages/qwik-nx/package.json b/packages/qwik-nx/package.json index b9982240..e7c6250f 100644 --- a/packages/qwik-nx/package.json +++ b/packages/qwik-nx/package.json @@ -1,6 +1,6 @@ { "name": "qwik-nx", - "version": "1.0.4", + "version": "1.0.5", "main": "./index.js", "typings": "./index.d.ts", "license": "MIT",