Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @unleashit/demo-archive-frontend@2.0.2
 - @unleashit/demo-backend@2.0.2
 - @unleashit/demo-frontend@2.0.2
 - @unleashit/async-handler@2.0.2
 - @unleashit/forgot-password@2.0.2
 - @unleashit/login@2.0.2
 - @unleashit/modal@2.0.2
 - @unleashit/navigation@2.0.2
 - @unleashit/pagination@2.0.2
 - @unleashit/quick-form@2.0.2
 - @unleashit/recursive-data-lister@2.0.2
 - @unleashit/signup@2.0.2
 - @unleashit/common@2.0.2
 - @unleashit/docs@2.0.2
  • Loading branch information
unleashit committed Apr 20, 2024
1 parent a68498b commit 5f23fdb
Show file tree
Hide file tree
Showing 29 changed files with 83 additions and 19 deletions.
4 changes: 4 additions & 0 deletions demos/archiveFrontend/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.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/demo-archive-frontend@2.0.1...@unleashit/demo-archive-frontend@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/demo-archive-frontend

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/demo-archive-frontend@2.0.0...@unleashit/demo-archive-frontend@2.0.1) (2024-04-18)

**Note:** Version bump only for package @unleashit/demo-archive-frontend
Expand Down
2 changes: 1 addition & 1 deletion demos/archiveFrontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/demo-archive-frontend",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions demos/backend/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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/demo-backend@2.0.1...@unleashit/demo-backend@2.0.2) (2024-04-20)

### Bug Fixes

* **demo:** fix forgot password reset url in notifications ([d448dd3](https://github.com/unleashit/npm-library/commit/d448dd302cc2efb208489797ad4da2211d1150c7))
* **demo:** troubleshoot and fix random 504 errors from vercel ([1fa1d3e](https://github.com/unleashit/npm-library/commit/1fa1d3e25f574d72bf87ba0bb4eacaf3b12c33aa))

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/demo-backend@2.0.0...@unleashit/demo-backend@2.0.1) (2024-04-18)

**Note:** Version bump only for package @unleashit/demo-backend
Expand Down
7 changes: 2 additions & 5 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.0.1",
"version": "2.0.2",
"main": "src/index.ts",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions demos/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@2.0.1...@unleashit/demo-frontend@2.0.2) (2024-04-20)

### Bug Fixes

* **demos:** input select and text area inherit font style ([a68498b](https://github.com/unleashit/npm-library/commit/a68498b26035678f7cfb07cc6877d1e1f50ebebc))

### Reverts

* Revert "fix(demo): move the panel default from the bottom to the right of screen" ([0eef88c](https://github.com/unleashit/npm-library/commit/0eef88ce73c02d71d6ff92ce70c6675aed564192))

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@2.0.0...@unleashit/demo-frontend@2.0.1) (2024-04-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion demos/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unleashit/demo-frontend",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@2.0.1...@unleashit/async-handler@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/async-handler

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@2.0.0...@unleashit/async-handler@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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
4 changes: 4 additions & 0 deletions packages/forgotPassword/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.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@2.0.1...@unleashit/forgot-password@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/forgot-password

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@2.0.0...@unleashit/forgot-password@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/login@2.0.1...@unleashit/login@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/login

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/login@2.0.0...@unleashit/login@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/modal@2.0.1...@unleashit/modal@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/modal

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/modal@2.0.0...@unleashit/modal@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@2.0.1...@unleashit/navigation@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/navigation

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@2.0.0...@unleashit/navigation@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@2.0.1...@unleashit/pagination@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/pagination

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@2.0.0...@unleashit/pagination@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@2.0.1...@unleashit/quick-form@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/quick-form

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@2.0.0...@unleashit/quick-form@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@2.0.1...@unleashit/recursive-data-lister@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/recursive-data-lister

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@2.0.0...@unleashit/recursive-data-lister@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"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
4 changes: 4 additions & 0 deletions packages/signup/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.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/signup@2.0.1...@unleashit/signup@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/signup

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/signup@2.0.0...@unleashit/signup@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"description": "Responsive signup component for React with custom fields.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions shared/common/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.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/common@2.0.1...@unleashit/common@2.0.2) (2024-04-20)

### Bug Fixes

* **demos:** input select and text area inherit font style ([a68498b](https://github.com/unleashit/npm-library/commit/a68498b26035678f7cfb07cc6877d1e1f50ebebc))

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/common@2.0.0...@unleashit/common@2.0.1) (2024-04-18)

**Note:** Version bump only for package @unleashit/common
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": "2.0.1",
"version": "2.0.2",
"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.

## [2.0.2](https://github.com/unleashit/npm-library/compare/@unleashit/docs@2.0.1...@unleashit/docs@2.0.2) (2024-04-20)

**Note:** Version bump only for package @unleashit/docs

## [2.0.1](https://github.com/unleashit/npm-library/compare/@unleashit/docs@2.0.0...@unleashit/docs@2.0.1) (2024-04-18)

**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": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 5f23fdb

Please sign in to comment.