From 431f34837e586aa0875b8182856064ae4b4366d2 Mon Sep 17 00:00:00 2001 From: jariikonen <87890204+jariikonen@users.noreply.github.com> Date: Tue, 14 May 2024 14:00:27 +0300 Subject: [PATCH] chore(main): release mui-country-code-selector 0.0.3 (#10) --- .release-please-manifest.json | 2 +- .../mui-country-code-selector/CHANGELOG.md | 24 +++++++++++++++++++ .../package-lock.json | 4 ++-- .../mui-country-code-selector/package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 packages/mui-country-code-selector/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cc0287..23d8783 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/mui-country-code-selector": "0.0.2" + "packages/mui-country-code-selector": "0.0.3" } diff --git a/packages/mui-country-code-selector/CHANGELOG.md b/packages/mui-country-code-selector/CHANGELOG.md new file mode 100644 index 0000000..aca6be5 --- /dev/null +++ b/packages/mui-country-code-selector/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [0.0.3](https://github.com/jariikonen/mui-country-code-selector/compare/mui-country-code-selector-v0.0.2...mui-country-code-selector-v0.0.3) (2024-05-14) + + +### ⚠ BREAKING CHANGES + +* rename combined components as composite components + +### Features + +* rename combined components as composite components ([a09e1c0](https://github.com/jariikonen/mui-country-code-selector/commit/a09e1c078e7623c9e3b1115b0e82fd08db41486f)) + + +### Bug Fixes + +* add some npm scripts and a new publishing workflow ([e08da01](https://github.com/jariikonen/mui-country-code-selector/commit/e08da0133bb74bee7e82f824db8a1a462cb44519)) +* test if this triggers a new patch release (as it should) ([28142e8](https://github.com/jariikonen/mui-country-code-selector/commit/28142e869d546f6376ccc6d85fc9179a48f39fa6)) +* update package information ([02fac3a](https://github.com/jariikonen/mui-country-code-selector/commit/02fac3aee0e74271f8f2c8a20191e51395730cb4)) + + +### Miscellaneous Chores + +* release 0.0.3 ([916b988](https://github.com/jariikonen/mui-country-code-selector/commit/916b98809c41d33e53a64a4f2a461de883e772e6)) diff --git a/packages/mui-country-code-selector/package-lock.json b/packages/mui-country-code-selector/package-lock.json index 2090874..f21272d 100644 --- a/packages/mui-country-code-selector/package-lock.json +++ b/packages/mui-country-code-selector/package-lock.json @@ -1,12 +1,12 @@ { "name": "mui-country-code-selector", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mui-country-code-selector", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "zustand": "^4.5.0" diff --git a/packages/mui-country-code-selector/package.json b/packages/mui-country-code-selector/package.json index 0628031..cff1d18 100644 --- a/packages/mui-country-code-selector/package.json +++ b/packages/mui-country-code-selector/package.json @@ -1,6 +1,6 @@ { "name": "mui-country-code-selector", - "version": "0.0.2", + "version": "0.0.3", "private": false, "description": "A country code selector component", "author": "Jari Ikonen",