Skip to content

Commit

Permalink
chore(release): publish new version 7.2.66
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 8, 2024
1 parent 0570461 commit fecf7a6
Show file tree
Hide file tree
Showing 40 changed files with 124 additions and 42 deletions.
6 changes: 6 additions & 0 deletions 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.

## [7.2.66](https://github.com/nativescript-community/ui-material-component/compare/v7.2.65...v7.2.66) (2024-10-08)

### Bug Fixes

* **bottom-navigation:** consistent styling on iOS 18 ([c29f593](https://github.com/nativescript-community/ui-material-component/commit/c29f5936b5c0bddf7b457eb4f711d2c5eac92598))

## [7.2.65](https://github.com/nativescript-community/ui-material-component/compare/v7.2.64...v7.2.65) (2024-09-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.2.65",
"version": "7.2.66",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/activityindicator/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-activityindicator
Expand Down
4 changes: 2 additions & 2 deletions packages/activityindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-activityindicator",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -47,7 +47,7 @@
"readmeFilename": "README.md",
"homepage": "https://nativescript-community.github.io/ui-material-components/modules/_nativescript_community_ui_material_activityindicator.html",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/bottom-navigation/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-bottom-navigation
Expand Down
6 changes: 3 additions & 3 deletions packages/bottom-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottom-navigation",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
"main": "bottomnavigation",
"sideEffects": false,
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65",
"@nativescript-community/ui-material-core-tabs": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66",
"@nativescript-community/ui-material-core-tabs": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/bottomnavigationbar/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomnavigationbar
Expand Down
4 changes: 2 additions & 2 deletions packages/bottomnavigationbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomnavigationbar",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
"main": "bottomnavigationbar",
"sideEffects": false,
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/bottomsheet/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet
Expand Down
4 changes: 2 additions & 2 deletions packages/bottomsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-bottomsheet",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
"main": "./bottomsheet",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/button/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-button

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-button
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-button",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
"main": "./button",
"sideEffects": false,
Expand Down Expand Up @@ -47,7 +47,7 @@
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/text": "^1.5.2",
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/cardview/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-cardview

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-cardview
Expand Down
4 changes: 2 additions & 2 deletions packages/cardview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-cardview",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Cards contain content and actions about a single subject.",
"main": "./cardview",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/core-tabs/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-core-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/core-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-core-tabs",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Core Tabs component",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -39,7 +39,7 @@
"repository": "https://github.com/nativescript-community/ui-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-core

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-core
Expand Down
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": "@nativescript-community/ui-material-core",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Core component",
"main": "./index",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/dialogs/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-dialogs

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
Expand Down
6 changes: 3 additions & 3 deletions packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-dialogs",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
"main": "./dialogs",
"sideEffects": false,
Expand Down Expand Up @@ -43,8 +43,8 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65",
"@nativescript-community/ui-material-textfield": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66",
"@nativescript-community/ui-material-textfield": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/floatingactionbutton/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-floatingactionbutton
Expand Down
4 changes: 2 additions & 2 deletions packages/floatingactionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-floatingactionbutton",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design FAB performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.",
"main": "./floatingactionbutton",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/progress/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-progress

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-progress
Expand Down
4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-progress",
"version": "7.2.65",
"version": "7.2.66",
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
"main": "./progress",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/ripple/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-ripple

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-ripple
Expand Down
4 changes: 2 additions & 2 deletions packages/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-ripple",
"version": "7.2.65",
"version": "7.2.66",
"description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.",
"main": "./ripple",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/slider/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-slider

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-slider
Expand Down
4 changes: 2 additions & 2 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-material-slider",
"version": "7.2.65",
"version": "7.2.66",
"description": "Material Design Sliders allow users to make selections from a range of values.",
"main": "./slider",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.65"
"@nativescript-community/ui-material-core": "^7.2.66"
},
"gitHead": "65eb2d66b4128ce58b4d3e35c83a68a6f921222c"
}
4 changes: 4 additions & 0 deletions packages/snackbar/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.

## [7.2.66](https://github.com/nativescript-community/ui-material-components/compare/v7.2.65...v7.2.66) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-material-snackbar

## [7.2.65](https://github.com/nativescript-community/ui-material-components/compare/v7.2.64...v7.2.65) (2024-09-29)

**Note:** Version bump only for package @nativescript-community/ui-material-snackbar
Expand Down
Loading

0 comments on commit fecf7a6

Please sign in to comment.