Skip to content

Commit

Permalink
Merge pull request #90 from tojeiro-me/dev/v1.3.3/update/001
Browse files Browse the repository at this point in the history
Dev/v1.3.3/update/001
  • Loading branch information
tojeiro-me authored Jul 8, 2023
2 parents 9bba9f5 + 7d80ffc commit 6d09ca4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# v1.3.2 (Jul 08, 2023)
# v1.3.3 (Jul 08, 2023)

- Updated: README
- Updated: 404.html (minimal tags)
- Updated: snippet version
- Updated: comments
- Updated: dependencies
- Updated: README Start section

---

# Releases:

## v1.3.2 (Jul 08, 2023)

- Updated: README
- Updated: 404.html (minimal tags)
- Updated: snippet version
- Updated: comments

## v1.3.1 (Jul 06, 2023)

- Updated: Boilerplate comments
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The HTML boilerplate was the start of the [Plasttic Workflow](https://github.com

```
(cd into your projects folder)
npx create-plasttic
cd project-name
npx create-plasttic-boilerplate
cd <project-name>
```

1. Download
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasttic-boilerplate",
"version": "1.3.2",
"version": "1.3.3",
"description": "Plasttic HTML Boilerplate: A complete HTML starter template",
"author": "Goncalo Tojeiro <[email protected]> (https://tojeiro.me)",
"homepage": "https://github.com/tojeiro-me/Plasttic-boilerplate",
Expand Down Expand Up @@ -33,6 +33,6 @@
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8"
"prettier": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Plasttic HTML Boilerplate v1.3.2 | MIT License | https://plasttic.dev/ -->
<!doctype html>
<!-- Plasttic HTML Boilerplate v1.3.3 | MIT License | https://plasttic.dev/ -->
<!-- TODO: language -->
<!--
Format language-COUNTRY (country is optional)
Expand Down Expand Up @@ -215,7 +215,7 @@
<!--? Focusable target for Top of Page (optional) -->
<a id="top"></a>
<!------------ START: WEBSITE CONTENT ------------->
<h1>Hello from Plasttic &#128075; <br />Insert website...</h1>
<h1>Hello from Plasttic 🖖 <br />Insert website...</h1>
<!------------ END: WEBSITE CONTENT ------------->
</body>
</html>

0 comments on commit 6d09ca4

Please sign in to comment.