Skip to content

Commit

Permalink
Remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Jun 9, 2022
1 parent beef161 commit ec3d90c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.github
/node_modules
/assets
/package-lock.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build development zip file
name: Build production zip file
on: push
jobs:
build:
Expand Down Expand Up @@ -26,3 +26,4 @@ jobs:
!${{ github.workspace }}/.github/
!${{ github.workspace }}/.wordpress-org/
!${{ github.workspace }}/assets/
!${{ github.workspace }}/package-lock.json
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: kbat82
Tags: hr, waves, divider, block, wavy, separator, svg, gradient
Tested up to: 5.9.0
Stable tag: 1.3.2
Stable tag: 1.3.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -55,6 +55,9 @@ Within the block inserter, under the Patterns tab, select 'Wavy Divider' from th

== Changelog ==

= 1.3.3 =
* Fix: Remove lock file to save space

= 1.3.2 =
* Fix: Update spacer block in example to be compatible when Gutenberg plugin is disabled

Expand Down
2 changes: 1 addition & 1 deletion wavy-divider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A creative, fun, lightweight wavy svg divider block to energize your website with character and pizazz
* Requires at least: 5.8
* Requires PHP: 7.0
* Version: 1.3.2
* Version: 1.3.3
* Author: Kevin Batdorf
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit ec3d90c

Please sign in to comment.