From a3abaae1d2233d764d82ece74c4e01408726f918 Mon Sep 17 00:00:00 2001 From: Arthur Neuman Date: Sun, 21 Aug 2022 21:11:45 -0400 Subject: [PATCH] Bump package version --- .github/workflows/deploy.yml | 2 -- .github/workflows/quality_assurance.yml | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17bb38a..8ae777a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,6 @@ jobs: uses: actions/configure-pages@v1 - name: Install Dependencies run: npm ci - if: steps.setup.outputs.cache-hit != true - name: Build Resources run: npm run build-storybook - name: Upload Static Artifact @@ -77,7 +76,6 @@ jobs: cache: ${{ matrix.packager }} - name: Install Dependencies run: npm ci - if: steps.setup.outputs.cache-hit != true - name: Build Resources run: npm run build - name: Publish to NPM diff --git a/.github/workflows/quality_assurance.yml b/.github/workflows/quality_assurance.yml index f1c9ac5..692eb25 100644 --- a/.github/workflows/quality_assurance.yml +++ b/.github/workflows/quality_assurance.yml @@ -32,7 +32,6 @@ jobs: cache: ${{ matrix.packager }} - name: Install Dependencies run: npm ci - if: steps.setup.outputs.cache-hit != true - name: Lint Code run: npm run lint analyze: diff --git a/package-lock.json b/package-lock.json index 6a98169..72883b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-fluent-mobile", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-fluent-mobile", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "devDependencies": { "@rollup/plugin-babel": "^5.3.1", diff --git a/package.json b/package.json index 7eb4854..4c217cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fluent-mobile", - "version": "0.1.2", + "version": "0.1.3", "description": "A series of React mixin modules that augment the mobile user experience", "main": "dist/index.js", "module": "dist/index.esm.js",