From 2c3d2ad76512aaf2107523e855176865399bb537 Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Wed, 12 May 2021 08:17:10 +0200 Subject: [PATCH 1/4] Updated workflow environment --- .github/workflows/publish-to-npm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index d014eedb..a02bddea 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -6,6 +6,9 @@ on: jobs: main: name: Main + environment: + name: Node Package Registry + url: https://www.npmjs.com/package/react-unity-webgl runs-on: ubuntu-latest steps: - name: Checkout From ccf2684161f588a2341b2a1371e95628c24252cc Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Wed, 12 May 2021 08:18:59 +0200 Subject: [PATCH 2/4] Bumped package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0776500e..550856cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-unity-webgl", - "version": "8.3.8", + "version": "8.3.9", "description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.", "keywords": [ "React", From 2466bf5ecc25233aac372124964197e35ca0b21e Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Fri, 21 May 2021 11:38:27 +0200 Subject: [PATCH 3/4] Updated shields --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad20ee38..27412c61 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![license](https://img.shields.io/badge/license-Apache_2.0-red.svg?style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl/blob/master/LICENSE.md) [![npm](https://img.shields.io/npm/v/react-unity-webgl.svg?style=for-the-badge)](https://www.npmjs.com/package/react-unity-webgl) -[![build](https://img.shields.io/badge/build-passing-brightgreen.svg?style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl-test) +[![build](https://img.shields.io/github/checks-status/jeffreylanters/react-unity-webgl/master?label=build&style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl-test)
[![stars](https://img.shields.io/github/stars/jeffreylanters/react-unity-webgl.svg?style=for-the-badge&color=fe8523)](https://github.com/jeffreylanters/react-unity-webgl/stargazers) [![downloads](https://img.shields.io/npm/dt/react-unity-webgl.svg?style=for-the-badge)](https://www.npmtrends.com/react-unity-webgl) From 2d6a7c8fcf8fb5a32a0e2753ec9fea9521c85a49 Mon Sep 17 00:00:00 2001 From: Jeffrey Lanters Date: Fri, 21 May 2021 11:39:28 +0200 Subject: [PATCH 4/4] Updated shields --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27412c61..2948abfa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![license](https://img.shields.io/badge/license-Apache_2.0-red.svg?style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl/blob/master/LICENSE.md) [![npm](https://img.shields.io/npm/v/react-unity-webgl.svg?style=for-the-badge)](https://www.npmjs.com/package/react-unity-webgl) -[![build](https://img.shields.io/github/checks-status/jeffreylanters/react-unity-webgl/master?label=build&style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl-test) +[![build](https://img.shields.io/github/checks-status/jeffreylanters/react-unity-webgl/master?label=build&style=for-the-badge)](https://github.com/jeffreylanters/react-unity-webgl/actions)
[![stars](https://img.shields.io/github/stars/jeffreylanters/react-unity-webgl.svg?style=for-the-badge&color=fe8523)](https://github.com/jeffreylanters/react-unity-webgl/stargazers) [![downloads](https://img.shields.io/npm/dt/react-unity-webgl.svg?style=for-the-badge)](https://www.npmtrends.com/react-unity-webgl)