Commit graph

1484 commits

Author SHA1 Message Date
1ccdfc2e82 build: 🔖 add dev semantic prerelease
Added semantic release job for dev branch
2023-05-29 17:31:17 +02:00
a8377d00ff fix: 🔖 forgot to update version in package.json
I had forgot update version in package.json, this is not something affecting code, it just makes the update look better, even tho it still would got a version above 2.0.0
2023-05-29 17:31:17 +02:00
ce7d3d8695 fix: 🚚 rename quote to quotes
Renamed /quote to /quotes
2023-05-29 17:31:17 +02:00
a2e1fa7a98 feat: add quote feature
Now users can post quotes about each other if guild has enabled it!
2023-05-29 17:31:17 +02:00
21a5cd3eab fix: 🚸 change to ephermal cooldown messages
Changed to using ephemeral messages for cooldowns, so users are not spamming others by cooldown messages
2023-05-29 17:31:17 +02:00
3cf88abfd0 feat: 🗃️ add createdAt & updatedAt fields for Cooldowns
Added timestamps for when a cooldown was created and last time updated
2023-05-29 17:31:17 +02:00
semantic-release-bot
41af2032ac chore(release): 1.4.5 [skip ci]
## [1.4.5](https://github.com/ZynerOrg/xyter/compare/v1.4.4...v1.4.5) (2023-05-28)

### Bug Fixes

* **deps:** update dependency winston to v3.9.0 ([022a295](022a295f91))
2023-05-28 14:19:28 +00:00
a1f7572bb5
Merge pull request #630 from ZynerOrg/renovate/winston-3.x-lockfile
fix(deps): update dependency winston to v3.9.0
2023-05-28 16:18:49 +02:00
f4ec0cfe9e
Merge pull request #628 from ZynerOrg/renovate/actions-setup-node-3.x
chore(deps): update actions/setup-node action to v3
2023-05-28 16:18:42 +02:00
eeba627688
Merge pull request #627 from ZynerOrg/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2023-05-28 16:18:36 +02:00
c3b962a09f
Merge pull request #626 from ZynerOrg/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2023-05-28 16:18:28 +02:00
b72d56f58f
Merge pull request #631 from ZynerOrg/renovate/major-semantic-release-monorepo
chore(deps): update semantic-release monorepo (major)
2023-05-28 16:18:10 +02:00
591658856d
Update .releaserc 2023-05-28 16:14:25 +02:00
renovate[bot]
5f18145e22
chore(deps): update semantic-release monorepo 2023-05-28 14:13:04 +00:00
c383919188
Update package.json 2023-05-28 16:13:01 +02:00
renovate[bot]
78486435e0
chore(deps): update actions/setup-node action to v3 2023-05-28 14:12:56 +00:00
renovate[bot]
2eea5d1ba8
chore(deps): update actions/checkout action to v3 2023-05-28 14:12:53 +00:00
renovate[bot]
00ee3766cb
chore(deps): update actions/cache action to v3 2023-05-28 14:12:49 +00:00
renovate[bot]
022a295f91
fix(deps): update dependency winston to v3.9.0 2023-05-28 14:12:44 +00:00
ae66108de5
Merge pull request #629 from ZynerOrg/dev
Version 2.0.0
2023-05-28 16:12:16 +02:00
af9e48a8eb Version 2.0.0 2023-05-28 16:06:21 +02:00
bbdf359dd7 Improve discord subcommand descriptions 2023-01-26 18:43:30 +01:00
2d5182f840 Remove commented code 2023-01-26 18:43:30 +01:00
c19a1d8653 Improve structure subcommands utils 2023-01-26 18:43:30 +01:00
9eb3dacc5c Improved structure of single file events 2023-01-26 18:43:30 +01:00
672abc44bd More refactoring 2023-01-26 18:43:30 +01:00
aea3dfd365 refactoring 2023-01-26 18:43:30 +01:00
cc8a3b9b3c
Update docker-image.yml 2023-01-22 00:42:03 +01:00
semantic-release-bot
06fd6d668c chore(release): 1.4.4 [skip ci]
## [1.4.4](https://github.com/ZynerOrg/xyter/compare/v1.4.3...v1.4.4) (2023-01-21)

### Bug Fixes

* 💥 fix breaking changes ([89404de](89404de116)), closes [#588](https://github.com/ZynerOrg/xyter/issues/588) [#596](https://github.com/ZynerOrg/xyter/issues/596)
2023-01-21 18:12:22 +00:00
semantic-release-bot
31e2e09cb2 chore(release): 1.4.4-next.1 [skip ci]
## [1.4.4-next.1](https://github.com/ZynerOrg/xyter/compare/v1.4.3...v1.4.4-next.1) (2023-01-21)

### Bug Fixes

* 💥 fix breaking changes ([2932788](2932788b76)), closes [#588](https://github.com/ZynerOrg/xyter/issues/588) [#596](https://github.com/ZynerOrg/xyter/issues/596)
2023-01-21 19:09:23 +01:00
deepsource-autofix[bot]
61f7cf8c65 Format code with prettier 2023-01-21 19:09:23 +01:00
89404de116 fix: 💥 fix breaking changes
Fixed some bugs and added nix development flake

#588 #596 This release also has breaking changes that will need you to replace your docker-compose.yml and .env with the ones included in this release
2023-01-21 19:09:23 +01:00
72ac9d3895 fix issue #596 2023-01-21 19:09:23 +01:00
02b3987dd8 ignore docker compose override file 2023-01-21 19:09:23 +01:00
6b1eb44fad improve user experience 2023-01-21 19:09:23 +01:00
d19a3af6a3 fix issue #588 2023-01-21 19:09:23 +01:00
034a8abb69 fix nix devshell 2023-01-21 19:09:23 +01:00
renovate[bot]
a76655e910 chore(deps): update dependency eslint-plugin-import to v2.27.4 2023-01-21 19:09:23 +01:00
dependabot[bot]
6d8fe06283 build(deps): bump luxon from 1.28.0 to 1.28.1
Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-21 19:09:23 +01:00
renovate[bot]
d3fa9c45a8 chore(deps): update dependency prettier to v2.8.2 2023-01-21 19:09:23 +01:00
renovate[bot]
901d9c22ae chore(deps): update dependency semantic-release to v20 2023-01-21 19:09:23 +01:00
renovate[bot]
2a4db2a148 chore(deps): update dependency lint-staged to v13.1.0 2023-01-21 19:09:23 +01:00
dependabot[bot]
f376598089 build(deps): bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 09:59:14 +01:00
597f834e1b build: add release notes
Added release notes for new versions
2022-12-30 10:53:43 +01:00
41c8bf8f29
Update docker-compose.yml 2022-12-25 21:37:35 +01:00
semantic-release-bot
291e1c34b7 chore(release): 1.4.3 [skip ci] 2022-12-25 20:35:57 +00:00
d643879b46
Update package.json 2022-12-25 21:35:00 +01:00
semantic-release-bot
7b3e56c976 chore(release): 1.4.3-next.1 [skip ci] 2022-12-25 21:29:33 +01:00
28f8c38344 fixup 2022-12-25 21:29:33 +01:00
0c65e3a6f8 ci: 👷 add latest tag & fix pull request actions 2022-12-25 21:29:33 +01:00