Skip to content

Commit

Permalink
build: [packages] 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
al-march committed Jan 21, 2024
1 parent 1694f92 commit e0ef717
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "0.0.23",
"version": "0.1.0",
"description": "A core package for the floating elements based on Angular and Floating-ui",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/popover",
"version": "0.0.23",
"version": "0.1.0",
"description": "Popover component based on Angular 17+ and Floating-ui displays content next to the trigger element on mouse click",
"keywords": [
"components",
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@ngx-popovers/core": "0.0.23"
"@ngx-popovers/core": "0.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/tooltip",
"version": "0.0.23",
"version": "0.1.0",
"description": "The Tooltip component based on Angular 17+ and Floating-ui shows tooltips next to the trigger element",
"keywords": [
"components",
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@ngx-popovers/core": "0.0.23"
"@ngx-popovers/core": "0.1.0"
},
"sideEffects": false
}

0 comments on commit e0ef717

Please sign in to comment.