Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
unleashit committed Feb 2, 2024
1 parent e544e3b commit 01f52c5
Show file tree
Hide file tree
Showing 27 changed files with 78 additions and 16 deletions.
6 changes: 6 additions & 0 deletions demos/backend/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.

# [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
Expand Down
8 changes: 5 additions & 3 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.2",
"version": "2.3.0",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions demos/frontend/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.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
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.2.1",
"version": "1.2.2",
"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.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
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.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",
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.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
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/login/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.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
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.2.0",
"version": "1.2.1",
"description": "Responsive login component for React with custom fields.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/modal/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.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
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/navigation/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.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
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/pagination/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.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
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.2.1",
"version": "1.2.2",
"description": "Responsive pagination component for React.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/quickForm/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.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
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.2.0",
"version": "1.2.1",
"description": "Quick and responsive simple forms for React",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/recursiveDataLister/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.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
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.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",
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.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
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.3.0",
"version": "1.3.1",
"description": "Responsive signup component for React with custom fields.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions shared/common/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.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
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.5.0",
"version": "1.5.1",
"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.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
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.3",
"version": "0.0.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 01f52c5

Please sign in to comment.