Skip to content

Commit

Permalink
chore(main): release mui-country-code-selector 0.0.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jariikonen authored May 14, 2024
1 parent 2464eed commit 431f348
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/mui-country-code-selector": "0.0.2"
"packages/mui-country-code-selector": "0.0.3"
}
24 changes: 24 additions & 0 deletions packages/mui-country-code-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions packages/mui-country-code-selector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-country-code-selector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 431f348

Please sign in to comment.