-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
|
||
## ...main | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **nuxt-galaxy:** Add composable useErrorMessage and useErrorStatus ([ca3f86b](https://github.com/rplanel/gaas/commit/ca3f86b)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **blendtype:** Extract filename from signed url ([39d163b](https://github.com/rplanel/gaas/commit/39d163b)) | ||
- **type:** Fix some type error ([c25ea11](https://github.com/rplanel/gaas/commit/c25ea11)) | ||
- Create composable to compute the supabase auth token name from subdomain ([b26f786](https://github.com/rplanel/gaas/commit/b26f786)) | ||
- Add parameter to set upload file name ([695e69c](https://github.com/rplanel/gaas/commit/695e69c)) | ||
- **types:** Fix typecheck ([eba94f9](https://github.com/rplanel/gaas/commit/eba94f9)) | ||
- Handle missing data ([d545b3a](https://github.com/rplanel/gaas/commit/d545b3a)) | ||
|
||
### 📖 Documentation | ||
|
||
- **README:** Add some information on this monorepo ([e8c94b9](https://github.com/rplanel/gaas/commit/e8c94b9)) | ||
- **README:** Add missing extension ([3f3bed7](https://github.com/rplanel/gaas/commit/3f3bed7)) | ||
|
||
### 📦 Build | ||
|
||
- Workspace command to build all packages ([a5684b1](https://github.com/rplanel/gaas/commit/a5684b1)) | ||
|
||
### 🏡 Chore | ||
|
||
- Prepare monorepo ([65bcf0e](https://github.com/rplanel/gaas/commit/65bcf0e)) | ||
- Add lint-staged ([861ed3f](https://github.com/rplanel/gaas/commit/861ed3f)) | ||
- **nuxt4:** Change file organisation to match nuxt 4 ([691b747](https://github.com/rplanel/gaas/commit/691b747)) | ||
- **font:** Add mdi and streamline font to local ([fd553ba](https://github.com/rplanel/gaas/commit/fd553ba)) | ||
- **build:** Use pnpm catalogs ([dc33da5](https://github.com/rplanel/gaas/commit/dc33da5)) | ||
- **imports:** Fix missing imports ([f450af7](https://github.com/rplanel/gaas/commit/f450af7)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Remi PLANEL <[email protected]> | ||
- Rémi Planel <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "gaas", | ||
"version": "0.0.0", | ||
"version": "0.0.3-alpha.5", | ||
"private": true, | ||
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", | ||
"description": "", | ||
"author": "", | ||
"license": "ISC", | ||
"keywords": [], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "pnpm --filter './packages/**' test", | ||
"dev": "pnpm --filter ./playground dev", | ||
"lint": "eslint .", | ||
"cleandep": "rm -rf node_modules && rm -rf pnpm-lock.yaml && pnpm --filter '**' run cleandep", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "blendtype", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "0.0.3-alpha.5", | ||
"packageManager": "[email protected]", | ||
"description": "", | ||
"author": "Rémi Planel <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
"prepack": "pnpm build", | ||
"play": "jiti playground", | ||
"release:publish": "pnpm publish --access public", | ||
"test": "pnpm lint && pnpm test:types && vitest run --coverage", | ||
"test": "pnpm lint && pnpm typecheck && vitest run --coverage", | ||
"typecheck": "tsc --noEmit --skipLibCheck", | ||
"cleandep": "rm -rf node_modules && rm -rf dist" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "nuxt-galaxy", | ||
"type": "module", | ||
"version": "0.0.3-alpha.4", | ||
"version": "0.0.3-alpha.5", | ||
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", | ||
"description": "Galaxy module for Nuxt", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,10 @@ export default defineNuxtConfig({ | |
modules: [ | ||
MyModule, | ||
], | ||
galaxy: { | ||
apiKey: 'galaxy-api-key', | ||
email: '[email protected]', | ||
url: 'https://galaxy.example.com', | ||
}, | ||
supabase: { url: 'http://localhost:54323', key: 'anno-key' }, | ||
}) |