Skip to content

Commit

Permalink
Release v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed Jan 23, 2023
1 parent 6782ef8 commit 8d64416
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alex Gibson <darth.gibson@gmail.com>
Brandon Barker <bbarker@uber.com>
ChrisGarber-Medlever <christopher.garber@medlever.com>
Danilo Zekovic <danilozeka93@gmail.com>
Jason Pettett <metal_scorpion666@hotmail.com>
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [v16.0.0](https://github.com/tanem/react-svg/tree/v16.0.0) (2023-01-23)
[Full Changelog](https://github.com/tanem/react-svg/compare/v15.1.21...v16.0.0)

#### :boom: Breaking Change

- [#1923](https://github.com/tanem/react-svg/pull/1923) Add Error Handler to Limit Exception Bubbling ([@ProjectBarks](https://github.com/ProjectBarks))

#### :house: Internal

- [#2134](https://github.com/tanem/react-svg/pull/2134) Update dependency eslint-plugin-simple-import-sort to v9 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2137](https://github.com/tanem/react-svg/pull/2137) Update dependency react-spinners to v0.13.8 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2133](https://github.com/tanem/react-svg/pull/2133) Update dependency eslint-plugin-react to v7.32.1 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2136](https://github.com/tanem/react-svg/pull/2136) Update dependency @types/react to v18.0.27 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2135](https://github.com/tanem/react-svg/pull/2135) Update dependency @types/jest to v29.2.6 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2132](https://github.com/tanem/react-svg/pull/2132) Update typescript-eslint monorepo to v5.48.2 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2131](https://github.com/tanem/react-svg/pull/2131) Update dependency @tanem/svg-injector to ^10.1.44 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2130](https://github.com/tanem/react-svg/pull/2130) Update dependency eslint to v8.32.0 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2129](https://github.com/tanem/react-svg/pull/2129) Update dependency tanem-scripts to v6.0.69 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2128](https://github.com/tanem/react-svg/pull/2128) Update dependency prettier to v2.8.3 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2127](https://github.com/tanem/react-svg/pull/2127) Update dependency @tanem/svg-injector to ^10.1.43 ([@renovate[bot]](https://github.com/apps/renovate))
- [#2126](https://github.com/tanem/react-svg/pull/2126) Update dependency jest-prettyhtml-matchers to v1.14.7 ([@renovate[bot]](https://github.com/apps/renovate))

## [v15.1.21](https://github.com/tanem/react-svg/tree/v15.1.21) (2023-01-16)
[Full Changelog](https://github.com/tanem/react-svg/compare/v15.1.20...v15.1.21)

Expand Down
2 changes: 1 addition & 1 deletion 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": "react-svg",
"version": "15.1.21",
"version": "16.0.0",
"description": "A React component that injects SVG into the DOM.",
"main": "dist/index.js",
"module": "dist/react-svg.esm.js",
Expand Down

0 comments on commit 8d64416

Please sign in to comment.