Skip to content

Commit

Permalink
Merge pull request #206 from Badgerati/develop
Browse files Browse the repository at this point in the history
v0.6.2
  • Loading branch information
Badgerati authored Nov 16, 2021
2 parents 263b0be + 276e78a commit d877325
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Badgerati/Pode.Web/master/LICENSE.txt)
[![Documentation](https://img.shields.io/github/v/release/badgerati/pode.web?label=docs)](https://badgerati.github.io/Pode.Web)
[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fbadgerati%2Fpode.web%2Fbadge&style=flat&label=GitHub)](https://actions-badge.atrox.dev/badgerati/pode.web/goto)
[![Gitter](https://badges.gitter.im/Badgerati/Pode.svg)](https://gitter.im/Badgerati/Pode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Discord](https://img.shields.io/discord/887398607727255642)](https://discord.gg/fRqeGcbF6h)
[![PowerShell](https://img.shields.io/powershellgallery/dt/pode.web.svg?label=PowerShell&colorB=085298)](https://www.powershellgallery.com/packages/Pode.Web)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/Badgerati?color=%23ff69b4&logo=github&style=flat&label=Sponsers)](https://github.com/sponsors/Badgerati)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Badgerati/Pode.Web/master/LICENSE.txt)
[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fbadgerati%2Fpode.web%2Fbadge&style=flat&label=GitHub)](https://actions-badge.atrox.dev/badgerati/pode.web/goto)
[![Gitter](https://badges.gitter.im/Badgerati/Pode.svg)](https://gitter.im/Badgerati/Pode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Discord](https://img.shields.io/discord/887398607727255642)](https://discord.gg/fRqeGcbF6h)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/Badgerati?color=%23ff69b4&logo=github&style=flat&label=Sponsers)](https://github.com/sponsors/Badgerati)

> 💝 A lot of my free time, evenings, and weekends goes into making Pode happen; please do consider sponsoring as it will really help! 😊
Expand Down
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## v0.6.2

```plain
### Packaging
* #195: Bump highlightjs to 11.3.1
* #198: Bump chart.js to 3.6.0
* #203: Bump monaco-editor to 0.30.1
* #204: Bump materialdesignicons to 6.5.95
* #205: Bump bootstrap to 4.6.1
```

## v0.6.1

```plain
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"jquery": "3.6.0",
"jquery-ui-dist": "1.12.1",
"popper.js": "1.16.1",
"bootstrap": "4.6.0",
"bootstrap": "4.6.1",
"bs-stepper": "1.7.0",
"@mdi/font": "6.2.95",
"chart.js": "3.5.1",
"@highlightjs/cdn-assets": "11.2.0",
"monaco-editor": "0.29.1",
"@mdi/font": "6.5.95",
"chart.js": "3.6.0",
"@highlightjs/cdn-assets": "11.3.1",
"monaco-editor": "0.30.1",
"moment": "2.29.1"
}
}
2 changes: 1 addition & 1 deletion src/Pode.Web.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'Pode.Web.psm1'

# Version number of this module.
ModuleVersion = '0.6.1'
ModuleVersion = '0.6.2'

# ID used to uniquely identify this module
GUID = '5c6cae5a-8e62-48a4-c2e5-7511ffe2d439'
Expand Down

0 comments on commit d877325

Please sign in to comment.