Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Removed Example Files
Browse files Browse the repository at this point in the history
- **Ops**: Removed the example project pushed in the last version
  • Loading branch information
burgil committed Oct 20, 2024
1 parent 6c6e4a0 commit 2b5fdc1
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 1,018 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### Version 1.7.2 - Removed Example Files

- **Ops**: Removed the example project pushed in the last version

### Version 1.6.9 - Fixed Installation Command

- **No more outdated versions**: The `deno run jsr:` command was using the old version you have cached and there is no `@latest` flag so the `bump.ts` script will now take care of this
Expand Down
2 changes: 1 addition & 1 deletion bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const bump_files: {
search: '"version": "{currentVersion}"',
replacement: '"version": "{newVersion}"',
}],
"README.md": [
"CHANGELOG.md": [
{
search: '## Changelog',
replacement: '## Changelog\n\n### Version {newVersion} - {updateTitle}\n\n- **{mainDescription}**: {secondaryDescription}',
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supeprojects/supe-project-creator",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"exports": "./index.ts",
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function SupeProjectCreator(argv: string[]): void {
// Variables:
let CleanProject = true;
let projectName = '';
const supeVersion = '1.7.1';
const supeVersion = '1.7.2';
const supeVersionDate = '2024-10-16';
let runtime = '';
runtime = 'deno'; // WIP
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supeprojects/supe-project-creator",
"version": "1.7.1",
"version": "1.7.2",
"exports": "./index.ts",
"license": "MIT"
}
175 changes: 0 additions & 175 deletions my-supe-project/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions my-supe-project/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions my-supe-project/hotreload/client.ts

This file was deleted.

31 changes: 0 additions & 31 deletions my-supe-project/hotreload/config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions my-supe-project/hotreload/refresh.ts

This file was deleted.

54 changes: 0 additions & 54 deletions my-supe-project/hotreload/server.ts

This file was deleted.

Loading

0 comments on commit 2b5fdc1

Please sign in to comment.