Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #82

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 13, 2022

🤖 I have created a release beep boop

1.0.0 (2022-08-15)

⚠ BREAKING CHANGES

Features

  • add .prettierignore and ignore README.md (7ae5ecf)
  • Add castings for res (2697e35)
  • Add DefinetlyDefined type, more todo statements (c8c0c84)
  • add discord.js as a peerDependency instead (b3ed8da)
  • add docs/ to npmignore (f90342d)
  • add externallyUsed.ts and support BothCommands again (fc81bfc)
  • add feature-request.md (#92) (0d6e592)
  • add frontmatter (#95) (75a6a04)
  • Add messageComponent handler (d29298c)
  • add version.txt (4fea383)
  • added conventional commits (741cf13)
  • Added SECURITY file & formatted some TypeScript code (779011a)
  • adding better typings, refactoring (99e2a99)
  • Adding docs to some data structures, moving to default from export files (0ae541d)
  • adding modal and autocomplete support (77856ce)
  • adding refactoring for repetitive event plugin processing (475b073)
  • Adding sern event listeners, overriding and typing methods (115d1a4)
  • Adding TextInput map & starting event plugins for message components (6ac9720)
  • Aliases optional (430315a)
  • better looking typings for modules (53bc080)
  • broadening EventPlugin default generic type, reformat with prettier (88dcdee)
  • CodeQL (7012da6)
  • delete partition.ts (f6d584c)
  • Edited event names for more conciseness, finished basic event emitters (3f64a8a)
  • finished interactionCreate.ts handling? (need test) (97907b7)
  • finishing autocomplete!! (d63423c)
  • finishing optionData for autocomplete changes, adding class for builder (b08eebf)
  • Finishing up autocomplete, need to test (d50b801)
  • fix duplicate (c5bd941)
  • handler: adding higher-order-function wrappers to increase readability and shorten code (0f0b0fb)
  • handler: command plugins work?! (70bd12d)
  • handler: progress on event plugins (2f61399)
  • higherorders.ts: a new function that acts as a command options builder (651009c)
  • improve quality of code, refactorings, QOL intellisense (#64) (e71b63d)
  • Improved TypeScript experince (dad3042)
  • interactionCreate.ts refactoring (c4e8e51)
  • Making name required in auto cmp interactions (ac8a2f4)
  • move name and description out of OptionsData[] (93942bd)
  • Optional plugins to reduce bloat (2b81d53)
  • prefix: make defaultPrefix optional (f6b88dc)
  • readme.md: added basic command examples (63b2d3a)
  • remove comments about prev commit (a220949)
  • remove copyright bloat (48737ef)
  • remove externallyUsed.ts (3dec347)
  • Revamp Docs (#47) (163e48f)
  • sern.ts: adding logging instead of large complaining messages from bot (00a5fa4)
  • sern.ts: beginning to add new basic logger system (ef9d53e)
  • sern.ts: changed how module is passed around, now has name property at runtime (40fb723)
  • sern.ts: changing default value of args in text based cmd to string[], from string (1397974)
  • sern.ts: changing default value of args in text based cmd to string[], from string (e0541f7)
  • sern.ts: changing text-based command parser fn value to string[] (b11f999)
  • sern.ts: renaming Module.delegate to Module.execute (8702876)
  • should be able to register other nodejs event emitters (b8cda35)
  • shrink package size, improve dev deps, esm and cjs support (#98) (74378f0)
  • update example (0da1b5a)
  • Updated Readme design (369586f)

Bug Fixes

  • accidentally imported wildcard from wrong place & namespace (8782cad)
  • autocomplete in nested form (#97) (70d7bdb)
  • Change discord server link (#62) (e677ce0)
  • codeql-analysis.yml: Fixed autobuild issue on some TS files & deleted more unused comments (e51c7ff)
  • crash on collectors (#89) (a0587f5)
  • crash on collectors pt (7da7bff)
  • didn't run prettier, now i am (6c144de)
  • Fix return type of sernModule (cf85a5d)
  • Fixed renovate warning (#77) (76c4333)
  • Fixed typo in Security.md (c35def9)
  • handler.ts: added the changes of Module.execute to type delegate (now type execute) (f062a33)
  • linting issue in markup.ts (dac665d)
  • Non-exhaustiveness led to commands not registering readyEvent.ts (b266508)
  • prettier changes again (d5bb992)
  • prettier wants lf line ending (571a804)
  • sern.ts: checking ctx instanceof Message always returned false (7166947)
  • Standard for of does not resolve promises. Switched to for await (66b9f51)
  • utilexports.ts: forgot to remove the deleted feat of option builder (1cff46c)

Reverts


This PR was generated with Release Please. See documentation.

@EvolutionX-10
Copy link
Member

There's something about this I forgot to tell
It automatically decides what version to update
since we are at 1.1.0-beta, I don't have clue as to why it takes 1.0.0, but you'll need to search if manual version is possible or not

@jacoobes
Copy link
Member

There's something about this I forgot to tell It automatically decides what version to update since we are at 1.1.0-beta, I don't have clue as to why it takes 1.0.0, but you'll need to search if manual version is possible or not

Yeah, there is this https://github.com/googleapis/release-please#how-do-i-change-the-version-number, but other than that, i guess release please only releases without the beta tag?

@github-actions github-actions bot force-pushed the release-please--branches--main--components--release-please-action branch 2 times, most recently from 7bd97a5 to f1119fa Compare July 14, 2022 22:11
@jacoobes
Copy link
Member

i will try another day. i switched to simple release type
image
api rate limit hit

@github-actions github-actions bot force-pushed the release-please--branches--main--components--release-please-action branch from f1119fa to 65ef4a4 Compare July 15, 2022 00:21
@EvolutionX-10
Copy link
Member

There's something about this I forgot to tell It automatically decides what version to update since we are at 1.1.0-beta, I don't have clue as to why it takes 1.0.0, but you'll need to search if manual version is possible or not

Yeah, there is this googleapis/release-please#how-do-i-change-the-version-number, but other than that, i guess release please only releases without the beta tag?

Hmm I didn't notice that, If I saw it I wouldn't have pushed CLI to 0.4.1 💀
Anyways, I also don't think it supports beta tag, I'd say we can use it for stable releases
And setup (at)dev tag and publish to npm on every push, while a stable things using release please (stable branch maybe? I'm thinking to do that, will do later)
PS: I don't wanna enable my account for some time more, keeping it disabled helps me stay away from discord and coding lol

@Murtatrxx
Copy link
Member

Lmao why this thing is decided to create a release lol

@EvolutionX-10
Copy link
Member

Becuz seren made it on push event initially and the workflow was triggered

@Murtatrxx
Copy link
Member

So no release?

@jacoobes
Copy link
Member

Will probably wait till non beta version and then release. Release-please doesn't track beta versions

@EvolutionX-10 EvolutionX-10 force-pushed the release-please--branches--main--components--release-please-action branch from 65ef4a4 to 4070e0d Compare August 7, 2022 10:15
@github-actions github-actions bot force-pushed the release-please--branches--main--components--release-please-action branch from 4070e0d to 98e9391 Compare August 8, 2022 04:12
@EvolutionX-10 EvolutionX-10 force-pushed the release-please--branches--main--components--release-please-action branch from 37874d6 to 9467e3d Compare August 11, 2022 05:41
@github-actions github-actions bot force-pushed the release-please--branches--main--components--release-please-action branch from 9467e3d to 54b8220 Compare August 15, 2022 15:50
@jacoobes jacoobes merged commit 21a4387 into main Aug 15, 2022
@github-actions
Copy link
Contributor Author

@Murtatrxx Murtatrxx deleted the release-please--branches--main--components--release-please-action branch August 21, 2022 19:36
@jacoobes
Copy link
Member

jacoobes commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants