Skip to content

Commit 3a43298

Browse files
committed
chore(release): 1.0.24
1 parent 27878f6 commit 3a43298

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.23",
2+
"version": "1.0.24",
33
"packages": [
44
"packages/project",
55
"packages/configure",

packages/configure/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/configure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/configure",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "Capacitor configuration tool for automatically configuring projects",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",
@@ -33,7 +33,7 @@
3333
"typings": "dist/index.d.ts",
3434
"dependencies": {
3535
"@capacitor/cli": "^3.2.5",
36-
"@capacitor/project": "^1.0.23",
36+
"@capacitor/project": "^1.0.24",
3737
"@ionic/cli-framework-output": "^2.2.2",
3838
"@ionic/utils-fs": "^3.1.5",
3939
"@ionic/utils-subprocess": "^2.1.8",

packages/project/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/project",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "Capacitor Project API for managing projects through code",
55
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
66
"license": "SEE LICENSE",

0 commit comments

Comments
 (0)