diff --git a/.all-contributorsrc b/.all-contributorsrc index 0cc9378..c438f69 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "qwik-image", - "projectOwner": "qwikifiers", + "projectOwner": "qwikdev", "repoType": "github", "repoHost": "https://github.com", "files": [ @@ -9,7 +9,7 @@ "imageSize": 100, "commit": true, "commitConvention": "angular", - "contributors": [ + "contributors": [ { "login": "gioboa", "name": "Giorgio Boa", diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 92809cb..72f5f78 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Please include a summary of the change and which issue is fixed. Please also inc # Checklist: -- [ ] My code follows the [developer guidelines of this project](https://github.com/qwikifiers/qwik-image/blob/main/CONTRIBUTING.md) +- [ ] My code follows the [developer guidelines of this project](https://github.com/qwikdev/qwik-image/blob/main/CONTRIBUTING.md) - [ ] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation - [ ] Added new tests to cover the fix / functionality diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 7dacf04..ac19625 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -19,8 +19,8 @@ runs: - name: Setup git user shell: bash run: | - git config --global user.name '@qwikifiers' - git config --global user.email 'qwikifiers@users.noreply.github.com' + git config --global user.name '@qwikdev' + git config --global user.email 'qwikdev@users.noreply.github.com' - name: Setup pnpm uses: pnpm/action-setup@v2.2.4 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe19289..fb0534e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md) to help us keep ## Found a bug? Want a feature? - Submit an Issue -[Choose an issue template](https://github.com/qwikifiers/qwik-image/issues/new/choose) to file a bug report / feature request. +[Choose an issue template](https://github.com/qwikdev/qwik-image/issues/new/choose) to file a bug report / feature request.
@@ -19,13 +19,13 @@ Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md) to help us keep
-### ▶ 1. First - [Search this repo for existing PRs](https://github.com/qwikifiers/qwik-image/pulls) ! +### ▶ 1. First - [Search this repo for existing PRs](https://github.com/qwikdev/qwik-image/pulls) ! Try to find an open or closed PR that relates to the change you want to introduce.
-### ▶ 2. **Before you start coding - [find](https://github.com/qwikifiers/qwik-image/issues) / [create an issue](https://github.com/qwikifiers/qwik-image/issues/new/choose)** +### ▶ 2. **Before you start coding - [find](https://github.com/qwikdev/qwik-image/issues) / [create an issue](https://github.com/qwikdev/qwik-image/issues/new/choose)** **Make sure there's an issue** describing the problem you're fixing, or documents the design for the feature you'd like to add. Discussing the design up front helps to ensure that we're ready to accept your work. @@ -64,8 +64,6 @@ git checkout -b my-fix-branch main - Visit the URL printed in the console and you'll have a page opened with the suite of widgets. - - ### ▶ 5. Make sure you add / modify tests Run `pnpm run test` to make sure there aren't any errors @@ -97,7 +95,7 @@ git push origin my-fix-branch ### ▶ 8. Create a PR -In GitHub, create a pull request for `qwikifiers/qwik-image:main`. +In GitHub, create a pull request for `qwikdev/qwik-image:main`. Make sure you check the following checkbox "Allow edits from maintainers" - diff --git a/LICENSE b/LICENSE index 3f40df0..15dbac8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 HiRez.io, Qwikifiers +Copyright (c) 2023 QwikDev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nx.json b/nx.json index c3a1525..c560140 100644 --- a/nx.json +++ b/nx.json @@ -10,7 +10,7 @@ }, "extends": "nx/presets/npm.json", "$schema": "./node_modules/nx/schemas/nx-schema.json", - "npmScope": "qwikifiers", + "npmScope": "qwikdev", "workspaceLayout": { "appsDir": "apps", "libsDir": "packages" diff --git a/packages/qwik-image/CHANGELOG.md b/packages/qwik-image/CHANGELOG.md index 97cb134..0ab9fc9 100644 --- a/packages/qwik-image/CHANGELOG.md +++ b/packages/qwik-image/CHANGELOG.md @@ -2,70 +2,46 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). -## [0.0.10](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.9...qwik-image-0.0.10) (2024-04-23) - +## [0.0.10](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.9...qwik-image-0.0.10) (2024-04-23) ### Features -* copy README.md inside qwik-image folder ([654968d](https://github.com/qwikifiers/qwik-image/commit/654968daf875fae94b3170638f3f88269e9f4d6e)) - - - -## [0.0.9](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.8...qwik-image-0.0.9) (2024-04-23) +- copy README.md inside qwik-image folder ([654968d](https://github.com/qwikdev/qwik-image/commit/654968daf875fae94b3170638f3f88269e9f4d6e)) +## [0.0.9](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.8...qwik-image-0.0.9) (2024-04-23) ### Bug Fixes -* add type import in package.json ([#9](https://github.com/qwikifiers/qwik-image/issues/9)) ([6c3ea3f](https://github.com/qwikifiers/qwik-image/commit/6c3ea3f07be47c7fd21b9091ca3672b477f98df6)) - +- add type import in package.json ([#9](https://github.com/qwikdev/qwik-image/issues/9)) ([6c3ea3f](https://github.com/qwikdev/qwik-image/commit/6c3ea3f07be47c7fd21b9091ca3672b477f98df6)) ### Features -* add fetchpriority property ([#10](https://github.com/qwikifiers/qwik-image/issues/10)) ([172a390](https://github.com/qwikifiers/qwik-image/commit/172a390a238c79f80115b660b08cca8d2b484b30)) - - - -## [0.0.8](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.7...qwik-image-0.0.8) (2023-08-30) +- add fetchpriority property ([#10](https://github.com/qwikdev/qwik-image/issues/10)) ([172a390](https://github.com/qwikdev/qwik-image/commit/172a390a238c79f80115b660b08cca8d2b484b30)) +## [0.0.8](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.7...qwik-image-0.0.8) (2023-08-30) ### Bug Fixes -* transformedHeight calc ([#5](https://github.com/qwikifiers/qwik-image/issues/5)) ([0f6f424](https://github.com/qwikifiers/qwik-image/commit/0f6f424e2eb73c20945bcd0a1a24a4474806c45f)) - - - -## [0.0.7](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.6...qwik-image-0.0.7) (2023-06-21) +- transformedHeight calc ([#5](https://github.com/qwikdev/qwik-image/issues/5)) ([0f6f424](https://github.com/qwikdev/qwik-image/commit/0f6f424e2eb73c20945bcd0a1a24a4474806c45f)) +## [0.0.7](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.6...qwik-image-0.0.7) (2023-06-21) ### Bug Fixes -* image reactivity ([e5e0025](https://github.com/qwikifiers/qwik-image/commit/e5e002545727dd87e894d349b34158a629dc8f58)) - +- image reactivity ([e5e0025](https://github.com/qwikdev/qwik-image/commit/e5e002545727dd87e894d349b34158a629dc8f58)) +## [0.0.6](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.5...qwik-image-0.0.6) (2023-06-06) -## [0.0.6](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.5...qwik-image-0.0.6) (2023-06-06) +## [0.0.5](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.4...qwik-image-0.0.5) (2023-06-06) +## [0.0.4](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.3...qwik-image-0.0.4) (2023-05-10) +## [0.0.3](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.2...qwik-image-0.0.3) (2023-04-28) -## [0.0.5](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.4...qwik-image-0.0.5) (2023-06-06) - - - -## [0.0.4](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.3...qwik-image-0.0.4) (2023-05-10) - - - -## [0.0.3](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.2...qwik-image-0.0.3) (2023-04-28) - - - -## [0.0.2](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.1...qwik-image-0.0.2) (2023-04-23) - - +## [0.0.2](https://github.com/qwikdev/qwik-image/compare/qwik-image-0.0.1...qwik-image-0.0.2) (2023-04-23) ## 0.0.1 (2023-04-23) - ### Features -* add minor version generation ([7ffb9e4](https://github.com/qwikifiers/qwik-image/commit/7ffb9e45691741b56a9e44ecf73149a3dd7be6a9)) +- add minor version generation ([7ffb9e4](https://github.com/qwikdev/qwik-image/commit/7ffb9e45691741b56a9e44ecf73149a3dd7be6a9)) diff --git a/packages/qwik-image/package.json b/packages/qwik-image/package.json index 7dab8c3..44dadea 100644 --- a/packages/qwik-image/package.json +++ b/packages/qwik-image/package.json @@ -9,13 +9,13 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/qwikifiers/qwik-image" + "url": "https://github.com/qwikdev/qwik-image" }, "author": "gioboa", "bugs": { - "url": "https://github.com/qwikifiers/qwik-image/issues" + "url": "https://github.com/qwikdev/qwik-image/issues" }, - "homepage": "https://github.com/qwikifiers/qwik-image#readme", + "homepage": "https://github.com/qwikdev/qwik-image#readme", "exports": { ".": { "types": "./index.d.ts",