Skip to content

Commit

Permalink
Merge branch 'main' of github.com:inpyjamas/p5-starter-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 3, 2024
2 parents c2fac3d + c89ca22 commit 05d40d2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/inpyjamas/p5-starter-kit/compare/v1.1.0...v1.1.1) (2024-12-03)


### Bug Fixes

* Add padding for mobile view ([3e76f8d](https://github.com/inpyjamas/p5-starter-kit/commit/3e76f8d669269568de8cee4378abe9d2ff1cd453))

# [1.1.0](https://github.com/inpyjamas/p5-starter-kit/compare/v1.0.1...v1.1.0) (2024-12-03)


Expand Down
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
@@ -1,7 +1,7 @@
{
"name": "@inpyjamas/p5kit",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>inpyjamas/renovate-config"
]
}

0 comments on commit 05d40d2

Please sign in to comment.