Skip to content

Commit

Permalink
Merge pull request #347 from RickVanRousselt/preview
Browse files Browse the repository at this point in the history
Updated version and packages for release 4.1.1-preview.1
  • Loading branch information
RickVanRousselt authored Jan 19, 2023
2 parents 04b1ae0 + f154081 commit 614a31f
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 114 deletions.
5 changes: 5 additions & 0 deletions packages/generator-teams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [*4.1.0-preview.1*]- <*2023-01-19*>

### Changes

* added the possiblity to scaffold manifest version 1.14 & 1.15

## [*4.0.1*]- <*2022-06-28*>

Expand Down
229 changes: 118 additions & 111 deletions packages/generator-teams/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/generator-teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-teams",
"version": "4.1.0",
"version": "4.1.1-preview.1",
"description": "Yeoman generator for Microsoft Teams Apps, including support for extending Teams apps to other parts of the Microsoft 365 ecosystem.",
"main": "generators/app/index.js",
"scripts": {
Expand Down Expand Up @@ -124,6 +124,6 @@
"yosay": "^2.0.1"
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}
2 changes: 1 addition & 1 deletion packages/yoteams-build-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"typescript": "^4.0.3"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}

0 comments on commit 614a31f

Please sign in to comment.