Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 21, 2020
1 parent c5f3e48 commit 13090f7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A Gutenberg block starter for WebDevStudios projects. For more info on the WordP

## Requirements

- [Node LTS](https://nodejs.org/en/)
- [Composer](https://getcomposer.org/)
- [Node LTS](https://nodejs.org/en/)
- [Composer](https://getcomposer.org/)

_We highly recommend [NVM](https://github.com/nvm-sh/nvm) so you can easily switch between Node versions._

Expand All @@ -26,6 +26,7 @@ npx @webdevstudios/block WebDevStudios/TodoList
cd todo-list
npm run start
```

See [@webdevstudios/create-block](https://github.com/WebDevStudios/create-block) for more information and options.

### Manual Installation
Expand Down Expand Up @@ -88,18 +89,25 @@ Your contributions and [support tickets](https://github.com/WebDevStudios/wds-bl

## Changelog

### 1.1.1

- Fix stylesheet enqueue

### 1.1.0
- Add support for Prettier
- Add support for Stylelint
- Add `block.json`
- Improve alignment with Gutenberg's use of `@wordpress/scripts`
- Improve PHP linting via Composer
- Mention that `webpack.config.js` is optional

- Add support for Prettier
- Add support for Stylelint
- Add `block.json`
- Improve alignment with Gutenberg's use of `@wordpress/scripts`
- Improve PHP linting via Composer
- Mention that `webpack.config.js` is optional

### 1.0.0
- Add support for @wordpress/scripts `12.1.1`
- Update webpack config
- Add import statements for SCSS files

- Add support for @wordpress/scripts `12.1.1`
- Update webpack config
- Add import statements for SCSS files

### 0.0.1
- Initial block starter setup.

- Initial block starter setup.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wds-block-starter",
"version": "1.0.0",
"version": "1.1.1",
"description": "A block starter for WebDevStudios projects.",
"author": "WebDevStudios",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion wds-block-starter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A block starter for WebDevStudios projects.
* Author: WebDevStudios
* Author URI: https://webdevstudios.com
* Version: 1.1.0
* Version: 1.1.1
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wdsbs
Expand Down

0 comments on commit 13090f7

Please sign in to comment.