Skip to content

Commit

Permalink
Prepare 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Apr 30, 2024
1 parent c62b923 commit b6bb85f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
13 changes: 13 additions & 0 deletions audiences-react/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Unreleased

# Version 1.0.2 (2024-04-30)

* Build for ES2018 to remove nullish coalescing operator from final build [#293](https://github.com/powerhome/audiences/pull/293)

# Version 1.0.1 (2024-04-25)

* Release build adjustments

# Version 1.0 (2024-04-25)

* Inaugural release of Audiences react UI
2 changes: 1 addition & 1 deletion audiences-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audiences",
"version": "1.0.1",
"version": "1.0.2",
"description": "Audiences SCIM client",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion audiences/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
audiences (1.0.1)
audiences (1.0.2)
rails (>= 6.0)

GEM
Expand Down
10 changes: 10 additions & 0 deletions audiences/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Unreleased

# Version 1.0.2 (2024-04-30)

* Fix mysql2 compability – drop sqlite3 [#292](https://github.com/powerhome/audiences/pull/292)

# Version 1.0.1 (2024-04-25)

* Release build adjustments

# Version 1.0 (2024-04-25)

* Inaugural release of Audiences
2 changes: 1 addition & 1 deletion audiences/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
audiences (1.0.1)
audiences (1.0.2)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion audiences/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
audiences (1.0.1)
audiences (1.0.2)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion audiences/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
audiences (1.0.1)
audiences (1.0.2)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion audiences/lib/audiences/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Audiences
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit b6bb85f

Please sign in to comment.