tailwind_merge 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e16a945fd3a3872687ebacc6fa3a18ca60424e735e31f28461e500116c7fd5f
4
- data.tar.gz: 3b8b7ef9495914b7004cada2918c3ecb22099f1279607fe6dc1cd47db3018be6
3
+ metadata.gz: 2172641fe28ddf9f88555cf7a54250764302bf663520fc3c8a4484170ca7cba6
4
+ data.tar.gz: fa592d858008e0263da927249fc274ade28ba77b9ba981dd3c1dd48110305108
5
5
  SHA512:
6
- metadata.gz: f13054805b9efa04fa50dd84f4ffb57823f026d865e050f7617a89bc4374cd520950887defe714c49e1d50ed9a88e8a0bb27383b0a67f4ba4cdba6f8b8918667
7
- data.tar.gz: af31f90a35a33964f9fc5f0e141310c5437a322be4b906123de557e9c1a925bcea8709dc6888035905bb9eb3dbf29fb822ae0835e0529fbf36d354928445b538
6
+ metadata.gz: 50a80cf7b15e4a30921acefa91b8536d61ad3af5e695222c50e87ea922827f30c2af0514931d358c33417272d2c8e5912dad32e1b35117abda095def540e84bc
7
+ data.tar.gz: e9e644a0a018627203a0fa515ab3c543b2e85ed7a202a6f2c067228ae1f1f9799fd3ddfaef23a6d63c35bd5f91727c7e021929921e9a35d1429dc5347b78ee4b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.4.1](https://github.com/gjtorikian/tailwind_merge/tree/v0.4.1) (2022-12-23)
4
+
5
+ [Full Changelog](https://github.com/gjtorikian/tailwind_merge/compare/v0.4.0...v0.4.1)
6
+
3
7
  ## [v0.4.0](https://github.com/gjtorikian/tailwind_merge/tree/v0.4.0) (2022-11-11)
4
8
 
5
9
  [Full Changelog](https://github.com/gjtorikian/tailwind_merge/compare/v0.3.1...v0.4.0)
@@ -1566,8 +1566,6 @@ module TailwindMerge
1566
1566
  "inset-x" => ["right", "left"],
1567
1567
  "inset-y" => ["top", "bottom"],
1568
1568
  "flex" => ["basis", "grow", "shrink"],
1569
- "col-start-end" => ["col-start", "col-end"],
1570
- "row-start-end" => ["row-start", "row-end"],
1571
1569
  "gap" => ["gap-x", "gap-y"],
1572
1570
  "p" => ["px", "py", "pt", "pr", "pb", "pl"],
1573
1571
  "px" => ["pr", "pl"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TailwindMerge
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind_merge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-11 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lru_redux
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.3.7
171
+ rubygems_version: 3.3.26
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Utility function to efficiently merge Tailwind CSS classes without style