diff --git a/.changeset/hot-pots-divide.md b/.changeset/hot-pots-divide.md deleted file mode 100644 index 2a2f4b7..0000000 --- a/.changeset/hot-pots-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@flare-city/core": minor ---- - -Adds another example & template that details CRUD setup; Allows parsing of request.body diff --git a/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-10.zip b/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-10.zip new file mode 100644 index 0000000..ce5482d Binary files /dev/null and b/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-10.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-10.zip new file mode 100644 index 0000000..ee6c567 Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-10.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-10.zip new file mode 100644 index 0000000..67ac3ef Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-10.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip new file mode 100644 index 0000000..1ba6692 Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip differ diff --git a/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-10.zip b/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-10.zip new file mode 100644 index 0000000..38c1e8c Binary files /dev/null and b/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-10.zip differ diff --git a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-10.zip b/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-10.zip new file mode 100644 index 0000000..8ac9236 Binary files /dev/null and b/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-10.zip differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-10.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-10.zip new file mode 100644 index 0000000..84f45a0 Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-10.zip differ diff --git a/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip new file mode 100644 index 0000000..be39659 Binary files /dev/null and b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip differ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 717ab03..2640800 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @flare-city/core +## 0.4.0 + +### Minor Changes + +- 4e5a38f: Adds another example & template that details CRUD setup; Allows parsing of request.body + ## 0.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 109fc0a..9feefeb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/core", - "version": "0.3.0", + "version": "0.4.0", "description": "Robust and efficient starter template meticulously crafted to expedite the development of web applications.", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 68ba568..5ab71bb 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @flare-city/test +## 0.4.1 + +### Patch Changes + +- Updated dependencies [4e5a38f] + - @flare-city/core@0.4.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/test/package.json b/packages/test/package.json index 3d3922b..e13667b 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/test", - "version": "0.4.0", + "version": "0.4.1", "description": "Integration testing utilities for FlareCity applications", "main": "dist/index.js", "module": "dist/index.js",