Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
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: TicketSwap/comets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.1
Choose a base ref
...
head repository: TicketSwap/comets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 11, 2021

  1. chore(deps-dev): Bump @babel/preset-react from 7.13.13 to 7.14.5

    Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.13.13 to 7.14.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-react"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Roohn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7e8224a View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump semantic-release from 17.4.3 to 18.0.0

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.3 to 18.0.0.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.4.3...v18.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Roohn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f7e7c15 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump semver-regex from 3.1.2 to 3.1.3

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](https://github.com/sindresorhus/semver-regex/commits)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Roohn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1c974d6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Roohn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    6feb5ef View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): Bump typescript from 4.3.2 to 4.4.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.4.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.3.2...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Roohn committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    82a4ccd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. feat(Icon): expose Icon component

    Now you will be able to use the Icon component in your own codebase by supplying your own SVG content/icon.
    glenngijsberts committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a3b2539 View commit details
    Browse the repository at this point in the history
Loading