Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmunkholm committed Jul 11, 2024
1 parent c8ee2a6 commit d53f834
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "2.4.3",
"packages/core": "1.5.3",
"packages/react": "1.3.0"
".": "2.5.0",
"packages/core": "1.6.0",
"packages/react": "1.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.5.0](https://github.com/saxofonsolo/baggie/compare/baggie-v2.4.3...baggie-v2.5.0) (2024-07-11)


### Features

* Add defaultValue as parameter to function in useQueryMapper ([c8ee2a6](https://github.com/saxofonsolo/baggie/commit/c8ee2a6c1808302dec41146fb64b3b84d2b5142c))

## [2.4.3](https://github.com/saxofonsolo/baggie/compare/baggie-v2.4.2...baggie-v2.4.3) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baggie",
"version": "2.4.3",
"version": "2.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/saxofonsolo/baggie/compare/core-v1.5.3...core-v1.6.0) (2024-07-11)


### Features

* Add defaultValue as parameter to function in useQueryMapper ([c8ee2a6](https://github.com/saxofonsolo/baggie/commit/c8ee2a6c1808302dec41146fb64b3b84d2b5142c))

## [1.5.3](https://github.com/saxofonsolo/baggie/compare/core-v1.5.2...core-v1.5.3) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baggie/core",
"version": "1.5.3",
"version": "1.6.0",
"description": "A library of helper functions for your TypeScript project.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/saxofonsolo/baggie/compare/react-v1.3.0...react-v1.4.0) (2024-07-11)


### Features

* Add defaultValue as parameter to function in useQueryMapper ([c8ee2a6](https://github.com/saxofonsolo/baggie/commit/c8ee2a6c1808302dec41146fb64b3b84d2b5142c))

## [1.3.0](https://github.com/saxofonsolo/baggie/compare/react-v1.2.1...react-v1.3.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baggie/react",
"version": "1.3.0",
"version": "1.4.0",
"description": "A library of tools for your React project",
"type": "module",
"repository": {
Expand Down

0 comments on commit d53f834

Please sign in to comment.