Skip to content

Commit

Permalink
fixed vulnerabilities (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Mwimo <clement.mwimo@mx.com>
  • Loading branch information
mwclemy and Clement Mwimo authored Oct 28, 2024
1 parent 48c2b01 commit 7f31585
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 510 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Fixed

## [1.1.4] - 2024-10-18

### Fixed

- Ran npm audit fix to fix vulnerabilities

## [1.1.3] - 2024-10-11

### Changed

- Upgraded react-native from 0.70.3 to 0.75.3
- Upgrade @mxenabled/widget-post-message-definitions to 1.4.0
- Fixed the example app

## [1.1.1] - 2022-12-06

### Changed

- Ran npm audit fix on example app

## [1.1.0] - 2022-10-14

### Added

- Ability to style underlying WebView
- Prop to handle errors on the WebView

## [1.0.9] - 2022-09-20

### Added

- Sending SDK information to widget.
Expand All @@ -36,44 +56,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
implement linking of dependencies.

## [1.0.8] - 2022-06-10

### Fixed

- Deeplinking: listening for URL events with expo-linking for Expo applications.

## [1.0.7] - 2022-06-09

### Changed

- Updating @mxenabled/widget-post-message-definitions to v1.0.5.
- Updating @mxenabled/widget-post-message-definitions to v1.0.10.

## [1.0.6] - 2022-05-23

### Changed

- Documentation for configuration and callback component props.
- Updating @mxenabled/widget-post-message-definitions to v1.0.9.
- Loading additional widgets in example application.

## [1.0.5] - 2022-03-09

### Changed

- Updating @mxenabled/widget-post-message-definitions to v1.0.5.

## [1.0.4] - 2022-03-08

### Changed

- Getting Post Message definitions from
@mxenabled/widget-post-message-definitions.
- Conditionally using removeEventListener (which has been deprecated) in
anticipation of removal.


## [1.0.3] - 2022-03-03

### Fixed

- Fix direct dependency and peer dependency specifications for multiple React
Native and React versions can be supported.

## [1.0.2] - 2022-03-03

### Added

- OAuth flow support.
Expand All @@ -98,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Trends Widget component.

## [1.0.1] - 2022-02-14

### Added

- Connect Widget component.
Expand Down
Loading

0 comments on commit 7f31585

Please sign in to comment.