Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
unleashit committed Jan 31, 2024
1 parent 8f6360d commit 7a2dff7
Show file tree
Hide file tree
Showing 27 changed files with 104 additions and 15 deletions.
4 changes: 4 additions & 0 deletions demos/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions demos/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demos/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/demo-backend",
"version": "2.2.1",
"version": "2.2.2",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions demos/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion demos/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/demo-frontend",
"version": "1.1.13",
"version": "1.2.0",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/asyncHandler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/asyncHandler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/forgotPassword/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/forgotPassword/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/quickForm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/quickForm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/recursiveDataLister/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/recursiveDataLister/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/signup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/signup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions shared/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shared/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions shared/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shared/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/docs",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 7a2dff7

Please sign in to comment.