Skip to content

Commit

Permalink
Version bump: patch - 1.4.3 (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: jagthedrummer <jagthedrummer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jagthedrummer committed Sep 14, 2023
1 parent 9a3a081 commit ffe2aa3
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion bullet_train-api/lib/bullet_train/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Api
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-fields/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-fields (1.4.2)
bullet_train-fields (1.4.3)
chronic
cloudinary
phonelib
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-fields/lib/bullet_train/fields/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Fields
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bullet-train/fields",
"version": "1.4.2",
"version": "1.4.3",
"description": "Bullet Train Fields",
"source": "app/javascript/index.js",
"module": "app/assets/javascripts/fields.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-has_uuid/lib/bullet_train/has_uuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module HasUuid
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module IncomingWebhooks
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Integrations
module Stripe
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Integrations
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ObfuscatesId
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module OutgoingWebhooks
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-roles/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
bullet_train-roles (1.4.2)
bullet_train-roles (1.4.3)
active_hash
activesupport
cancancan
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-roles/lib/bullet_train/roles/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Roles
VERSION = "1.4.2"
VERSION = "1.4.3"
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ScopeQuestions
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-scope_validator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-scope_validator (1.4.2)
bullet_train-scope_validator (1.4.3)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BulletTrain
module ScopeValidator
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-sortable/lib/bullet_train/sortable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Sortable
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
2 changes: 1 addition & 1 deletion bullet_train-sortable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bullet-train/bullet-train-sortable",
"version": "1.4.2",
"version": "1.4.3",
"description": "Bullet Train - Sortable",
"source": "app/javascript/index.js",
"module": "app/assets/javascripts/bullet-train.esm.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperLoadAndAuthorizeResource
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperScaffolding
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Themes
module Light
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Themes
module TailwindCss
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
end
2 changes: 1 addition & 1 deletion bullet_train-themes/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-themes (1.4.2)
bullet_train-themes (1.4.3)
rails (>= 6.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-themes/lib/bullet_train/themes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Themes
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end
14 changes: 7 additions & 7 deletions bullet_train/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
bullet_train (1.4.2)
bullet_train (1.4.3)
awesome_print
bullet_train-fields
bullet_train-has_uuid
Expand Down Expand Up @@ -120,23 +120,23 @@ GEM
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
bullet_train-fields (1.4.1)
bullet_train-fields (1.4.2)
chronic
cloudinary
phonelib
rails (>= 6.0.0)
bullet_train-has_uuid (1.4.1)
bullet_train-has_uuid (1.4.2)
rails (>= 6.0.0)
bullet_train-roles (1.4.1)
bullet_train-roles (1.4.2)
active_hash
activesupport
cancancan
bullet_train-routes (1.0.0)
rails (>= 6.0.0)
bullet_train-scope_validator (1.4.1)
bullet_train-super_load_and_authorize_resource (1.4.1)
bullet_train-scope_validator (1.4.2)
bullet_train-super_load_and_authorize_resource (1.4.2)
rails (>= 6.0.0)
bullet_train-themes (1.4.1)
bullet_train-themes (1.4.2)
rails (>= 6.0.0)
cable_ready (5.0.1)
actionpack (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion bullet_train/lib/bullet_train/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BulletTrain
VERSION = "1.4.2"
VERSION = "1.4.3"
end
2 changes: 1 addition & 1 deletion bullet_train/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bullet-train/bullet-train",
"version": "1.4.2",
"version": "1.4.3",
"description": "Bullet Train - Main JavaScript",
"source": "app/javascript/index.js",
"module": "app/assets/javascripts/bullet-train.js",
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet_train/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is here just so that we can run `bump` at the top level of
# the project to have it maintain the CHANGELOG.
module BulletTrain
VERSION = "1.4.2"
VERSION = "1.4.3"
end

0 comments on commit ffe2aa3

Please sign in to comment.