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: alampros/react-confetti
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: alampros/react-confetti
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 10 commits
  • 4 files changed
  • 6 contributors

Commits on Jul 17, 2020

  1. Sync from master

    alampros committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0ca5c18 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. fix formatting of readme

    the type has an unescaped pipe character (`|`) in it to represent `or` but also the layout of the readme uses pipe characters to indicate columns. this commit escapes the pipe in the readme so it displays properly on github
    
    PS thanks for making this fun library!
    drewrwilson authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    13e5f4d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. build(deps-dev): bump semantic-release from 17.1.1 to 17.2.3

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.1.1 to 17.2.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.1.1...v17.2.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f26d090 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge pull request #94 from drewrwilson/develop

    🎉  Fixes the formatting of readme on github 🎉
    alampros authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a738a3a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. build(deps): bump ini from 1.3.5 to 1.3.7

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    107a92d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request #96 from alampros/dependabot/npm_and_yarn/semantic…

    …-release-17.2.3
    
    build(deps-dev): bump semantic-release from 17.1.1 to 17.2.3
    alampros authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    08e3331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from alampros/dependabot/npm_and_yarn/ini-1.3.7

    build(deps): bump ini from 1.3.5 to 1.3.7
    alampros authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b5c7a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. fix: Allow react 17 in peer dependency

    coolbaluk authored and alampros committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    266a3dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    alampros committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    78dc4c4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.1 [skip ci]

    ## [6.0.1](v6.0.0...v6.0.1) (2021-02-22)
    
    ### Bug Fixes
    
    * Allow react 17 in peer dependency ([266a3dd](266a3dd))
    semantic-release-bot committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    fc3e0ff View commit details
    Browse the repository at this point in the history
Loading