diff --git a/.changeset/shy-bulldogs-add.md b/.changeset/shy-bulldogs-add.md deleted file mode 100644 index e779551..0000000 --- a/.changeset/shy-bulldogs-add.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@flare-city/eslint-config": minor -"@flare-city/tsconfig": minor -"@flare-city/core": minor -"@flare-city/test": minor -"@flare-city/cli": minor ---- - -Changes the github repository URL to the flare-city repo diff --git a/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-8.zip b/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-8.zip new file mode 100644 index 0000000..c4b6f3e Binary files /dev/null and b/.yarn/cache/@cloudflare-workerd-linux-64-npm-1.20231025.0-ef8830d731-8.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-8.zip new file mode 100644 index 0000000..239b03d Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.17.19-08a7136aa6-8.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip new file mode 100644 index 0000000..bcbc77a Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip new file mode 100644 index 0000000..94ca828 Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip differ diff --git a/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-8.zip b/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-8.zip new file mode 100644 index 0000000..80abf1d Binary files /dev/null and b/.yarn/cache/@napi-rs-simple-git-linux-x64-gnu-npm-0.1.9-dbc81560d4-8.zip differ diff --git a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-8.zip b/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-8.zip new file mode 100644 index 0000000..c97b6ea Binary files /dev/null and b/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.0.0-3a65f7525f-8.zip differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-8.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-8.zip new file mode 100644 index 0000000..97bc441 Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.5-c4033133e2-8.zip differ diff --git a/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-8.zip b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-8.zip new file mode 100644 index 0000000..81d0ca3 Binary files /dev/null and b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-8.zip differ diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..e1c395d --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,7 @@ +# @flare-city/cli + +## 0.1.0 + +### Minor Changes + +- 2d6d814: Changes the github repository URL to the flare-city repo diff --git a/packages/cli/package.json b/packages/cli/package.json index 95e815b..13d2793 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/cli", - "version": "0.0.0", + "version": "0.1.0", "description": "The FlareCity CLI exposes a few helper functions to aid with development and deployment", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..e15f00f --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,11 @@ +# @flare-city/core + +## 0.1.0 + +### Minor Changes + +- 2d6d814: Changes the github repository URL to the flare-city repo + +### Patch Changes + +- @flare-city/logger@0.0.0 diff --git a/packages/core/package.json b/packages/core/package.json index bf9f30f..115eb86 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/core", - "version": "0.0.0", + "version": "0.1.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/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..240da3e --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @flare-city/eslint-config + +## 0.1.0 + +### Minor Changes + +- 2d6d814: Changes the github repository URL to the flare-city repo diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 020c73f..f9cca35 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/eslint-config", - "version": "0.0.0", + "version": "0.1.0", "description": "A common eslint configuration package", "main": ".eslintrc.cjs", "module": ".eslintrc.cjs", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md new file mode 100644 index 0000000..836dd5c --- /dev/null +++ b/packages/test/CHANGELOG.md @@ -0,0 +1,12 @@ +# @flare-city/test + +## 0.1.0 + +### Minor Changes + +- 2d6d814: Changes the github repository URL to the flare-city repo + +### Patch Changes + +- Updated dependencies [2d6d814] + - @flare-city/core@0.1.0 diff --git a/packages/test/package.json b/packages/test/package.json index 473b06d..686f8ce 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/test", - "version": "0.0.0", + "version": "0.1.0", "description": "Integration testing utilities for FlareCity applications", "main": "dist/index.js", "module": "dist/index.js", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md new file mode 100644 index 0000000..10cb9de --- /dev/null +++ b/packages/tsconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# @flare-city/tsconfig + +## 0.1.0 + +### Minor Changes + +- 2d6d814: Changes the github repository URL to the flare-city repo diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 5ffc805..438b006 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@flare-city/tsconfig", - "version": "0.0.0", + "version": "0.1.0", "description": "Common tsconfigs for different types of projects in FlareCity", "exports": { ".": {