Skip to content

Commit

Permalink
Version 2.0.0 Beta 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Dec 11, 2021
1 parent c4df926 commit 6e2bc2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The website for roncli.com. You can see this site in action at https://roncli.c

## Version History

### v2.0.0 Beta 2 - 12/11/2021

* Various bug fixes found during go live.
* Logging improvements for regular cache check.
* Package updates.

### v2.0.0 Beta 1 - 12/1/2021

This release is a complete rewrite of the website, and is a release candidate for version 2.0.0.
Expand Down
2 changes: 1 addition & 1 deletion logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roncli.com-logging",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "gelf logging for roncli.com.",
"homepage": "https://github.com/roncli/roncli.com",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions node-ronc-li/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roncli.com-node-ronc-li",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "The website for ronc.li.",
"homepage": "https://github.com/roncli/roncli.com",
"bugs": {
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.6",
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.7",
"@root/request": "1.8.0",
"express": "4.17.1",
"mongodb": "4.2.1"
Expand Down
6 changes: 3 additions & 3 deletions node-roncli-com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roncli.com-node-roncli-com",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "The website for roncli.com.",
"homepage": "https://github.com/roncli/roncli.com",
"bugs": {
Expand All @@ -22,7 +22,7 @@
"@editorjs/quote": "2.4.0",
"@fontsource/archivo-narrow": "4.5.1",
"@octokit/rest": "18.12.0",
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.6",
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.7",
"@roncli/node-minify": "roncli/node-minify#v1.1.3",
"@roncli/node-redis": "roncli/node-redis#v0.1.11",
"@root/request": "1.8.0",
Expand All @@ -38,7 +38,7 @@
"googleapis": "92.0.0",
"hot-router": "1.0.0-beta.8",
"html-minifier-terser": "6.1.0",
"monaco-editor": "0.30.1",
"monaco-editor": "0.31.0",
"mongodb": "4.2.1",
"multer": "1.4.4",
"nodemailer": "6.7.2",
Expand Down

0 comments on commit 6e2bc2a

Please sign in to comment.