Skip to content

Commit

Permalink
chore(release): 1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 13, 2021
1 parent ae52941 commit 9675169
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.27",
"version": "1.0.28",
"packages": [
"packages/project",
"packages/configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/configure/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/configure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/configure",
"version": "1.0.27",
"version": "1.0.28",
"description": "Capacitor configuration tool for automatically configuring projects",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
"license": "SEE LICENSE",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@capacitor/cli": "^3.2.5",
"@capacitor/project": "^1.0.27",
"@capacitor/project": "^1.0.28",
"@ionic/cli-framework-output": "^2.2.2",
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/project/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 packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/project",
"version": "1.0.27",
"version": "1.0.28",
"description": "Capacitor Project API for managing projects through code",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
"license": "SEE LICENSE",
Expand Down

0 comments on commit 9675169

Please sign in to comment.