Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - ac-typed-schema@0.6.0
 - aclint@0.2.0
 - adaptivecards-controls@0.4.0
 - adaptivecards-designer-app@0.4.0
 - adaptivecards-designer@1.2.0
 - adaptivecards-fabric@1.1.0
 - adaptivecards-site@0.6.0
 - adaptivecards-templating@1.2.0
 - adaptivecards-visualizer@1.3.0
 - adaptivecards@2.2.0
 - spec-generator@0.6.0
  • Loading branch information
paulcam206 committed Sep 1, 2020
1 parent 7a558c9 commit 2734684
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 48 deletions.
2 changes: 1 addition & 1 deletion source/nodejs/ac-typed-schema/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/ac-typed-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ac-typed-schema",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "Generates the element/property tables for our specs based on the schema file.",
"author": "AdaptiveCards",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/aclint/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/aclint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aclint",
"version": "0.2.0",
"version": "0.2.1",
"description": "Adaptive Cards Linting Tool",
"private": true,
"main": "dist/src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions source/nodejs/adaptivecards-designer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.3.0",
"adaptivecards-controls": "^0.4.0",
"adaptivecards-designer": "^1.1.0",
"adaptivecards-designer": "^1.3.0",
"eslint": "^7.3.1",
"file-loader": "^6.0.0",
"markdown-it": "^8.4.0",
Expand All @@ -30,6 +30,6 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"adaptivecards-templating": "^1.1.0"
"adaptivecards-templating": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-designer/package-lock.json

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

6 changes: 3 additions & 3 deletions source/nodejs/adaptivecards-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-designer",
"version": "1.1.0",
"version": "1.3.0",
"description": "Adaptive Card designer embeddable control",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"adaptive-expressions": "^4.9.2",
"adaptivecards": "^2.1.0",
"adaptivecards": "^2.3.0",
"adaptivecards-controls": "^0.4.0",
"adaptivecards-templating": "^1.1.0",
"adaptivecards-templating": "^1.3.0",
"clipboard": "^2.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-site/package-lock.json

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

10 changes: 5 additions & 5 deletions source/nodejs/adaptivecards-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-site",
"version": "0.5.0",
"version": "0.7.0",
"private": true,
"scripts": {
"clean": "hexo clean",
Expand All @@ -15,10 +15,10 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"ac-typed-schema": "^0.6.0",
"adaptivecards": "^2.1.0",
"adaptivecards-designer": "^1.1.0",
"adaptivecards-templating": "^1.1.0",
"ac-typed-schema": "^0.6.1",
"adaptivecards": "^2.3.0",
"adaptivecards-designer": "^1.3.0",
"adaptivecards-templating": "^1.3.0",
"adaptivecards-visualizer": "^1.3.0",
"change-case": "^3.0.1",
"cheerio": "^1.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-templating/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-templating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-templating",
"version": "1.1.0",
"version": "1.3.0",
"description": "Adaptive Card data binding and templating engine for JavaScript",
"author": "AdaptiveCards",
"license": "MIT",
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.3.0",
"eslint": "^7.3.1",
"markdown-it": "^8.4.0",
"monaco-editor": "^0.20.0",
Expand Down
14 changes: 7 additions & 7 deletions 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.3.0",
"description": "Adaptive Cards Javascript library for HTML Clients",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down
71 changes: 52 additions & 19 deletions source/nodejs/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/spec-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"ac-typed-schema": "^0.6.0",
"ac-typed-schema": "^0.6.1",
"eslint": "^7.3.1",
"marked-schema": "^0.1.4",
"p-iteration": "^1.1.8",
Expand Down

0 comments on commit 2734684

Please sign in to comment.