-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WDSUS-46 - Update changelog and fix linting errors
- Loading branch information
Showing
2 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
## 1.0.0 | ||
|
||
- Update composer [`#66`](https://github.com/WebDevStudios/wd_f/pull/66) | ||
- Feature/WDSUS-41 Design System [`#50`](https://github.com/WebDevStudios/wd_f/pull/50) | ||
- Feature/WDSUS-39 Cleanup Deprecated Packages [`#49`](https://github.com/WebDevStudios/wd_f/pull/49) | ||
- Feature/WDSUS-40 fix templates [`#48`](https://github.com/WebDevStudios/wd_f/pull/48) | ||
- Bump autoprefixer from 10.4.14 to 10.4.15 [`#47`](https://github.com/WebDevStudios/wd_f/pull/47) | ||
- Feature/wdsus 38 documentation [`#45`](https://github.com/WebDevStudios/wd_f/pull/45) | ||
- 38 create a block specific build pattern so scss and css can be local to the block folder [`#44`](https://github.com/WebDevStudios/wd_f/pull/44) | ||
- Feature/cleanup [`#42`](https://github.com/WebDevStudios/wd_f/pull/42) | ||
- Feature/Fix Linting Errors [`#36`](https://github.com/WebDevStudios/wd_f/pull/36) | ||
- Add the final find and replace fix. [`#34`](https://github.com/WebDevStudios/wd_f/pull/34) | ||
- Fix / WDSUS-34 overhaul templates, ensuring proper alignment [`#35`](https://github.com/WebDevStudios/wd_f/pull/35) | ||
- Feature/wdsus 32 remove old templates and cleanup [`#24`](https://github.com/WebDevStudios/wd_f/pull/24) | ||
- Add a readme.txt with a copyright notice. [`#31`](https://github.com/WebDevStudios/wd_f/pull/31) | ||
- Add an outline for blocks [`#21`](https://github.com/WebDevStudios/wd_f/pull/21) | ||
- WDSUS-33: removes import error [`#28`](https://github.com/WebDevStudios/wd_f/pull/28) | ||
- Add logo to theme and link to it [`#23`](https://github.com/WebDevStudios/wd_f/pull/23) | ||
- Enhanced Editor Layout for Improved Frontend and Backend Experience [`#22`](https://github.com/WebDevStudios/wd_f/pull/22) | ||
- Remove the Customizer [`#19`](https://github.com/WebDevStudios/wd_f/pull/19) | ||
- Remove Critical CSS [`#18`](https://github.com/WebDevStudios/wd_f/pull/18) | ||
- Fix #14: Remove CSS styles for columns and navigation link block from theme.json [`#17`](https://github.com/WebDevStudios/wd_f/pull/17) | ||
- Feature/issue 6 multiple slashes [`#10`](https://github.com/WebDevStudios/wd_f/pull/10) | ||
- 7 wds acf blocks wp cli replacement issues [`#8`](https://github.com/WebDevStudios/wd_f/pull/8) | ||
- Hotfix/update readme [`#4`](https://github.com/WebDevStudios/wd_f/pull/4) | ||
- Update README with instructions for scaffolding blocks [`#2`](https://github.com/WebDevStudios/wd_f/pull/2) | ||
- Fix issue-1 deprecated warning for block_categories filter [`#3`](https://github.com/WebDevStudios/wd_f/pull/3) | ||
- Merge pull request #17 from WebDevStudios/fix/#14-css-issues-in-theme-json [`#14`](https://github.com/WebDevStudios/wd_f/issues/14) | ||
- updated out of date node dependencies [`b96845b`](https://github.com/WebDevStudios/wd_f/commit/b96845ba6995843c63521521662c5c4b5b0a595a) | ||
- Update lock files [`bc49d03`](https://github.com/WebDevStudios/wd_f/commit/bc49d0368455c31e6abafc0b6e0b4ff4d40c37bc) | ||
- WDS FSE Initial Commit [`ea3c439`](https://github.com/WebDevStudios/wd_f/commit/ea3c439dedb6b5cd659cc7fbd2829d8aa27a26de) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
{ | ||
"name": "wds/block-template", | ||
"name": "wds-block-template", | ||
"version": "1.0.0", | ||
"description": "A template designed to be used with @wordpress/create-block for enabling custom core blocks.", | ||
"author": { | ||
"name": "WebDevStudios", | ||
"url": "https://webdevstudios.com" | ||
}, | ||
"license": "GPL-2.0-or-later", | ||
"keywords": [ | ||
"wordpress", | ||
"create block", | ||
"block template", | ||
"wds block" | ||
], | ||
"author": { | ||
"name": "WebDevStudios", | ||
"url": "https://webdevstudios.com" | ||
"homepage": "https://github.com/WebDevStudios/wd_f", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/WebDevStudios/wd_f" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/WebDevStudios/wd_f/issues" | ||
} | ||
} |