Skip to content

Commit d961ff0

Browse files
build(release): 1.0.0
1 parent ff94ea4 commit d961ff0

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2021-09-07)
6+
7+
8+
### Features
9+
10+
* add a script to archive the theme in a zip file ([289f307](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/289f3075f99dfcdef95d3404b41a7589370c56a8))
11+
* add a script to generate a screenshot with correct dimensions ([f0df96e](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/f0df96eb1259fb518f3b116e610074c0f034f91d))
12+
* add a script to generate the .pot file for translation ([296abc9](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/296abc920e18d2d920276716acb4880b524003a6))
13+
* add an init script to search and replace placeholders ([a2d9f68](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/a2d9f68ba1b8dfbfbd8370501a2feedc41697eef))
14+
* add browserslist config ([07fb9b4](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/07fb9b4a3885bf21a34c6a74b9aaf9067ab2474f))
15+
* add ESlint, Prettier, Stylelint configs and lint/fix npm scripts ([762cc94](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/762cc9457043e41d2cbb94eebde0252d77000ced))
16+
* add PHPCS to lint/fix PHP files ([ae3e5f8](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/ae3e5f87faf237443a7c7b5e686244b238c1b2e8))
17+
* add scripts to bump some files automatically when calling release ([8def69e](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/8def69ef39925149d8b1537b6660acf834ef6053))
18+
* add source folder with SCSS 7-1 pattern and modern-normalize ([7d36308](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/7d36308d966fc183ad2800ca0c54f1546fe401d0))
19+
* add standard-version, commitlint, lint-staged and husky ([d083619](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/d083619b46630292b7f42ec944540faba7859ca5))
20+
* add webpack confuration for CSS, JS, fonts and images ([dfff417](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/dfff417497f8e1be35896c6c29a2360280a50e10))
21+
* generate a RTL version for each CSS files ([25b359f](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/25b359fa5006f045b5aec2c1899a36fc44848c78))
22+
23+
24+
### Changed
25+
26+
* add both readme version and license ([381435f](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/381435fdf856bec44fbb7f004867950501100cea))
27+
* add PHP templates ([0e8150f](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/0e8150f4e7cb0b2342df4314d6dbc83c52663ca3))
28+
* initial commit ([b48eed8](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/b48eed83e26c23bd2dd673cd96644bb4b4a24541))
29+
* use dotenv to load stylesheets or webpack scripts ([090df66](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/090df66df5ca6758eac88ce1de1746a5f3779044))
30+
31+
32+
### Docs
33+
34+
* update README with features, instructions, tips and other notes ([ff94ea4](https://github.com/boilerplates-collection/wordpress-theme-webpack/commit/ff94ea4e7cca04f4f8e50855ddfb3e12be813073))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wordpress-theme-webpack",
33
"description": "A WordPress boilerplate to develop themes with webpack.",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"license": "GPL-2.0-or-later",
66
"author": {
77
"name": "Armand Philippot",

0 commit comments

Comments
 (0)