@sumaris-net/ngx-components 2.4.81-rc1 → 2.4.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/doc/changelog.md +4 -0
  2. package/package.json +1 -1
package/doc/changelog.md CHANGED
@@ -625,3 +625,7 @@ Observables: function `waitFor()`, `waitForTrue()`, `watForFalse()`, `firstNotNi
625
625
 
626
626
  # 2.4.79
627
627
  [fix] ImageGallery: fix add button icon (center alignement)
628
+
629
+
630
+ # 2.4.81
631
+ [fix] AppToolbar: allow to use ion-segment in app-toolbar
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.81-rc1",
4
+ "version": "2.4.81",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",