Skip to content

Commit

Permalink
đŸ”–Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Sep 30, 2021
1 parent 03c7e34 commit db60841
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 29 deletions.
17 changes: 9 additions & 8 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ Detailed descriptions can always be found in the [CHANGELOG.md](https://github.c
| [2.15.0](./Release-notes-2.15.0) | 2020-06-20| to 2.16.0 |||
| [2.16.0](./Release-notes-2.16.0) | 2020-10-28| |||
| [2.17.1](./Release-notes-2.16.0) | 2020-12-07| n/a |||
| [3.0.0](./Release-notes-3.0.0) | 2021-02-07| to 3.1.0 |||
| [3.0.1](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.1) | 2021-02-11| to 3.2.0 |||
| [3.0.2](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.2) | 2021-02-24| to 3.2.0 |||
| [3.0.3](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.3) | 2021-03-02| to 3.2.0 |||
| [3.1.0](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.1.0) | 2021-05-21| to 3.2.0 |**latest**||
| [3.2.0](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.2.0) | 2021-06-??| n/a |**latest**||
| [3.0.0](./Release-notes-3.0.0) | 2021-02-07| to 3.3.0 |||
| [3.0.1](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.1) | 2021-02-11| to 3.3.0 |||
| [3.0.2](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.2) | 2021-02-24| to 3.3.0 |||
| [3.0.3](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.0.3) | 2021-03-02| to 3.3.0 |||
| [3.1.0](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.1.0) | 2021-05-21| to 3.3.0 |||
| [3.2.0](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.2.0) | 2021-06-07| to 3.3.0 |||
| [3.3.0](https://github.com/pnp/generator-teams/releases/tag/generator-teams%403.3.0) | 2021-09-30| n/a |||

## How to install a specific version

Expand All @@ -35,7 +36,7 @@ Execute the following using the version or tag of your choice
Using version:

``` bash
npm install -g generator-teams@2.17.1
npm install -g generator-teams@3.2.0
```

Using tag:
Expand All @@ -55,5 +56,5 @@ npm install -g npx
Execute the following using the version of your choice

``` bash
npx -p yo -p generator-teams@2.17.1 -- yo teams
npx -p yo -p generator-teams@3.2.0 -- yo teams
```
2 changes: 1 addition & 1 deletion packages/generator-teams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## [*Unreleased*]- <**>
## [*3.3.0*]- <*2021-09-30*>

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-teams/package-lock.json

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

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": "3.3.0-preview3",
"version": "3.3.0",
"description": "Yeoman generator for Microsoft Teams Apps",
"main": "generators/app/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-teams/src/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vinyl": "2.2.1",
"webpack": "5.52.1",
"yargs": "^16.0.3",
"yoteams-build-core": "^1.3.0-preview2",
"yoteams-build-core": "^1.3.0",
"yoteams-deploy": "^1.0.1",
"webpack-node-externals": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yoteams-build-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## [*Unreleased*]- <**>
## [*1.3.0*]- <*2021-09-30*>

### Added

Expand Down
32 changes: 17 additions & 15 deletions packages/yoteams-build-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/yoteams-build-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoteams-build-core",
"version": "1.3.0-preview2",
"version": "1.3.0",
"description": "Core build Gulp tasks for Yo Teams, Microsoft Teams Apps Generator (https://aka.ms/yoteams)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit db60841

Please sign in to comment.