Skip to content

Commit

Permalink
Merge pull request #356 from pnp/preview
Browse files Browse the repository at this point in the history
Prepare for release 4.1.0 merging preview into master
  • Loading branch information
RickVanRousselt authored Mar 1, 2023
2 parents 1066ae0 + b372806 commit 2e1f391
Show file tree
Hide file tree
Showing 11 changed files with 8,410 additions and 10,195 deletions.
4 changes: 3 additions & 1 deletion packages/generator-teams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ 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*>
## [*4.1.0*]- <*2023-03-01*>

### Changes

* added the possiblity to scaffold manifest version 1.14 & 1.15
* Updated packages to new version
* Referencing new yoteams-build-core version & new yo-teams-deploy version

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

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-teams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The solution can be built using the Gulp task `build` and hosted on a local web

## yo teams Demo

![Demo](https://github.com/pnp/generator-teams/blob/master/docs/assets/demo.gif)
![Demo](https://github.com/pnp/generator-teams/blob/main/docs/assets/demo.gif?raw=true)

## Install

Expand Down
2,927 changes: 1,395 additions & 1,532 deletions packages/generator-teams/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.1-preview.1",
"version": "4.1.0",
"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
4 changes: 2 additions & 2 deletions packages/generator-teams/src/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"vinyl": "2.2.1",
"webpack": "^5.72.0",
"yargs": "^17.5.1",
"yoteams-build-core": "^1.7.0",
"yoteams-deploy": "^1.2.0",
"yoteams-build-core": "^1.8.0",
"yoteams-deploy": "^1.4.0",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
18 changes: 18 additions & 0 deletions packages/yoteams-build-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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/).


## [*1.8.1*]- <*2023-01-19*>

### Added

* Updated packages

## [*1.8.0*]- <*2023-01-19*>

### Added

* Added support for Schema 1.14 & 1.15. This schema version supports extending Teams apps to other parts of the Microsoft 365 ecosystem. More info at https://aka.ms/extendteamsapps.

### Changes

* Requires Node 16 or later
* Dependency package updates

## [*1.7.0*]- <*2022-06-23*>

### Added
Expand Down
Loading

0 comments on commit 2e1f391

Please sign in to comment.