Skip to content

Commit 2fcc352

Browse files
authored
Merge pull request #143 from nanoframework/release-v1.3.3
release-v1.3.3
2 parents f6b324b + 0835660 commit 2fcc352

27 files changed

+273
-290
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
4+
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
5+
6+
name: Daily update dependencies
7+
8+
on:
9+
schedule:
10+
# At 00:00 UTC every day.
11+
- cron: '00 00 * * *'
12+
repository_dispatch:
13+
types: update-dependencies
14+
15+
defaults:
16+
run:
17+
shell: pwsh
18+
19+
jobs:
20+
update-dotnet-preview:
21+
name: Update .NET nanoFramework dependencies
22+
timeout-minutes: 15
23+
runs-on: windows-latest
24+
steps:
25+
- name: Checkout
26+
uses: actions/[email protected]
27+
with:
28+
path: main
29+
- name: Checkout tools repo
30+
uses: actions/[email protected]
31+
with:
32+
repository: nanoframework/nf-tools
33+
path: tools
34+
- name: Update dependencies
35+
run: ./github-actions/update-nf-dependencies.ps1
36+
working-directory: tools
37+
- name: Create Pull Request
38+
uses: peter-evans/create-pull-request@v3
39+
if: env.CREATE_PR == 'true'
40+
with:
41+
title: '${{ env.PR_TITLE }}'
42+
body: |
43+
${{ env.PR_MESSAGE }}
44+
45+
[version update]
46+
47+
### :warning: This is an automated update. :warning:
48+
committer: 'nfbot <[email protected]>'
49+
branch: ${{ env.BRANCH_NAME }}
50+
path: main
51+
labels: |
52+
Type: dependencies

CHANGELOG.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,133 @@
22

33
## [v1.3.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.1-preview.2) (2020-06-16)
44

5+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.3-preview.1...HEAD)
6+
7+
**Documentation and other chores:**
8+
9+
- Update 2 NuGet dependencies [\#127](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/127)
10+
11+
## [v1.3.3-preview.1](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.3-preview.1) (2021-03-10)
12+
13+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.26...v1.3.3-preview.1)
14+
15+
## [v1.3.2-preview.26](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.26) (2021-03-08)
16+
17+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.24...v1.3.2-preview.26)
18+
19+
**Fixed bugs:**
20+
21+
- Fix issue with Sleep and wake from sleep [\#126](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/126)
22+
23+
## [v1.3.2-preview.24](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.24) (2021-03-02)
24+
25+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.21...v1.3.2-preview.24)
26+
27+
**Documentation and other chores:**
28+
29+
- Update 2 NuGet dependencies [\#125](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/125)
30+
31+
## [v1.3.2-preview.21](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.21) (2021-01-06)
32+
33+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.19...v1.3.2-preview.21)
34+
35+
**Documentation and other chores:**
36+
37+
- Update 2 NuGet dependencies [\#124](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/124)
38+
39+
## [v1.3.2-preview.19](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.19) (2020-12-29)
40+
41+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.16...v1.3.2-preview.19)
42+
43+
**Documentation and other chores:**
44+
45+
- Update 2 NuGet dependencies [\#123](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/123)
46+
47+
## [v1.3.2-preview.16](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.16) (2020-12-28)
48+
49+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.14...v1.3.2-preview.16)
50+
51+
**Documentation and other chores:**
52+
53+
- Update 2 NuGet dependencies [\#122](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/122)
54+
- Update 2 NuGet dependencies [\#121](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/121)
55+
56+
## [v1.3.2-preview.14](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.14) (2020-12-07)
57+
58+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.11...v1.3.2-preview.14)
59+
60+
**Documentation and other chores:**
61+
62+
- Update 2 NuGet dependencies [\#120](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/120)
63+
- Update 2 NuGet dependencies [\#118](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/118)
64+
65+
## [v1.3.2-preview.11](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.11) (2020-10-20)
66+
67+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.9...v1.3.2-preview.11)
68+
69+
**Documentation and other chores:**
70+
71+
- Update 2 NuGet dependencies [\#117](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/117)
72+
73+
## [v1.3.2-preview.9](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.9) (2020-09-30)
74+
75+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.7...v1.3.2-preview.9)
76+
77+
**Documentation and other chores:**
78+
79+
- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#116](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/116)
80+
81+
## [v1.3.2-preview.7](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.7) (2020-09-30)
82+
83+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.5...v1.3.2-preview.7)
84+
85+
**Documentation and other chores:**
86+
87+
- Update 2 NuGet dependencies [\#115](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/115)
88+
89+
## [v1.3.2-preview.5](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.5) (2020-09-28)
90+
91+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.2-preview.1...v1.3.2-preview.5)
92+
93+
**Documentation and other chores:**
94+
95+
- Update dependencies [\#114](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/114)
96+
97+
## [v1.3.2-preview.1](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.2-preview.1) (2020-09-24)
98+
99+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.1-preview.6...v1.3.2-preview.1)
100+
101+
**Documentation and other chores:**
102+
103+
- Bumps nanoFramework.CoreLibrary from 1.7.3 to 1.8.0-preview.6 [\#112](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/112)
104+
- Update dependencies [\#111](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/111)
105+
106+
## [v1.3.1-preview.6](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.1-preview.6) (2020-07-02)
107+
108+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.1-preview.4...v1.3.1-preview.6)
109+
110+
**Documentation and other chores:**
111+
112+
- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#110](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/110)
113+
114+
## [v1.3.1-preview.4](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.1-preview.4) (2020-07-01)
115+
116+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.0...v1.3.1-preview.4)
117+
118+
**Documentation and other chores:**
119+
120+
- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#109](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/109)
121+
122+
## [v1.3.0](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.0) (2020-06-16)
123+
124+
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.1-preview.2...v1.3.0)
125+
126+
**Documentation and other chores:**
127+
128+
- Release release-v1.3.0 [\#108](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/pull/108)
129+
130+
## [v1.3.1-preview.2](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.1-preview.2) (2020-06-16)
131+
5132
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/compare/v1.3.0-preview.5...v1.3.1-preview.2)
6133

7134
## [v1.3.0-preview.5](https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32/tree/v1.3.0-preview.5) (2020-06-16)

0 commit comments

Comments
 (0)