Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.99 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.99](v1.0.0-beta.98...v1.0.0-beta.99) (2025-02-27)

### Bug Fixes

* proper raise of OpenIDConnect Exceptions ([#112](#112)) ([81370ed](81370ed))
  • Loading branch information
forest-bot committed Feb 27, 2025
1 parent 81370ed commit 386607b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 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.99](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.98...v1.0.0-beta.99) (2025-02-27)


### Bug Fixes

* proper raise of OpenIDConnect Exceptions ([#112](https://github.com/ForestAdmin/agent-ruby/issues/112)) ([81370ed](https://github.com/ForestAdmin/agent-ruby/commit/81370ed5e25b8e4250de18b65e8c58afec042665))

# [1.0.0-beta.98](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.97...v1.0.0-beta.98) (2025-02-25)


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.98"
VERSION = "1.0.0-beta.99"
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.98",
"version": "1.0.0-beta.99",
"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.98"
LIANA_VERSION = "1.0.0-beta.99"

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.98"
VERSION = "1.0.0-beta.99"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceActiveRecord
VERSION = "1.0.0-beta.98"
VERSION = "1.0.0-beta.99"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceCustomizer
VERSION = "1.0.0-beta.98"
VERSION = "1.0.0-beta.99"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceToolkit
VERSION = "1.0.0-beta.98"
VERSION = "1.0.0-beta.99"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminRails
VERSION = "1.0.0-beta.98"
VERSION = "1.0.0-beta.99"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminTestToolkit
VERSION = "1.0.0-beta.98"
VERSION = "1.0.0-beta.99"
end

0 comments on commit 386607b

Please sign in to comment.