From 6803d08cacea771dc90af8ea52dd298e84346c0d Mon Sep 17 00:00:00 2001 From: Giacomo Minighin Date: Tue, 21 Mar 2023 09:01:47 +0100 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e84e82..53019cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://github.com/shop3/polaris-common/compare/v0.2.0...v0.2.1) (2023-03-21) + + +### Features + +* add payments mode on PlanCard ([b9646a9](https://github.com/shop3/polaris-common/commit/b9646a9778cd3e5e6c6cdec8a3563facccc744fe)) + + +### Bug Fixes + +* fixed PlanCard ([a99acce](https://github.com/shop3/polaris-common/commit/a99acce7e364731b4ac71ef91a67e6e04020740b)) + ## [0.2.0](https://github.com/shop3/polaris-common/compare/v0.1.1...v0.2.0) (2023-03-16) diff --git a/package-lock.json b/package-lock.json index ae4c639..afbc3b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shop3/polaris-common", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@shop3/polaris-common", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.3", diff --git a/package.json b/package.json index 9b223a7..5694758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shop3/polaris-common", - "version": "0.2.0", + "version": "0.2.1", "description": "Collection of Polaris components ready to use in Shopify applications.", "homepage": "http://shop3.github.io/polaris-common", "license": "MIT",