Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Aug 18, 2023
1 parent 374f572 commit ac09f23
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.0.0](https://github.com/ideasonpurpose/wp-svg-lib/compare/v2.0.1...v3.0.0)

- update phpunit.xml for v10. Closes #18 [`#18`](https://github.com/ideasonpurpose/wp-svg-lib/issues/18)
- stop double-storing svgs w/extension. Closes #12 [`#12`](https://github.com/ideasonpurpose/wp-svg-lib/issues/12)
- bump deps [`b9c90c7`](https://github.com/ideasonpurpose/wp-svg-lib/commit/b9c90c7f9c68da359ff3050808a6516773ed3411)
- move deprecated to Traits, tests, refactoring [`f268f6b`](https://github.com/ideasonpurpose/wp-svg-lib/commit/f268f6b259ad0404e89ba15342459d6240e4630d)
- bump deps [`0944280`](https://github.com/ideasonpurpose/wp-svg-lib/commit/09442804d819dfac7e184279a8bacc189b8a21d6)

#### [v2.0.1](https://github.com/ideasonpurpose/wp-svg-lib/compare/v2.0.0...v2.0.1)

> 24 March 2022
- switch to our docker test-watch image, bump deps [`8a4acb4`](https://github.com/ideasonpurpose/wp-svg-lib/commit/8a4acb47348d7e22d0279ed1b2d933d69309a14b)
- housekeeping, tweaks from other projects [`9e5ec31`](https://github.com/ideasonpurpose/wp-svg-lib/commit/9e5ec3173a76e6bd2a1524e00834a6bc402ecfcd)
- clean up tests after removing caching [`5dd4962`](https://github.com/ideasonpurpose/wp-svg-lib/commit/5dd4962b0396fedd3c3388b229729d3845fbdb86)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wp-svg-lib

#### Version 2.0.1
#### Version 3.0.0

A simple library to assist with inlining and re-using SVG elements on WordPress sites.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-svg-lib",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"description": "Utilities for collecting and reusing inline SVG components",
"license": "MIT",
Expand Down

0 comments on commit ac09f23

Please sign in to comment.