Skip to content

Commit

Permalink
chore(release): 0.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 2, 2022
1 parent fb97118 commit ba14b46
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Logic Apps Designer
### [0.0.82](https://github.com/Azure/logic_apps_designer/compare/v0.0.81...v0.0.82) (2022-09-02)

### [0.0.81](https://github.com/Azure/logic_apps_designer/compare/v0.0.79...v0.0.81) (2022-09-01)

### [0.0.79](https://github.com/Azure/logic_apps_designer/compare/v0.0.78...v0.0.79) (2022-09-01)
Expand Down
2 changes: 1 addition & 1 deletion apps/vs-code-data-mapper/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft-data-mapper-vscode-extension",
"version": "0.0.81",
"version": "0.0.82",
"main": "main.js",
"repository": "https://github.com/Azure/logic_apps_designer",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vs-code-designer/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft-logic-app-vscode-extension",
"version": "0.0.81",
"version": "0.0.82",
"main": "main.js",
"engines": {
"vscode": "^1.64.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-data-mapper",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/data-mapper"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/designer-ui",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer-ui"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/logic-apps-designer",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/designer"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft-logic-apps/parsers",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/parsers"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/services/designer-client-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft-logic-apps/designer-client-services",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../../dist/libs/services/designer-client-services"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/services/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft-logic-apps/intl",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../../dist/libs/services/intl"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft-logic-apps/utils",
"version": "0.0.81",
"version": "0.0.82",
"scripts": {
"yalcpush": "yalc push ../../dist/libs/utils"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft-logic-apps",
"version": "0.0.81",
"version": "0.0.82",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit ba14b46

Please sign in to comment.