diff --git a/.github/README.md b/.github/README.md index e6a55660..ef68d24e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -85,8 +85,8 @@ yarn test A GitHub Action has been developed to help automate package releases. All that you will need to do is: -1. Make sure to increase the `version` field in the **package.json** +1. Make sure to increase the `version` field in the **package.json**. `npm version [major | minor | patch]` will handle the versioning, commit, and tag creation for you. 2. On the GitHub repo's home page, navigate to the righthand side and click on **Create a new release** 3. Give the release a `title` and `description` outlining the changes made in the release 4. Choose/Create a **tag** corresponding to the new version that was added in the package.json in **step 1** -5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm. +5. Once the details are filled out, submit the release. You will get taken to a confirmation page. This process will automatically trigger the GitHub action that will publish the package to npm. diff --git a/package-lock.json b/package-lock.json index 235a05a6..00509a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@code4rena/components-library", - "version": "4.2.1", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@code4rena/components-library", - "version": "4.2.1", + "version": "4.3.0", "license": "ISC", "dependencies": { "clsx": "^1.2.1", diff --git a/package.json b/package.json index fb44e180..6b1ab80f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@code4rena/components-library", - "version": "4.2.1", + "version": "4.3.0", "description": "Code4rena's official components library ", "types": "./dist/lib.d.ts", "exports": { @@ -84,4 +84,4 @@ "@babel/preset-react" ] } -} \ No newline at end of file +}