From 1bdbe5468821f912ba050b5255d8b34e583c3db8 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 15:19:59 +0500 Subject: [PATCH] mm --- .github/workflows/publish.yml | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- src/components/package.json | 2 +- src/lib/package.json | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61c9393..1357311 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 14 - name: Check if version has been updated id: check uses: EndBug/version-check@v1 @@ -26,7 +26,6 @@ jobs: - name: Publish when version changed if: steps.check.outputs.changed == 'true' run: | - npm whoami yarn install-r yarn build-library yarn test --silent diff --git a/package-lock.json b/package-lock.json index 408d01d..55f1856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.0.4", + "version": "5.0.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7dac68b..46e2fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.0.4", + "version": "5.0.5", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/package.json b/src/components/package.json index ac86be9..22264d8 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.0.4", + "version": "5.0.5", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index ae849d5..938b761 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.0.4", + "version": "5.0.5", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",