Skip to content

Commit

Permalink
--- v1.3.0 ---
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Mar 16, 2024
1 parent 4be9322 commit 6b9569e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog



v1.3.0
------

* Create missing folders of installation target
- Close #11, Create missing folder of installation target with `--recursive` option
- Update Node.js dependency to at least v18.16
* Fix version number of installer

**Full Changelog**: https://github.com/typescriptlibs/amd/compare/v1.2.2...v1.3.0



v1.2.2
------

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ security updates.

| Version | Supported |
| ------- | --------- |
| 1.2.x | yes |
| < 1.2.0 | no |
| 1.3.x | yes |
| < 1.3.0 | no |



Expand Down
26 changes: 26 additions & 0 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
a,
a:visited {
color: #609;
}

.site-header {
border-top-color: #609;
}

.feed-subscribe {
display: none;
}


@media (prefers-color-scheme: dark) {

a,
a:visited {
color: #C9F;
}

.site-header {
border-top-color: #C9F;
}

}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"name": "@typescriptlibs/amd",
"type": "module",
"version": "1.2.2",
"version": "1.3.0",
"main": "lib/amd.js",
"types": "lib/amd.d.ts",
"bugs": "https://github.com/typescriptlibs/amd/issues",
Expand Down

0 comments on commit 6b9569e

Please sign in to comment.