Skip to content

Commit a26c998

Browse files
committed
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.0...v1.21.0) (2026-01-07) ### Features * support polymorphic relations in collection renaming ([#244](#244)) ([1ee1251](1ee1251))
1 parent 1ee1251 commit a26c998

13 files changed

Lines changed: 19 additions & 12 deletions

File tree

  • lib/agent_ruby
  • packages
    • forest_admin_agent/lib/forest_admin_agent
    • forest_admin_datasource_active_record/lib/forest_admin_datasource_active_record
    • forest_admin_datasource_customizer/lib/forest_admin_datasource_customizer
    • forest_admin_datasource_mongoid/lib/forest_admin_datasource_mongoid
    • forest_admin_datasource_rpc/lib/forest_admin_datasource_rpc
    • forest_admin_datasource_toolkit/lib/forest_admin_datasource_toolkit
    • forest_admin_rails/lib/forest_admin_rails
    • forest_admin_rpc_agent/lib/forest_admin_rpc_agent
    • forest_admin_test_toolkit/lib/forest_admin_test_toolkit

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.21.0](https://github.com/ForestAdmin/agent-ruby/compare/v1.20.0...v1.21.0) (2026-01-07)
2+
3+
4+
### Features
5+
6+
* support polymorphic relations in collection renaming ([#244](https://github.com/ForestAdmin/agent-ruby/issues/244)) ([1ee1251](https://github.com/ForestAdmin/agent-ruby/commit/1ee12517b2c625f7aeaca937ecda092ea7737281))
7+
18
# [1.20.0](https://github.com/ForestAdmin/agent-ruby/compare/v1.19.3...v1.20.0) (2026-01-07)
29

310

β€Žlib/agent_ruby/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AgentRuby
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-ruby",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "The official agent Ruby for Forest.",
55
"private": false,
66
"repository": {

β€Žpackages/forest_admin_agent/lib/forest_admin_agent/utils/schema/schema_emitter.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Utils
66
module Schema
77
class SchemaEmitter
88
LIANA_NAME = "agent-ruby"
9-
LIANA_VERSION = "1.20.0"
9+
LIANA_VERSION = "1.21.0"
1010

1111
def self.generate(datasource)
1212
datasource.collections
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminAgent
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceActiveRecord
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceCustomizer
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceMongoid
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceRpc
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceToolkit
2-
VERSION = "1.20.0"
2+
VERSION = "1.21.0"
33
end

0 commit comments

Comments
Β (0)