@nativescript-community/ui-material-tabs 7.0.25 → 7.0.26

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/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.0.26](https://github.com/nativescript-community/ui-material-components/compare/v7.0.25...v7.0.26) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.0.25](https://github.com/nativescript-community/ui-material-components/compare/v7.0.24...v7.0.25) (2022-07-19)
7
15
 
8
16
  **Note:** Version bump only for package @nativescript-community/ui-material-tabs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-material-tabs",
3
- "version": "7.0.25",
3
+ "version": "7.0.26",
4
4
  "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.",
5
5
  "main": "./index",
6
6
  "sideEffects": false,
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "readmeFilename": "README.md",
48
48
  "dependencies": {
49
- "@nativescript-community/ui-material-core": "^7.0.25",
50
- "@nativescript-community/ui-material-core-tabs": "^7.0.25"
49
+ "@nativescript-community/ui-material-core": "^7.0.26",
50
+ "@nativescript-community/ui-material-core-tabs": "^7.0.26"
51
51
  },
52
- "gitHead": "599b3197198993cb850c2bc3a15dab09c291e82b"
52
+ "gitHead": "5eb4efe2ffe650dd36288d6ffb8f2137b48cb438"
53
53
  }