From 7a2dff7ba7be3e5023a958a709c8c9d773d2fed5 Mon Sep 17 00:00:00 2001 From: unleashit Date: Tue, 30 Jan 2024 20:16:07 -0800 Subject: [PATCH] chore(release): publish - @unleashit/demo-backend@2.2.2 - @unleashit/demo-frontend@1.2.0 - @unleashit/async-handler@1.1.14 - @unleashit/forgot-password@1.2.0 - @unleashit/login@1.2.0 - @unleashit/modal@1.2.0 - @unleashit/navigation@1.3.0 - @unleashit/pagination@1.2.0 - @unleashit/quick-form@1.2.0 - @unleashit/recursive-data-lister@1.2.0 - @unleashit/signup@1.3.0 - @unleashit/common@1.5.0 - @unleashit/docs@0.0.3 --- demos/backend/CHANGELOG.md | 4 ++++ demos/backend/package-lock.json | 4 ++-- demos/backend/package.json | 2 +- demos/frontend/CHANGELOG.md | 7 +++++++ 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 | 6 ++++++ packages/login/package.json | 2 +- packages/modal/CHANGELOG.md | 11 +++++++++++ packages/modal/package.json | 2 +- packages/navigation/CHANGELOG.md | 11 +++++++++++ packages/navigation/package.json | 2 +- packages/pagination/CHANGELOG.md | 6 ++++++ packages/pagination/package.json | 2 +- packages/quickForm/CHANGELOG.md | 6 ++++++ packages/quickForm/package.json | 2 +- packages/recursiveDataLister/CHANGELOG.md | 6 ++++++ packages/recursiveDataLister/package.json | 2 +- packages/signup/CHANGELOG.md | 6 ++++++ packages/signup/package.json | 2 +- shared/common/CHANGELOG.md | 12 ++++++++++++ shared/common/package.json | 2 +- shared/docs/CHANGELOG.md | 4 ++++ shared/docs/package.json | 2 +- 27 files changed, 104 insertions(+), 15 deletions(-) diff --git a/demos/backend/CHANGELOG.md b/demos/backend/CHANGELOG.md index a3b1440..17be8ca 100644 --- a/demos/backend/CHANGELOG.md +++ b/demos/backend/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. +## [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 + ## [2.2.1](https://github.com/unleashit/npm-library/compare/@unleashit/demo-backend@2.2.0...@unleashit/demo-backend@2.2.1) (2024-01-13) **Note:** Version bump only for package @unleashit/demo-backend diff --git a/demos/backend/package-lock.json b/demos/backend/package-lock.json index 2f95c1f..3a8c3a8 100644 --- a/demos/backend/package-lock.json +++ b/demos/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-library-demo", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-library-demo", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.3.1", diff --git a/demos/backend/package.json b/demos/backend/package.json index fccd8af..288ae93 100644 --- a/demos/backend/package.json +++ b/demos/backend/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/demo-backend", - "version": "2.2.1", + "version": "2.2.2", "main": "src/index.ts", "license": "MIT", "private": true, diff --git a/demos/frontend/CHANGELOG.md b/demos/frontend/CHANGELOG.md index 1b158be..393ee21 100644 --- a/demos/frontend/CHANGELOG.md +++ b/demos/frontend/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.1.12...@unleashit/demo-frontend@1.2.0) (2024-01-31) + +### Features + +* **demo:** describe components on the home page ([d8d9930](https://github.com/unleashit/npm-library/commit/d8d99300e7947e5fc1f0eca6f43caeb9e52c162d)) +* **modal:** major refactor and features ([0a5a704](https://github.com/unleashit/npm-library/commit/0a5a7044aefc2b3b70db3714b784832726810a62)) + ## [1.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.1.12...@unleashit/demo-frontend@1.1.13) (2024-01-13) **Note:** Version bump only for package @unleashit/demo-frontend diff --git a/demos/frontend/package.json b/demos/frontend/package.json index 418d102..5b3f1aa 100644 --- a/demos/frontend/package.json +++ b/demos/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/demo-frontend", - "version": "1.1.13", + "version": "1.2.0", "private": true, "main": "build/index.js", "scripts": { diff --git a/packages/asyncHandler/CHANGELOG.md b/packages/asyncHandler/CHANGELOG.md index b9c1547..14fb9d4 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.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 + ## [1.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@1.1.12...@unleashit/async-handler@1.1.13) (2024-01-13) **Note:** Version bump only for package @unleashit/async-handler diff --git a/packages/asyncHandler/package.json b/packages/asyncHandler/package.json index 73e0e01..681970c 100644 --- a/packages/asyncHandler/package.json +++ b/packages/asyncHandler/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/async-handler", - "version": "1.1.13", + "version": "1.1.14", "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 579e572..b3553f7 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.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 + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@1.1.12...@unleashit/forgot-password@1.1.13) (2024-01-13) **Note:** Version bump only for package @unleashit/forgot-password diff --git a/packages/forgotPassword/package.json b/packages/forgotPassword/package.json index 0600b6a..562dbb9 100644 --- a/packages/forgotPassword/package.json +++ b/packages/forgotPassword/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/forgot-password", - "version": "1.1.13", + "version": "1.2.0", "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 0cf3d16..8d6c618 100644 --- a/packages/login/CHANGELOG.md +++ b/packages/login/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.0](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.1.13...@unleashit/login@1.2.0) (2024-01-31) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.1.14](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.1.13...@unleashit/login@1.1.14) (2024-01-13) **Note:** Version bump only for package @unleashit/login diff --git a/packages/login/package.json b/packages/login/package.json index 174d6c9..a93d90a 100644 --- a/packages/login/package.json +++ b/packages/login/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/login", - "version": "1.1.14", + "version": "1.2.0", "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 efc8589..38c6ad4 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +* **modal:** update for new napCSSVarsToStyles api ([8f71a3a](https://github.com/unleashit/npm-library/commit/8f71a3a4ea6467aef62fe508e36ad5e1e11d0420)) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) +* **modal:** major refactor and features ([0a5a704](https://github.com/unleashit/npm-library/commit/0a5a7044aefc2b3b70db3714b784832726810a62)) + ## [1.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/modal@1.1.12...@unleashit/modal@1.1.13) (2024-01-13) **Note:** Version bump only for package @unleashit/modal diff --git a/packages/modal/package.json b/packages/modal/package.json index b6d994d..07417de 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/modal", - "version": "1.1.13", + "version": "1.2.0", "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 3a4fa29..4fbd1e2 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.1.13...@unleashit/navigation@1.3.0) (2024-01-31) + +### Bug Fixes + +* **navigation:** update for new napCSSVarsToStyles api ([e574cf0](https://github.com/unleashit/npm-library/commit/e574cf0f6821d41b77d3cc2401c612c81c32e09d)) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) +* **navigation:** covert sass vars to css vars. Add colors prop to component ([70d90ac](https://github.com/unleashit/npm-library/commit/70d90ac2ea03fbebb63f25787ad3de3e7c972eca)) + # [1.2.0](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.1.13...@unleashit/navigation@1.2.0) (2024-01-13) ### Features diff --git a/packages/navigation/package.json b/packages/navigation/package.json index 3873c01..995b0f8 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/navigation", - "version": "1.2.0", + "version": "1.3.0", "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 5d2d722..92a0cad 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/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.0](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.1.13...@unleashit/pagination@1.2.0) (2024-01-31) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.1.14](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.1.13...@unleashit/pagination@1.1.14) (2024-01-13) **Note:** Version bump only for package @unleashit/pagination diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 1a1063e..bfca12d 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/pagination", - "version": "1.1.14", + "version": "1.2.0", "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 15e3284..d6b0259 100644 --- a/packages/quickForm/CHANGELOG.md +++ b/packages/quickForm/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.0](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.1.13...@unleashit/quick-form@1.2.0) (2024-01-31) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.1.14](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.1.13...@unleashit/quick-form@1.1.14) (2024-01-13) **Note:** Version bump only for package @unleashit/quick-form diff --git a/packages/quickForm/package.json b/packages/quickForm/package.json index f0fcc92..3ed3db4 100644 --- a/packages/quickForm/package.json +++ b/packages/quickForm/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/quick-form", - "version": "1.1.14", + "version": "1.2.0", "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 e9bd127..adc590c 100644 --- a/packages/recursiveDataLister/CHANGELOG.md +++ b/packages/recursiveDataLister/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.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 + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.1.14](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@1.1.13...@unleashit/recursive-data-lister@1.1.14) (2024-01-13) **Note:** Version bump only for package @unleashit/recursive-data-lister diff --git a/packages/recursiveDataLister/package.json b/packages/recursiveDataLister/package.json index e2585a9..985d422 100644 --- a/packages/recursiveDataLister/package.json +++ b/packages/recursiveDataLister/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/recursive-data-lister", - "version": "1.1.14", + "version": "1.2.0", "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 e39db03..5437133 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.0](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.2.6...@unleashit/signup@1.3.0) (2024-01-31) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) + ## [1.2.7](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.2.6...@unleashit/signup@1.2.7) (2024-01-13) **Note:** Version bump only for package @unleashit/signup diff --git a/packages/signup/package.json b/packages/signup/package.json index 3184808..2a8c136 100644 --- a/packages/signup/package.json +++ b/packages/signup/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/signup", - "version": "1.2.7", + "version": "1.3.0", "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 9e92176..db98887 100644 --- a/shared/common/CHANGELOG.md +++ b/shared/common/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +* **commom:** add missing props to loader from spinner svg ([4ea6a40](https://github.com/unleashit/npm-library/commit/4ea6a40a1cd0f7c924df7755d88f5a436a3b1244)) +* **common:** changes/fixes to mapColorsToStyles() ([7354ea8](https://github.com/unleashit/npm-library/commit/7354ea8be6b08c74e8987bbd9d3c31bc54193953)) + +### Features + +* **all:** finish adding css vars, css var override and dark mode support ([1044d8d](https://github.com/unleashit/npm-library/commit/1044d8d1f787e3ede88b78bbe5cef5ea4a7788e0)) +* **navigation:** covert sass vars to css vars. Add colors prop to component ([70d90ac](https://github.com/unleashit/npm-library/commit/70d90ac2ea03fbebb63f25787ad3de3e7c972eca)) + # [1.4.0](https://github.com/unleashit/npm-library/compare/@unleashit/common@1.3.0...@unleashit/common@1.4.0) (2024-01-13) ### Features diff --git a/shared/common/package.json b/shared/common/package.json index a4f816b..25b5091 100644 --- a/shared/common/package.json +++ b/shared/common/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/common", - "version": "1.4.0", + "version": "1.5.0", "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 ac29977..2040758 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.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 + ## [0.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/docs@0.0.1...@unleashit/docs@0.0.2) (2024-01-13) **Note:** Version bump only for package @unleashit/docs diff --git a/shared/docs/package.json b/shared/docs/package.json index b3e93e1..ffc7c99 100644 --- a/shared/docs/package.json +++ b/shared/docs/package.json @@ -1,6 +1,6 @@ { "name": "@unleashit/docs", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "docusaurus": "docusaurus",