Skip to content

Commit

Permalink
v18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
al-march committed Sep 8, 2024
1 parent 2d366ac commit 7ef03a5
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions 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.

## [18.1.1](https://github.com/al-march/ngx-popovers/compare/v18.1.0...v18.1.1) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/source

## [18.0.1](https://github.com/al-march/ngx-popovers/compare/v18.0.0...v18.0.1) (2024-06-19)

**Note:** Version bump only for package @ngx-popovers/source
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "18.1.0",
"version": "18.1.1",
"packages": ["packages/*"],
"command": {
"publish": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.

## [18.1.1](https://github.com/al-march/ngx-popovers/compare/v18.1.0...v18.1.1) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/core

## [18.0.1](https://github.com/al-march/ngx-popovers/compare/v18.0.0...v18.0.1) (2024-06-19)

**Note:** Version bump only for package @ngx-popovers/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/core",
"version": "18.1.0",
"version": "18.1.1",
"description": "A core package for the floating elements based on Angular and Floating-ui",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/dialog/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.

## [18.1.1](https://github.com/al-march/ngx-popovers/compare/v18.1.0...v18.1.1) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/dialog

## [18.0.1](https://github.com/al-march/ngx-popovers/compare/v18.0.0...v18.0.1) (2024-06-19)

**Note:** Version bump only for package @ngx-popovers/dialog
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/dialog",
"version": "18.1.0",
"version": "18.1.1",
"description": "The simplest Dialog component based on Angular 17+",
"keywords": [
"components",
Expand Down
4 changes: 4 additions & 0 deletions packages/popover/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.

## [18.1.1](https://github.com/al-march/ngx-popovers/compare/v18.1.0...v18.1.1) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/popover

## [18.0.1](https://github.com/al-march/ngx-popovers/compare/v18.0.0...v18.0.1) (2024-06-19)

**Note:** Version bump only for package @ngx-popovers/popover
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/popover",
"version": "18.1.0",
"version": "18.1.1",
"description": "Popover component based on Angular 17+ and Floating-ui displays content next to the trigger element on mouse click",
"keywords": [
"components",
Expand Down
4 changes: 4 additions & 0 deletions packages/tooltip/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.

## [18.1.1](https://github.com/al-march/ngx-popovers/compare/v18.1.0...v18.1.1) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/tooltip

## [18.0.1](https://github.com/al-march/ngx-popovers/compare/v18.0.0...v18.0.1) (2024-06-19)

**Note:** Version bump only for package @ngx-popovers/tooltip
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/tooltip",
"version": "18.1.0",
"version": "18.1.1",
"description": "The Tooltip component based on Angular 17+ and Floating-ui shows tooltips next to the trigger element",
"keywords": [
"components",
Expand Down

0 comments on commit 7ef03a5

Please sign in to comment.