Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.14
Choose a base ref
...
head repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.15
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 25, 2023

  1. chore(github): create CODEOWNERS

    Signed-off-by: Mark <remarkablemark@users.noreply.github.com>
    remarkablemark authored Mar 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    981f7ac View commit details
  2. ci(github): delete auto-assign.yml

    Signed-off-by: Mark <remarkablemark@users.noreply.github.com>
    remarkablemark authored Mar 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    18569c0 View commit details
  3. build(package): bump html-dom-parser from 3.1.6 to 3.1.7

    Release-As: 3.0.15
    remarkablemark committed Mar 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    ed585e2 View commit details
  4. docs(github): update PULL_REQUEST_TEMPLATE.md

    Signed-off-by: Mark <remarkablemark@users.noreply.github.com>
    remarkablemark authored Mar 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    078a69e View commit details
  5. Merge pull request #881 from remarkablemark/build/package

    build(package): bump html-dom-parser from 3.1.6 to 3.1.7
    remarkablemark authored Mar 25, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    4bef668 View commit details
  6. Verified

    This commit was signed with the committer’s verified signature.
    avedmala Abhinav Vedmala
    Copy the full SHA
    3ba8ca1 View commit details
  7. Merge pull request #882 from remarkablemark/release-please--branches-…

    …-master--components--html-react-parser
    
    chore(master): release 3.0.15
    remarkablemark authored Mar 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    41e9981 View commit details
Showing with 10 additions and 16 deletions.
  1. +1 −0 .github/CODEOWNERS
  2. +0 −1 .github/PULL_REQUEST_TEMPLATE.md
  3. +0 −13 .github/workflows/auto-assign.yml
  4. +7 −0 CHANGELOG.md
  5. +2 −2 package.json
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @remarkablemark
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ To check an item, place an "x" in the box like so: `- [x] Tests`
- [ ] Tests
- [ ] Documentation
- [ ] Types
- [ ] Request review from @remarkablemark

<!--
Any other comments? Thank you for contributing!
13 changes: 0 additions & 13 deletions .github/workflows/auto-assign.yml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.15](https://github.com/remarkablemark/html-react-parser/compare/v3.0.14...v3.0.15) (2023-03-25)


### Build System

* **package:** bump html-dom-parser from 3.1.6 to 3.1.7 ([ed585e2](https://github.com/remarkablemark/html-react-parser/commit/ed585e284e7ad743c4582fefe5b75bb836444683))

## [3.0.14](https://github.com/remarkablemark/html-react-parser/compare/v3.0.13...v3.0.14) (2023-03-24)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "3.0.14",
"version": "3.0.15",
"description": "HTML to React parser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
@@ -46,7 +46,7 @@
],
"dependencies": {
"domhandler": "5.0.3",
"html-dom-parser": "3.1.6",
"html-dom-parser": "3.1.7",
"react-property": "2.0.0",
"style-to-js": "1.1.3"
},