Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.1"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/websavva/webbid/compare/v1.7.1...v2.0.0) (2025-11-04)


### ⚠ BREAKING CHANGES

* **store:** Zustand was replaced with Redux

### Features

* **store:** Zustand was replaced with Redux ([e2ae6e7](https://github.com/websavva/webbid/commit/e2ae6e7dd600f84c8edc23fe212ecb6a6bb4d986))


### Bug Fixes

* README.md was updated ([82b16cb](https://github.com/websavva/webbid/commit/82b16cb0664a216a5f9fe41cfd0b516c09d5bfd9))

## [1.7.1](https://github.com/websavva/webbid/compare/v1.7.0...v1.7.1) (2025-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@websavva/webbid",
"description": "WebBid, digital marketplace build with Next.js, tRPC and Payload CMS",
"version": "1.7.1",
"version": "2.0.0",
"private": true,
"engines": {
"node": "22.x.x",
Expand Down
Loading