Skip to content

Commit 4887de8

Browse files
Nikola HristovNikola Hristov
authored andcommitted
Maintain/v0.1.6
1 parent 1544cec commit 4887de8

114 files changed

Lines changed: 1643 additions & 1543 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
## 0.1.6
22

3+
### Add
4+
5+
- Added new Auto workflow for automated scheduled commits
6+
- Added Dependabot ignore rule for `tailwindcss@^4.0.0` in NPM environment
7+
8+
### Change
9+
10+
- Updated dependencies:
11+
- Bump `@octokit/core` from 6.1.3 to 6.1.4
12+
- Bump `commander` from 13.0.0 to 13.1.0
13+
- Bump `deepmerge-ts` from 7.1.3 to 7.1.5
14+
- Bump `zod` from 3.24.1 to 3.24.2
15+
- Bump `@octokit/types` from 13.6.2 to 13.10.0
16+
- Bump `@playform/build` from 0.2.1 to 0.2.2
17+
- Bump `@types/node` from 22.10.5 to 22.14.0
18+
- Updated GitHub Actions:
19+
- Bump `cloudflare/wrangler-action` from v3.13.0 to v3.14.1 in
20+
`Cloudflare.ts`
21+
- Bump `actions/setup-node` from v4.1.0 to v4.3.0 in `Node.ts` and `NPM.yml`
22+
- Bump `actions/upload-artifact` from v4.5.0 to v4.6.2 in `Node.ts`
23+
- Bump `actions/cache` from v4.2.0 to v4.2.3 in `Rust.ts`
24+
- Bump `github/codeql-action` from v3.27.6 to v3.28.13 in `codeql.yml`
25+
- Bump `pozil/auto-assign-issue` from v2.0.1 to v2.2.0 in `GitHub.yml`
26+
- Bump `dependabot/fetch-metadata` from v2.2.0 to v2.3.0 in
27+
`InnerDependabot.yml`
28+
- Bump `pnpm/action-setup` from v4.0.0 to v4.1.0 in `codeql.yml` and
29+
`Node.yml`
30+
- Refactored imports to use Node.js core module protocol (`node:path`,
31+
`node:fs/promises`)
32+
- Improved repository pagination handling in `Dispatch` command
33+
- Renamed command parameters from `[repositories...]` to `[Repositories...]`
34+
- Changed default branch reference from `main` to `Current` in workflow
35+
dispatches
36+
- Updated shebang in `Action.sh` to use `/usr/bin/env bash` for better
37+
portability
38+
339
## 0.1.5
440

541
### Change

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="

docs/assets/icons.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/main.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)