Skip to content

Commit

Permalink
Merge pull request #38 from Zwiqler94/update-version
Browse files Browse the repository at this point in the history
Update-Version
  • Loading branch information
Zwiqler94 authored Aug 3, 2024
2 parents ae12dfd + d1a3845 commit 925f680
Show file tree
Hide file tree
Showing 21 changed files with 3,964 additions and 3,024 deletions.
6 changes: 3 additions & 3 deletions .changelog-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict'
"use strict";

module.exports = {
types: [
Expand All @@ -8,11 +8,11 @@ module.exports = {
{ type: "perf", section: "Performance Improvements" },
{ type: "revert", section: "Reverts" },
{ type: "docs", section: "Documentation" },
{ type: "style", section: "Styles"},
{ type: "style", section: "Styles" },
{ type: "chore", section: "Miscellaneous Chores" },
{ type: "refactor", section: "Code Refactoring" },
{ type: "test", section: "Tests" },
{ type: "build", section: "Build System" },
{ type: "ci", section: "Continuous Integration" },
],
};
};
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "weekly"
68 changes: 26 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,50 @@
## [1.2.4](https://github.com/Zwiqler94/Username-Generator/compare/v1.2.3...v1.2.4) (2023-03-04)

# [2.0.0](https://github.com/Zwiqler94/Username-Generator/compare/v1.2.4...v2.0.0) (2024-08-03)

## [1.2.4](https://github.com/Zwiqler94/Username-Generator/compare/v1.2.3...v1.2.4) (2023-03-04)

## [1.2.3](https://github.com/Zwiqler94/Username-Generator/compare/v1.2.1...v1.2.3) (2023-03-04)


### Bug Fixes

* **versioning:** redo version script in package.json ([5022c8b](https://github.com/Zwiqler94/Username-Generator/commit/5022c8bac817e76009a2ad105076ccea7a1ce964))


- **versioning:** redo version script in package.json ([5022c8b](https://github.com/Zwiqler94/Username-Generator/commit/5022c8bac817e76009a2ad105076ccea7a1ce964))

## <small>1.2.1 (2023-03-04)</small>

* chore(release): 1.2.1 :tada: ([3c50642](https://github.com/Zwiqler94/Username-Generator/commit/3c50642))
* build(versioning): add changelog config ([5dc26c8](https://github.com/Zwiqler94/Username-Generator/commit/5dc26c8))


- chore(release): 1.2.1 :tada: ([3c50642](https://github.com/Zwiqler94/Username-Generator/commit/3c50642))
- build(versioning): add changelog config ([5dc26c8](https://github.com/Zwiqler94/Username-Generator/commit/5dc26c8))

## 1.2.0 (2023-03-04)

* chore(release): 1.2.0 :tada: ([694c596](https://github.com/Zwiqler94/Username-Generator/commit/694c596))
* build(versioning): add npmrc file ([653e845](https://github.com/Zwiqler94/Username-Generator/commit/653e845))


- chore(release): 1.2.0 :tada: ([694c596](https://github.com/Zwiqler94/Username-Generator/commit/694c596))
- build(versioning): add npmrc file ([653e845](https://github.com/Zwiqler94/Username-Generator/commit/653e845))

## <small>1.1.1 (2023-03-04)</small>

* 1.1.1 ([d548382](https://github.com/Zwiqler94/Username-Generator/commit/d548382))
* build(versioning): add version npm script ([2f93f83](https://github.com/Zwiqler94/Username-Generator/commit/2f93f83))


- 1.1.1 ([d548382](https://github.com/Zwiqler94/Username-Generator/commit/d548382))
- build(versioning): add version npm script ([2f93f83](https://github.com/Zwiqler94/Username-Generator/commit/2f93f83))

## 1.1.0 (2023-03-04)

* add changelog ([d1723e0](https://github.com/Zwiqler94/Username-Generator/commit/d1723e0))
* chore(changelog): add changelog ([e9336d5](https://github.com/Zwiqler94/Username-Generator/commit/e9336d5))
* build(deps): update dependencies ([8dcd5ae](https://github.com/Zwiqler94/Username-Generator/commit/8dcd5ae))
* build(deps): update dependencies ([6699d1a](https://github.com/Zwiqler94/Username-Generator/commit/6699d1a))


- add changelog ([d1723e0](https://github.com/Zwiqler94/Username-Generator/commit/d1723e0))
- chore(changelog): add changelog ([e9336d5](https://github.com/Zwiqler94/Username-Generator/commit/e9336d5))
- build(deps): update dependencies ([8dcd5ae](https://github.com/Zwiqler94/Username-Generator/commit/8dcd5ae))
- build(deps): update dependencies ([6699d1a](https://github.com/Zwiqler94/Username-Generator/commit/6699d1a))

## 1.0.0 (2023-01-01)

* finish initial release ([e73f4d0](https://github.com/Zwiqler94/Username-Generator/commit/e73f4d0))
* fix(cors): enable cors properly ([e631d2e](https://github.com/Zwiqler94/Username-Generator/commit/e631d2e))
* fix(deploy): remove incorrect middleware and deploy without bad env vars ([4cfca05](https://github.com/Zwiqler94/Username-Generator/commit/4cfca05))
* fix(deploy): remove incorrect middleware and deploy without bad env vars ([16c417e](https://github.com/Zwiqler94/Username-Generator/commit/16c417e))
* feature(errors): add error handler pt. 2 ([5276085](https://github.com/Zwiqler94/Username-Generator/commit/5276085))


- finish initial release ([e73f4d0](https://github.com/Zwiqler94/Username-Generator/commit/e73f4d0))
- fix(cors): enable cors properly ([e631d2e](https://github.com/Zwiqler94/Username-Generator/commit/e631d2e))
- fix(deploy): remove incorrect middleware and deploy without bad env vars ([4cfca05](https://github.com/Zwiqler94/Username-Generator/commit/4cfca05))
- fix(deploy): remove incorrect middleware and deploy without bad env vars ([16c417e](https://github.com/Zwiqler94/Username-Generator/commit/16c417e))
- feature(errors): add error handler pt. 2 ([5276085](https://github.com/Zwiqler94/Username-Generator/commit/5276085))

## <small>0.1.1 (2023-01-01)</small>

* error handling ([0137384](https://github.com/Zwiqler94/Username-Generator/commit/0137384))
* Initial commit ([843995b](https://github.com/Zwiqler94/Username-Generator/commit/843995b))
* feature(errors): add error handler ([0324444](https://github.com/Zwiqler94/Username-Generator/commit/0324444))
* feature(errors): add error handler ([bebfd24](https://github.com/Zwiqler94/Username-Generator/commit/bebfd24))
* fix(api): allow special characters to be absent ([c2f1f3a](https://github.com/Zwiqler94/Username-Generator/commit/c2f1f3a))
* fix(api): allow usernames request to skip special characters ([ac11a62](https://github.com/Zwiqler94/Username-Generator/commit/ac11a62))
* chore(init): initial push ([972b623](https://github.com/Zwiqler94/Username-Generator/commit/972b623))
* chore(init): initial push part 2 ([d17388c](https://github.com/Zwiqler94/Username-Generator/commit/d17388c))



- error handling ([0137384](https://github.com/Zwiqler94/Username-Generator/commit/0137384))
- Initial commit ([843995b](https://github.com/Zwiqler94/Username-Generator/commit/843995b))
- feature(errors): add error handler ([0324444](https://github.com/Zwiqler94/Username-Generator/commit/0324444))
- feature(errors): add error handler ([bebfd24](https://github.com/Zwiqler94/Username-Generator/commit/bebfd24))
- fix(api): allow special characters to be absent ([c2f1f3a](https://github.com/Zwiqler94/Username-Generator/commit/c2f1f3a))
- fix(api): allow usernames request to skip special characters ([ac11a62](https://github.com/Zwiqler94/Username-Generator/commit/ac11a62))
- chore(init): initial push ([972b623](https://github.com/Zwiqler94/Username-Generator/commit/972b623))
- chore(init): initial push part 2 ([d17388c](https://github.com/Zwiqler94/Username-Generator/commit/d17388c))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Username-Generator
# Username-Generator
8 changes: 8 additions & 0 deletions functions/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
24 changes: 0 additions & 24 deletions functions/.eslintrc.js

This file was deleted.

5 changes: 5 additions & 0 deletions functions/.prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import * as config from "gts/.prettierrc.json" with { type: "json" };

export default {
...config,
};
42 changes: 42 additions & 0 deletions functions/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
import globals from "globals";
import tsParser from "@typescript-eslint/parser";
import path from "node:path";
import { fileURLToPath } from "node:url";
import js from "@eslint/js";
import { FlatCompat } from "@eslint/eslintrc";
import { fixupConfigRules } from "@eslint/compat";

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname,
recommendedConfig: js.configs.recommended,
allConfig: js.configs.all,
});

export default [
{
ignores: ["lib/**/*", "*.DS_Store"],
},
...fixupConfigRules(
compat.extends(
"eslint:recommended",
"./node_modules/gts",
"plugin:@typescript-eslint/recommended",
),
),
{
languageOptions: {
globals: {
...globals.node,
},

parser: tsParser,
},

rules: {
quotes: ["error", "double"],
"import/no-unresolved": 0,
},
},
];
Loading

0 comments on commit 925f680

Please sign in to comment.