Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.77 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.77](v1.0.0-beta.76...v1.0.0-beta.77) (2024-10-28)

### Bug Fixes

* ensure correct values are returned for user tags in context variables ([#79](#79)) ([02eb548](02eb548))
  • Loading branch information
forest-bot committed Oct 28, 2024
1 parent 02eb548 commit 1f90559
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.77](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.76...v1.0.0-beta.77) (2024-10-28)


### Bug Fixes

* ensure correct values are returned for user tags in context variables ([#79](https://github.com/ForestAdmin/agent-ruby/issues/79)) ([02eb548](https://github.com/ForestAdmin/agent-ruby/commit/02eb548df31c1444502340f18bd4d15ba5795ca9))

# [1.0.0-beta.76](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.75...v1.0.0-beta.76) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion lib/agent_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AgentRuby
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-ruby",
"version": "1.0.0-beta.76",
"version": "1.0.0-beta.77",
"description": "The official agent Ruby for Forest.",
"private": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Schema
class SchemaEmitter
LIANA_NAME = "agent-ruby"

LIANA_VERSION = "1.0.0-beta.76"
LIANA_VERSION = "1.0.0-beta.77"

def self.get_serialized_schema(datasource)
schema_path = Facades::Container.cache(:schema_path)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminAgent
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceActiveRecord
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceCustomizer
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceToolkit
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminRails
VERSION = "1.0.0-beta.76"
VERSION = "1.0.0-beta.77"
end

0 comments on commit 1f90559

Please sign in to comment.