Skip to content

Commit

Permalink
Merge pull request #423 from bullet-train-co/version-bump/1.3.2
Browse files Browse the repository at this point in the history
Version bump: patch - 1.3.2
  • Loading branch information
jagthedrummer authored Aug 16, 2023
2 parents bd29210 + 5ee934e commit c0df9be
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Next
### v1.3.2 - 2023-08-16
### v1.3.1 - 2023-08-16

* Contain commonmarker upgrade to just Bullet Train for now https://github.com/bullet-train-co/bullet_train-core/pull/398
Expand Down
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.3.1"
VERSION = "1.3.2"
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.3.1)
bullet_train-fields (1.3.2)
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.3.1"
VERSION = "1.3.2"
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.3.1",
"version": "1.3.2",
"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.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module IncomingWebhooks
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Integrations
module Stripe
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Integrations
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ObfuscatesId
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module OutgoingWebhooks
VERSION = "1.3.1"
VERSION = "1.3.2"
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.3.1)
bullet_train-roles (1.3.2)
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.3.1"
VERSION = "1.3.2"
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ScopeQuestions
VERSION = "1.3.1"
VERSION = "1.3.2"
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.3.1)
bullet_train-scope_validator (1.3.2)

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.3.1"
VERSION = "1.3.2"
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.3.1"
VERSION = "1.3.2"
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.3.1",
"version": "1.3.2",
"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.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperScaffolding
VERSION = "1.3.1"
VERSION = "1.3.2"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Themes
module Light
VERSION = "1.3.1"
VERSION = "1.3.2"
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.3.1"
VERSION = "1.3.2"
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.3.1)
bullet_train-themes (1.3.2)
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.3.1"
VERSION = "1.3.2"
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.3.1)
bullet_train (1.3.2)
awesome_print
bullet_train-fields
bullet_train-has_uuid
Expand Down Expand Up @@ -118,23 +118,23 @@ GEM
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
bullet_train-fields (1.3.0)
bullet_train-fields (1.3.1)
chronic
cloudinary
phonelib
rails (>= 6.0.0)
bullet_train-has_uuid (1.3.0)
bullet_train-has_uuid (1.3.1)
rails (>= 6.0.0)
bullet_train-roles (1.3.0)
bullet_train-roles (1.3.1)
active_hash
activesupport
cancancan
bullet_train-routes (1.0.0)
rails (>= 6.0.0)
bullet_train-scope_validator (1.3.0)
bullet_train-super_load_and_authorize_resource (1.3.0)
bullet_train-scope_validator (1.3.1)
bullet_train-super_load_and_authorize_resource (1.3.1)
rails (>= 6.0.0)
bullet_train-themes (1.3.0)
bullet_train-themes (1.3.1)
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.3.1"
VERSION = "1.3.2"
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.3.1",
"version": "1.3.2",
"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.3.1"
VERSION = "1.3.2"
end

0 comments on commit c0df9be

Please sign in to comment.