mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 22:58:12 -05:00
@@ -1,7 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.0.0 (December 6, 2023)
|
## 9.0.1 (April 11, 2023)
|
||||||
|
- Fixed tests on Windows, adds Windows Testing Action [#3110](https://github.com/h5bp/html5-boilerplate/pull/3110)
|
||||||
|
- Add og:image:alt for accessibility [#3066](https://github.com/h5bp/html5-boilerplate/pull/3066)
|
||||||
|
- Upgrade to Gulp 5 [#3100](https://github.com/h5bp/html5-boilerplate/pull/3100) [#3105](https://github.com/h5bp/html5-boilerplate/pull/3105)
|
||||||
|
- ci: Use GITHUB_OUTPUT envvar instead of set-output command [#3068](https://github.com/h5bp/html5-boilerplate/pull/3068)
|
||||||
|
- Readme and Changelog updates [#3055](https://github.com/h5bp/html5-boilerplate/pull/3055) [#3057](https://github.com/h5bp/html5-boilerplate/pull/3057) [#3064](https://github.com/h5bp/html5-boilerplate/pull/3064)
|
||||||
|
|
||||||
|
|
||||||
|
## 9.0.0 (December 6, 2023)
|
||||||
- Removing tile images [#3023](https://github.com/h5bp/html5-boilerplate/pull/3023)
|
- Removing tile images [#3023](https://github.com/h5bp/html5-boilerplate/pull/3023)
|
||||||
- Add Prettier [#3011](https://github.com/h5bp/html5-boilerplate/pull/3011)
|
- Add Prettier [#3011](https://github.com/h5bp/html5-boilerplate/pull/3011)
|
||||||
- Remove Modernizr [#3002](https://github.com/h5bp/html5-boilerplate/issues/3002)
|
- Remove Modernizr [#3002](https://github.com/h5bp/html5-boilerplate/issues/3002)
|
||||||
|
|||||||
2
dist/css/style.css
vendored
2
dist/css/style.css
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*! HTML5 Boilerplate v9.0.0 | MIT License | https://html5boilerplate.com/ */
|
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
|
||||||
|
|
||||||
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
|
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
|
||||||
/*
|
/*
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "html5-boilerplate",
|
"name": "html5-boilerplate",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "html5-boilerplate",
|
"name": "html5-boilerplate",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"archiver": "^7.0.1",
|
"archiver": "^7.0.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "html5-boilerplate",
|
"name": "html5-boilerplate",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"homepage": "https://html5boilerplate.com/",
|
"homepage": "https://html5boilerplate.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
|
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
|
||||||
|
|||||||
Reference in New Issue
Block a user