Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @unleashit/demo-frontend@1.1.11
 - @unleashit/async-handler@1.1.12
 - @unleashit/forgot-password@1.1.12
 - @unleashit/login@1.1.13
 - @unleashit/modal@1.1.12
 - @unleashit/navigation@1.1.12
 - @unleashit/pagination@1.1.12
 - @unleashit/quick-form@1.1.13
 - @unleashit/recursive-data-lister@1.1.12
 - @unleashit/signup@1.2.6
 - @unleashit/common@1.3.0
 - @unleashit/docs@0.0.1
  • Loading branch information
unleashit committed Jan 10, 2024
1 parent 05d812f commit 3723f93
Show file tree
Hide file tree
Showing 24 changed files with 89 additions and 13 deletions.
4 changes: 4 additions & 0 deletions demos/frontend/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.11](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.1.10...@unleashit/demo-frontend@1.1.11) (2024-01-10)

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

## [1.1.10](https://github.com/unleashit/npm-library/compare/@unleashit/demo-frontend@1.1.9...@unleashit/demo-frontend@1.1.10) (2024-01-02)

**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.10",
"version": "1.1.11",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/asyncHandler/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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@1.1.11...@unleashit/async-handler@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/async-handler@1.1.10...@unleashit/async-handler@1.1.11) (2024-01-02)

**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.11",
"version": "1.1.12",
"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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@1.1.11...@unleashit/forgot-password@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/forgot-password@1.1.10...@unleashit/forgot-password@1.1.11) (2024-01-02)

**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.11",
"version": "1.1.12",
"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.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.1.12...@unleashit/login@1.1.13) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/login@1.1.11...@unleashit/login@1.1.12) (2024-01-02)

**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.12",
"version": "1.1.13",
"description": "Responsive login component for React with custom fields.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/modal/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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/modal@1.1.11...@unleashit/modal@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/modal@1.1.10...@unleashit/modal@1.1.11) (2024-01-02)

**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.11",
"version": "1.1.12",
"description": "Responsive modal component for React with custom header, footer and more.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/navigation/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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.1.11...@unleashit/navigation@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/navigation@1.1.10...@unleashit/navigation@1.1.11) (2024-01-02)

**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.1.11",
"version": "1.1.12",
"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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.1.11...@unleashit/pagination@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/pagination@1.1.10...@unleashit/pagination@1.1.11) (2024-01-02)

**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.11",
"version": "1.1.12",
"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.1.13](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.1.12...@unleashit/quick-form@1.1.13) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/quick-form@1.1.11...@unleashit/quick-form@1.1.12) (2024-01-02)

### Bug Fixes
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.12",
"version": "1.1.13",
"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.1.12](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@1.1.11...@unleashit/recursive-data-lister@1.1.12) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.1.11](https://github.com/unleashit/npm-library/compare/@unleashit/recursive-data-lister@1.1.10...@unleashit/recursive-data-lister@1.1.11) (2024-01-02)

**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.11",
"version": "1.1.12",
"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.2.6](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.2.5...@unleashit/signup@1.2.6) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

## [1.2.5](https://github.com/unleashit/npm-library/compare/@unleashit/signup@1.2.4...@unleashit/signup@1.2.5) (2024-01-02)

**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.5",
"version": "1.2.6",
"description": "Responsive signup component for React with custom fields.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions shared/common/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.

# [1.3.0](https://github.com/unleashit/npm-library/compare/@unleashit/common@1.2.5...@unleashit/common@1.3.0) (2024-01-10)

### Bug Fixes

* **all:** restore package.json files mangled by lerna and fix css import bug ([d64f745](https://github.com/unleashit/npm-library/commit/d64f74535ee30fda76a89234790b6017c8a731ca))

### Features

* **common:** add reactComponentCase to utils ([9599452](https://github.com/unleashit/npm-library/commit/9599452ebda26be5548b8cf9068efa881d406d52))

## [1.2.5](https://github.com/unleashit/npm-library/compare/@unleashit/common@1.2.4...@unleashit/common@1.2.5) (2024-01-02)

**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": "1.2.5",
"version": "1.3.0",
"description": "Shared library for @unleashit components. Not directly useful.",
"main": "src/index.ts",
"types": "src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions shared/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2024-01-10)

**Note:** Version bump only for package @unleashit/docs
4 changes: 2 additions & 2 deletions shared/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleashit/docs",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -27,10 +27,10 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.0",
"@docusaurus/theme-classic": "^3.1.0",
"@docusaurus/tsconfig": "3.1.0",
"@docusaurus/types": "3.1.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.0",
"remark-code-snippets": "^1.1.0",
"typescript": "~5.2.2"
},
Expand Down

0 comments on commit 3723f93

Please sign in to comment.