Skip to content

Commit 2105673

Browse files
committed
(#460) Upgrade choco-theme to 1.3.0
1 parent 5d56e69 commit 2105673

51 files changed

Lines changed: 2871 additions & 1724 deletions

Some content is hidden

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

CREDITS.json

Lines changed: 201 additions & 173 deletions
Large diffs are not rendered by default.

CREDITS.md

Lines changed: 75 additions & 497 deletions
Large diffs are not rendered by default.

CREDITS.pdf

-52.6 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chocolatey choco-theme 1.2.3
1+
# Chocolatey choco-theme 1.3.0
22

33
**NOTE: This project is used on Chocolatey websites and is being released for the benefit of the community. While we endeavour to help and fix issues, it will be limited to GitHub issues, discussions and pull requests when we are able to.**
44

build/credits.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface OutputJson {
3131
isPrivate: boolean;
3232
link: string;
3333
version: string;
34-
licenseLink?: string;
34+
licenseLink: string;
3535
licenseName: string;
3636
dependencies: DependencyEntry[];
3737
}
@@ -97,7 +97,7 @@ const init = async () => {
9797

9898
controlLinks (
9999
'@types/node',
100-
'22.15.33',
100+
'22.16.3',
101101
'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node'
102102
);
103103

@@ -194,7 +194,7 @@ const init = async () => {
194194
name: 'choco-theme',
195195
isPrivate: false,
196196
link: 'https://github.com/chocolatey/choco-theme',
197-
licenseLink: '',
197+
licenseLink: 'https://github.com/chocolatey/choco-theme/blob/main/LICENSE',
198198
licenseName: 'LICENSE',
199199
version: parsedPackageJson.version,
200200
dependencies: rawArray

build/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const init = async () => {
1313
const minify = process.argv.includes('--minify');
1414

1515
const banner = `/*!
16-
* choco-theme v1.2.3 (https://github.com/chocolatey/choco-theme#readme)
16+
* choco-theme v1.3.0 (https://github.com/chocolatey/choco-theme#readme)
1717
* Copyright 2020-2024 Chocolatey Software
1818
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
1919
*/`;

dist/css/boxstarter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme boxstarter v1.2.3 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme boxstarter v1.3.0 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/

dist/css/boxstarter.min.css

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

dist/css/chocolatey.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* choco-theme chocolatey v1.2.3 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme chocolatey v1.3.0 (https://github.com/chocolatey/choco-theme#readme)
44
* Copyright 2020-2024 Chocolatey Software
55
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
66
*/

dist/css/chocolatey.min.css

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)