Skip to content

Commit ce7123d

Browse files
Merge pull request #465 from st3phhays/release/1.2.3
(#440) Dynamic Code Block Cookies
2 parents b36f9b8 + ca29dc9 commit ce7123d

Some content is hidden

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

51 files changed

+646
-609
lines changed

CREDITS.md

Lines changed: 359 additions & 363 deletions
Large diffs are not rendered by default.

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.2
1+
# Chocolatey choco-theme 1.2.3
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/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.2 (https://github.com/chocolatey/choco-theme#readme)
16+
* choco-theme v1.2.3 (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
*/`;

credits.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-theme",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"dependencies": [
55
{
66
"name": "@eonasdan/tempus-dominus",
@@ -16,7 +16,7 @@
1616
{
1717
"name": "@eslint/js",
1818
"link": "https://github.com/eslint/eslint",
19-
"version": "9.28.0",
19+
"version": "9.29.0",
2020
"licenses": [
2121
{
2222
"type": "MIT",
@@ -90,7 +90,7 @@
9090
{
9191
"name": "@types/node",
9292
"link": "https://github.com/DefinitelyTyped/DefinitelyTyped",
93-
"version": "22.15.31",
93+
"version": "22.15.32",
9494
"licenses": [
9595
{
9696
"type": "MIT",
@@ -222,7 +222,7 @@
222222
{
223223
"name": "eslint",
224224
"link": "https://github.com/eslint/eslint",
225-
"version": "9.28.0",
225+
"version": "9.29.0",
226226
"licenses": [
227227
{
228228
"type": "MIT",
@@ -387,7 +387,7 @@
387387
{
388388
"name": "postcss",
389389
"link": "https://github.com/postcss/postcss",
390-
"version": "8.5.4",
390+
"version": "8.5.6",
391391
"licenses": [
392392
{
393393
"type": "MIT",
@@ -475,7 +475,7 @@
475475
{
476476
"name": "stylelint",
477477
"link": "https://github.com/stylelint/stylelint",
478-
"version": "16.20.0",
478+
"version": "16.21.0",
479479
"licenses": [
480480
{
481481
"type": "MIT",
@@ -552,7 +552,7 @@
552552
{
553553
"name": "tsx",
554554
"link": "https://github.com/privatenumber/tsx",
555-
"version": "4.19.4",
555+
"version": "4.20.3",
556556
"licenses": [
557557
{
558558
"type": "MIT",
@@ -574,7 +574,7 @@
574574
{
575575
"name": "typescript-eslint",
576576
"link": "https://github.com/typescript-eslint/typescript-eslint",
577-
"version": "8.34.0",
577+
"version": "8.34.1",
578578
"licenses": [
579579
{
580580
"type": "MIT",

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.2 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme boxstarter v1.2.3 (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.2 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme chocolatey v1.2.3 (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.

dist/css/zendesk.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 zendesk v1.2.2 (https://github.com/chocolatey/choco-theme#readme)
3+
* choco-theme zendesk v1.2.3 (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/zendesk.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)