From 01f52c52de93b0272dc8340368cea2c8552d5c4e Mon Sep 17 00:00:00 2001 From: unleashit Date: Fri, 2 Feb 2024 01:28:22 -0800 Subject: [PATCH] chore(release): publish - @unleashit/demo-backend@2.3.0 - @unleashit/demo-frontend@1.2.2 - @unleashit/async-handler@1.1.15 - @unleashit/forgot-password@1.3.1 - @unleashit/login@1.2.1 - @unleashit/modal@1.2.1 - @unleashit/navigation@1.3.2 - @unleashit/pagination@1.2.2 - @unleashit/quick-form@1.2.1 - @unleashit/recursive-data-lister@1.2.1 - @unleashit/signup@1.3.1 - @unleashit/common@1.5.1 - @unleashit/docs@0.0.4 --- demos/backend/CHANGELOG.md | 6 ++++++ demos/backend/package-lock.json | 8 +++++--- demos/backend/package.json | 2 +- demos/frontend/CHANGELOG.md | 6 ++++++ demos/frontend/package.json | 2 +- packages/asyncHandler/CHANGELOG.md | 4 ++++ packages/asyncHandler/package.json | 2 +- packages/forgotPassword/CHANGELOG.md | 6 ++++++ packages/forgotPassword/package.json | 2 +- packages/login/CHANGELOG.md | 4 ++++ packages/login/package.json | 2 +- packages/modal/CHANGELOG.md | 4 ++++ packages/modal/package.json | 2 +- packages/navigation/CHANGELOG.md | 4 ++++ packages/navigation/package.json | 2 +- packages/pagination/CHANGELOG.md | 4 ++++ packages/pagination/package.json | 2 +- packages/quickForm/CHANGELOG.md | 4 ++++ packages/quickForm/package.json | 2 +- packages/recursiveDataLister/CHANGELOG.md | 4 ++++ packages/recursiveDataLister/package.json | 2 +- packages/signup/CHANGELOG.md | 6 ++++++ packages/signup/package.json | 2 +- shared/common/CHANGELOG.md | 4 ++++ shared/common/package.json | 2 +- shared/docs/CHANGELOG.md | 4 ++++ shared/docs/package.json | 2 +- 27 files changed, 78 insertions(+), 16 deletions(-) diff --git a/demos/backend/CHANGELOG.md b/demos/backend/CHANGELOG.md index 17be8ca..363e265 100644 --- a/demos/backend/CHANGELOG.md +++ b/demos/backend/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/unleashit/npm-library/compare/@unleashit/demo-backend@2.2.2...@unleashit/demo-backend@2.3.0) (2024-02-02) + +### Features + +* **demo:** add forgot password reset to backend demo ([7d12fba](https://github.com/unleashit/npm-library/commit/7d12fba1b8a848e8c9570a1f2a5015615992ceaf)) + ## [2.2.2](https://github.com/unleashit/npm-library/compare/@unleashit/demo-backend@2.2.0...@unleashit/demo-backend@2.2.2) (2024-01-31) **Note:** Version bump only for package @unleashit/demo-backend diff --git a/demos/backend/package-lock.json b/demos/backend/package-lock.json index 3a8c3a8..ef1e433 100644 --- a/demos/backend/package-lock.json +++ b/demos/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-library-demo", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-library-demo", - "version": "2.2.2", + "version": "2.3.0", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.3.1", @@ -15,12 +15,14 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "helmet": "^7.1.0", - "morgan": "^1.10.0" + "morgan": "^1.10.0", + "nodemailer": "^6.9.9" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/morgan": "^1.9.9", + "@types/nodemailer": "^6.4.14", "@types/supertest": "^6.0.2", "nodemon": "^3.0.2", "supertest": "^6.3.3", diff --git a/demos/backend/package.json b/demos/backend/package.json index eb116b9..918a874 100644 --- a/demos/backend/package.json +++ b/demos/backend/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/demo-backend", - "version": "2.2.2", + "version": "2.3.0", "main": "src/index.ts", "license": "MIT", "private": true, diff --git a/demos/frontend/CHANGELOG.md b/demos/frontend/CHANGELOG.md index af5be7d..e282549 100644 --- a/demos/frontend/CHANGELOG.md +++ b/demos/frontend/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.2.1...@unleashit/demo-frontend@1.2.2) (2024-02-02) + +### Bug Fixes + +* **demo:** reenable forgot password reset in demo ([f592670](https://github.com/unleashit/npm-library/commit/f59267092281b25b8951d72b38e94c3c2e5c5a5d)) + ## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.2.0...@unleashit/demo-frontend@1.2.1) (2024-01-31) **Note:** Version bump only for package @unleashit/demo-frontend diff --git a/demos/frontend/package.json b/demos/frontend/package.json index 963ce1e..754c9d4 100644 --- a/demos/frontend/package.json +++ b/demos/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/demo-frontend", - "version": "1.2.1", + "version": "1.2.2", "private": true, "main": "build/index.js", "scripts": { diff --git a/packages/asyncHandler/CHANGELOG.md b/packages/asyncHandler/CHANGELOG.md index 14fb9d4..0d18762 100644 --- a/packages/asyncHandler/CHANGELOG.md +++ b/packages/asyncHandler/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.15](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@1.1.14...@unleashit/async-handler@1.1.15) (2024-02-02) + +**Note:** Version bump only for package @unleashit/async-handler + ## [1.1.14](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@1.1.12...@unleashit/async-handler@1.1.14) (2024-01-31) **Note:** Version bump only for package @unleashit/async-handler diff --git a/packages/asyncHandler/package.json b/packages/asyncHandler/package.json index 681970c..d2c6775 100644 --- a/packages/asyncHandler/package.json +++ b/packages/asyncHandler/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/async-handler", - "version": "1.1.14", + "version": "1.1.15", "description": "Simple HOC that handles loading, error and no result states of data fetching.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/forgotPassword/CHANGELOG.md b/packages/forgotPassword/CHANGELOG.md index b3553f7..0fa7129 100644 --- a/packages/forgotPassword/CHANGELOG.md +++ b/packages/forgotPassword/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@1.2.0...@unleashit/forgot-password@1.3.1) (2024-02-02) + +### Bug Fixes + +* **forgotPassword:** refactor and reenable forgot password reset ([c6e2208](https://github.com/unleashit/npm-library/commit/c6e220814a65dd04bc5f0c81b13d79b2ef391a2a)) + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@1.1.12...@unleashit/forgot-password@1.2.0) (2024-01-31) ### Features diff --git a/packages/forgotPassword/package.json b/packages/forgotPassword/package.json index e5e0e30..6e98836 100644 --- a/packages/forgotPassword/package.json +++ b/packages/forgotPassword/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/forgot-password", - "version": "1.3.0", + "version": "1.3.1", "description": "Responsive forgot password and reset components for React with custom fields.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/login/CHANGELOG.md b/packages/login/CHANGELOG.md index 8d6c618..086c389 100644 --- a/packages/login/CHANGELOG.md +++ b/packages/login/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.2.0...@unleashit/login@1.2.1) (2024-02-02) + +**Note:** Version bump only for package @unleashit/login + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.1.13...@unleashit/login@1.2.0) (2024-01-31) ### Features diff --git a/packages/login/package.json b/packages/login/package.json index a93d90a..3c68e56 100644 --- a/packages/login/package.json +++ b/packages/login/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/login", - "version": "1.2.0", + "version": "1.2.1", "description": "Responsive login component for React with custom fields.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 38c6ad4..4705688 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/modal@1.2.0...@unleashit/modal@1.2.1) (2024-02-02) + +**Note:** Version bump only for package @unleashit/modal + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/modal@1.1.12...@unleashit/modal@1.2.0) (2024-01-31) ### Bug Fixes diff --git a/packages/modal/package.json b/packages/modal/package.json index 07417de..e5145ae 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/modal", - "version": "1.2.0", + "version": "1.2.1", "description": "Responsive modal component for React with custom header, footer and more.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index c97ca0a..a4b1b2f 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.2](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.3.1...@unleashit/navigation@1.3.2) (2024-02-02) + +**Note:** Version bump only for package @unleashit/navigation + ## [1.3.1](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.3.0...@unleashit/navigation@1.3.1) (2024-01-31) **Note:** Version bump only for package @unleashit/navigation diff --git a/packages/navigation/package.json b/packages/navigation/package.json index 5498a52..3f1419c 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/navigation", - "version": "1.3.1", + "version": "1.3.2", "description": "Basic navigation component for React with configurable links and login/logout", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index d105901..c662985 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.2.1...@unleashit/pagination@1.2.2) (2024-02-02) + +**Note:** Version bump only for package @unleashit/pagination + ## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.2.0...@unleashit/pagination@1.2.1) (2024-01-31) ### Bug Fixes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 08afe9d..93bdaa6 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/pagination", - "version": "1.2.1", + "version": "1.2.2", "description": "Responsive pagination component for React.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/quickForm/CHANGELOG.md b/packages/quickForm/CHANGELOG.md index d6b0259..1d0eaf9 100644 --- a/packages/quickForm/CHANGELOG.md +++ b/packages/quickForm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.2.0...@unleashit/quick-form@1.2.1) (2024-02-02) + +**Note:** Version bump only for package @unleashit/quick-form + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.1.13...@unleashit/quick-form@1.2.0) (2024-01-31) ### Features diff --git a/packages/quickForm/package.json b/packages/quickForm/package.json index 3ed3db4..d13ef30 100644 --- a/packages/quickForm/package.json +++ b/packages/quickForm/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/quick-form", - "version": "1.2.0", + "version": "1.2.1", "description": "Quick and responsive simple forms for React", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/recursiveDataLister/CHANGELOG.md b/packages/recursiveDataLister/CHANGELOG.md index adc590c..950202e 100644 --- a/packages/recursiveDataLister/CHANGELOG.md +++ b/packages/recursiveDataLister/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@1.2.0...@unleashit/recursive-data-lister@1.2.1) (2024-02-02) + +**Note:** Version bump only for package @unleashit/recursive-data-lister + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@1.1.13...@unleashit/recursive-data-lister@1.2.0) (2024-01-31) ### Features diff --git a/packages/recursiveDataLister/package.json b/packages/recursiveDataLister/package.json index 985d422..c153faa 100644 --- a/packages/recursiveDataLister/package.json +++ b/packages/recursiveDataLister/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/recursive-data-lister", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple React component that displays a nested object recursively with a choice of markup.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/packages/signup/CHANGELOG.md b/packages/signup/CHANGELOG.md index 5437133..46d3dfd 100644 --- a/packages/signup/CHANGELOG.md +++ b/packages/signup/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.3.0...@unleashit/signup@1.3.1) (2024-02-02) + +### Bug Fixes + +* **forgotPassword:** refactor and reenable forgot password reset ([c6e2208](https://github.com/unleashit/npm-library/commit/c6e220814a65dd04bc5f0c81b13d79b2ef391a2a)) + # [1.3.0](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.2.6...@unleashit/signup@1.3.0) (2024-01-31) ### Features diff --git a/packages/signup/package.json b/packages/signup/package.json index 2a8c136..2aada5e 100644 --- a/packages/signup/package.json +++ b/packages/signup/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/signup", - "version": "1.3.0", + "version": "1.3.1", "description": "Responsive signup component for React with custom fields.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/shared/common/CHANGELOG.md b/shared/common/CHANGELOG.md index db98887..d76fa0c 100644 --- a/shared/common/CHANGELOG.md +++ b/shared/common/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.1](https://github.com/unleashit/npm-library/compare/@unleashit/common@1.5.0...@unleashit/common@1.5.1) (2024-02-02) + +**Note:** Version bump only for package @unleashit/common + # [1.5.0](https://github.com/unleashit/npm-library/compare/@unleashit/common@1.3.0...@unleashit/common@1.5.0) (2024-01-31) ### Bug Fixes diff --git a/shared/common/package.json b/shared/common/package.json index 25b5091..8e4e220 100644 --- a/shared/common/package.json +++ b/shared/common/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/common", - "version": "1.5.0", + "version": "1.5.1", "description": "Shared library for @unleashit components. Not directly useful.", "main": "src/index.ts", "types": "src/index.d.ts", diff --git a/shared/docs/CHANGELOG.md b/shared/docs/CHANGELOG.md index 2040758..15f0f5b 100644 --- a/shared/docs/CHANGELOG.md +++ b/shared/docs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.4](https://github.com/unleashit/npm-library/compare/@unleashit/docs@0.0.3...@unleashit/docs@0.0.4) (2024-02-02) + +**Note:** Version bump only for package @unleashit/docs + ## [0.0.3](https://github.com/unleashit/npm-library/compare/@unleashit/docs@0.0.1...@unleashit/docs@0.0.3) (2024-01-31) **Note:** Version bump only for package @unleashit/docs diff --git a/shared/docs/package.json b/shared/docs/package.json index ffc7c99..c934e75 100644 --- a/shared/docs/package.json +++ b/shared/docs/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/docs", - "version": "0.0.3", + "version": "0.0.4", "private": true, "scripts": { "docusaurus": "docusaurus",