Skip to content

Commit

Permalink
chore: set version to 2.2.0 and update CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Sep 17, 2024
1 parent 450cdec commit bcb1d98
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ These are the section headers that we use:

## [Unreleased]()

## [2.2.0](https://github.com/argilla-io/argilla/compare/v2.1.0...v2.2.0)

TODO

## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)

### Added

- Added `DarkMode` ([#5412](https://github.com/argilla-io/argilla/pull/5412))
- Added new `empty queue messages` ([#5403](https://github.com/argilla-io/argilla/pull/5403))
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
Expand Down
2 changes: 1 addition & 1 deletion argilla-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argilla",
"version": "2.2.0dev0",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 2 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ These are the section headers that we use:

## [Unreleased]()

## [2.2.0](https://github.com/argilla-io/argilla/compare/v2.1.0...v2.2.0)

### Added

- Added [`rq`](https://python-rq.org) library to process background jobs using [Redis](https://redis.io) as a dependency. ([#5432](https://github.com/argilla-io/argilla/pull/5432))
Expand Down
2 changes: 1 addition & 1 deletion argilla-server/src/argilla_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# coding: utf-8
#
__version__ = "2.2.0dev0"
__version__ = "2.2.0"
4 changes: 4 additions & 0 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ These are the section headers that we use:

## [Unreleased]()

## [2.2.0](https://github.com/argilla-io/argilla/compare/v2.1.0...v2.2.0)

TODO

## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion argilla/src/argilla/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.2.0dev0"
__version__ = "2.2.0"

0 comments on commit bcb1d98

Please sign in to comment.