From 181c2918d6be0c3aeceecde043850399545efa6f Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 2 Feb 2022 16:04:57 +0530 Subject: [PATCH 1/3] Updated: the app version to 1.0.0(#207fedx) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5f9032..415e98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionic-sdk", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionic-sdk", - "version": "0.0.1", + "version": "1.0.0", "dependencies": { "@capacitor/android": "^2.4.7", "@capacitor/core": "^2.4.7", diff --git a/package.json b/package.json index 1b2d007..596a39a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-sdk", - "version": "0.0.1", + "version": "1.0.0", "private": true, "description": "An Ionic project", "scripts": { From b1978f9e22e76a0deca826a119b111b0cd347b11 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 2 Feb 2022 16:10:07 +0530 Subject: [PATCH 2/3] Updated: the README file(#207fedx) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 497fac2..11d94fb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Ionic CLI - If you don't have the ionic CLI installed refer [official documentat 1. Download the app from [release](https://github.com/hotwax/ionic-sdk/releases) page and extract it. 2. Go to the app directory. 3. Run following command to download dependencies - `npm i + `npm i` 4. Create a `.env` file by taking reference from the `.env.example`. 5. To run the app in browser use the command: `ionic serve` @@ -44,7 +44,7 @@ Ionic CLI - If you don't have the ionic CLI installed refer [official documentat # Firebase Hosting -We are using firebase hosting for the Pre-order app deployment +We are using firebase hosting for the Ionic SDK app deployment Here are the steps to deploy app on firebase hosting ## Prerequisite @@ -86,7 +86,7 @@ Follow following instructions: 1. Fork the repository and clone it locally from the `main` branch. Before starting your work make sure it's up to date with current `main` branch. 2. Pick an issue from [here](https://github.com/hotwax/ionic-sdk/issues). Write in the issue comment that you want to pick it, if you can't assign yourself. **Please stay assigned to one issue at a time to not block others**. -3. Create a branch for your edits. Use the following branch naming conventions: **preorder/issue-number**. +3. Create a branch for your edits. Use the following branch naming conventions: **ionic-sdk/issue-number**. 4. Please add issue number to your commit message. 5. Propose a Pull Request to `main` branch containing issue number and issue title. 6. Use [Pull Request template](https://github.com/hotwax/ionic-sdk/blob/main/.github/PULL_REQUEST_TEMPLATE.md) (it's automatically added to each PR) and fill as much fields as possible to describe your solution. @@ -113,4 +113,4 @@ If you have any questions or ideas feel free to join our LICENSE for more details. +Ionic SDK app is completely free and released under the Apache v2.0 License. Check LICENSE for more details. From 36d6834ddae67b1fc17f11bc6b3e63c1ba40b61a Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 2 Feb 2022 16:11:48 +0530 Subject: [PATCH 3/3] Added: changelog entry file(#207fedx) --- changelogs/unreleased/-207fedx.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/-207fedx.yml diff --git a/changelogs/unreleased/-207fedx.yml b/changelogs/unreleased/-207fedx.yml new file mode 100644 index 0000000..1842ab3 --- /dev/null +++ b/changelogs/unreleased/-207fedx.yml @@ -0,0 +1,6 @@ +--- +title: 'Updated: the app version to 1.0.0 and readme file' +ticket_id: "#207fedx" +merge_request: 37 +author: Yash Maheshwari +type: fixed