Skip to content

Commit

Permalink
Merge branch 'hotfix/Release-110005-75'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alar of Runetotem committed Oct 30, 2024
2 parents 02ee032 + e177a5c commit 697ffc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibInit.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110000,110002
## Interface: 110005
## Title: LibInit
## Notes: Makes using ACE 3 libraries even easier
## Author: Alar of Daggerspine
Expand Down
2 changes: 1 addition & 1 deletion LibInit/LibInit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local me, ns = ...
---@diagnostic disable-next-line: undefined-field
local __FILE__=tostring(debugstack(1,2,0):match("(.*):16:")) -- Always check line number in regexp and file
local MAJOR_VERSION = "LibInit"
local MINOR_VERSION = 75
local MINOR_VERSION = 76
local LibStub=LibStub
local dprint=function(...) end
local encapsulate = function ()
Expand Down
2 changes: 2 additions & 0 deletions LibInit/colorize.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@diagnostic disable: param-type-mismatch
---------------------------------------------------------------------------------------------------------------------
-- A minimal Crayon like implementation for managing color.
-- @name Colorize
Expand Down Expand Up @@ -39,6 +40,7 @@ local strlower=strlower
local type=type
local unpack=unpack
local _G=_G
---@diagnostic disable-next-line: undefined-global
local UIERRORS_HOLD_TIME=UIERRORS_HOLD_TIME or 1
local UIErrorsFrame=UIErrorsFrame
local ChatTypeInfo=ChatTypeInfo
Expand Down
2 changes: 2 additions & 0 deletions LibInit/factory.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@diagnostic disable: redundant-parameter
--- Class used to build lightweight widgets for configuration options.
-- You can obtain it calling GetFactory() method.
--
Expand Down Expand Up @@ -26,6 +27,7 @@ local CreateFrame=CreateFrame
local type=type
local tostring=tostring

---@diagnostic disable-next-line: param-type-mismatch
local factory=LibStub:NewLibrary("LibInit-Factory",MINOR_VERSION) --#factory
if (not factory) then return end
factory.nonce=factory.nonce or 0
Expand Down

0 comments on commit 697ffc0

Please sign in to comment.