Skip to content

Commit

Permalink
updating package versions in various package.json ahead of publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinijoshi19 committed Oct 31, 2020
1 parent 88ef575 commit 6e32a4e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-designer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.5.0",
"adaptivecards-controls": "^0.4.0",
"adaptivecards-designer": "^1.1.0",
"eslint": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"adaptive-expressions": "^4.9.2",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.5.0",
"adaptivecards-controls": "^0.4.0",
"adaptivecards-templating": "^1.1.0",
"clipboard": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"ac-typed-schema": "^0.6.0",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.5.0",
"adaptivecards-designer": "^1.1.0",
"adaptivecards-templating": "^1.1.0",
"adaptivecards-visualizer": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.5.0",
"eslint": "^7.3.1",
"markdown-it": "^8.4.0",
"monaco-editor": "^0.20.0",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards/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 source/nodejs/adaptivecards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards",
"version": "2.1.0",
"version": "2.5.0",
"description": "Adaptive Cards Javascript library for HTML Clients",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down

0 comments on commit 6e32a4e

Please sign in to comment.