Skip to content
This repository has been archived by the owner on Nov 29, 2023. 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: gameflow-tv/flume
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.6
Choose a base ref
...
head repository: gameflow-tv/flume
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 29, 2022

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    a70f24f View commit details

Commits on Oct 25, 2022

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    0013646 View commit details
  2. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    09f1217 View commit details
  3. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    d271d76 View commit details

Commits on Nov 2, 2022

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    8352595 View commit details

Commits on Jan 10, 2023

  1. build(deps): bump json5 from 1.0.1 to 1.0.2 (#98)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50af5df View commit details

Commits on Jun 13, 2023

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    56a2fcb View commit details

Commits on Nov 15, 2023

  1. build(deps-dev): bump postcss from 8.4.16 to 8.4.31 (#101)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.16...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3f98013 View commit details
  2. build(deps-dev): bump @babel/traverse from 7.18.11 to 7.23.3 (#102)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.11 to 7.23.3.
    - [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.23.3/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bb05387 View commit details

Commits on Nov 16, 2023

  1. build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#100)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2aa8616 View commit details
Showing with 345 additions and 198 deletions.
  1. +2 −5 .github/workflows/release.yaml
  2. +315 −172 package-lock.json
  3. +7 −7 src/foundation/fallback.ts
  4. +6 −12 src/react/components/Icon/Icon.tsx
  5. +5 −1 src/react/components/Icon/data.ts
  6. +10 −1 src/tailwind/config.ts
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org"
always-auth: "true"

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: rlespinasse/github-slug-action@v3.x

@@ -25,9 +25,6 @@ jobs:
- name: Build library
run: npm run build

- name: Ignore .npmrc for publish step
run: mv .npmrc .npmrc.temp

- name: Release to NPM
run: npm publish --access public
env:
Loading