Skip to content

Commit 4c66cb0

Browse files
committed
chore(main): release wp-project-boilerplate 0.2.0
1 parent 4f0a382 commit 4c66cb0

File tree

6 files changed

+36
-81
lines changed

6 files changed

+36
-81
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/luehrsenheinrich/wp-project-boilerplate/compare/wp-project-boilerplate-v0.1.0...wp-project-boilerplate-v0.2.0) (2025-12-14)
4+
5+
6+
### Features
7+
8+
* add copilot-instructions.md for agent onboarding ([#886](https://github.com/luehrsenheinrich/wp-project-boilerplate/issues/886)) ([1eeb4ae](https://github.com/luehrsenheinrich/wp-project-boilerplate/commit/1eeb4ae6535d389c577054e6f1340cec3f4afd9c))
9+
310
## [0.1.0](https://github.com/luehrsenheinrich/wp-project-boilerplate/compare/wp-project-boilerplate-v0.0.22...wp-project-boilerplate-v0.1.0) (2025-11-25)
411

512

package-lock.json

Lines changed: 22 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wp-project-boilerplate",
33
"title": "WordPress Project Boilerplate",
44
"slug": "lhpbp",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"description": "A base boilerplate for Luehrsen // Heinrich WordPress projects.",
77
"scripts": {
88
"build": "webpack",
@@ -73,7 +73,7 @@
7373
"postcss": "^8.5.6",
7474
"postcss-import": "^16.1.1",
7575
"postcss-loader": "^8.2.0",
76-
"postcss-preset-env": "^10.5.0",
76+
"postcss-preset-env": "^10.4.0",
7777
"raw-loader": "^4.0.2",
7878
"react-select": "^5.10.2",
7979
"request": "^2.88.2",

plugin/lhpbpp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* Author: Luehrsen // Heinrich
77
* Author URI: https://www.luehrsen-heinrich.de
88
* x-release-please-start-version
9-
* Version: 0.1.0
9+
* Version: 0.2.0
1010
* x-release-please-end
1111
* Text Domain: lhpbpp
1212
* Domain Path: /languages
13-
* Last Updated: 2025-11-25 // x-release-please-date
13+
* Last Updated: 2025-12-14 // x-release-please-date
1414
*
1515
* @package lhpbp\plugin
1616
*/

theme/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Author: Luehrsen // Heinrich
66
* Author URI: http://www.luehrsen-heinrich.de
77
* x-release-please-start-version
8-
* Version: 0.1.0
8+
* Version: 0.2.0
99
* x-release-please-end
1010
* Text Domain: lhpbpt
1111
* Domain Path: /languages
1212
* License: GPL-2.0+
1313
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
14-
* Last Updated: 2025-11-25 // x-release-please-date
14+
* Last Updated: 2025-12-14 // x-release-please-date
1515
*/

0 commit comments

Comments
 (0)