From de19cddf980374e4f612cb61899b185e31a0ec0f Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 14 Mar 2024 16:39:46 +0000 Subject: [PATCH] chore(release): 9.3.0 [skip ci] # [9.3.0](https://github.com/ForestAdmin/forest-rails/compare/v9.2.3...v9.3.0) (2024-03-14) ### Features * add multiple sort support ([#665](https://github.com/ForestAdmin/forest-rails/issues/665)) ([531705f](https://github.com/ForestAdmin/forest-rails/commit/531705fb0e43aa8b6721256e9a130911d6b1d626)) --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/forest_liana/version.rb | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a62b43c..5276ccbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.3.0](https://github.com/ForestAdmin/forest-rails/compare/v9.2.3...v9.3.0) (2024-03-14) + + +### Features + +* add multiple sort support ([#665](https://github.com/ForestAdmin/forest-rails/issues/665)) ([531705f](https://github.com/ForestAdmin/forest-rails/commit/531705fb0e43aa8b6721256e9a130911d6b1d626)) + ## [9.2.3](https://github.com/ForestAdmin/forest-rails/compare/v9.2.2...v9.2.3) (2024-03-11) diff --git a/Gemfile.lock b/Gemfile.lock index a6950af9..7183095d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.2.3) + forest_liana (9.3.0) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 42b5d27b..dd9a8bac 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.2.3" + VERSION = "9.3.0" end diff --git a/package.json b/package.json index 42e52620..b1120891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.2.3", + "version": "9.3.0", "description": "The official Rails liana for Forest.", "directories": { "test": "test"