heroicons_helper 0.8.0 → 0.9.0
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 +4 -4
- data/CHANGELOG.md +15 -0
- data/heroicons_helper.gemspec +1 -1
- data/lib/heroicons_helper/data.json +1 -1
- data/lib/heroicons_helper/version.rb +1 -1
- data/package-lock.json +105 -33
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f7a533a852ffeab28b6df480a60f0fbba66af2584623452b002e9fdbdc00542
|
|
4
|
+
data.tar.gz: 3cf3ee9729eb163022b408ce36c3b9e268d4a9b7ca6584cc817d73310cf898e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b7debce9144184c4aad46e897fc6749ee91d7ba1e056a21b22fb9855e9fbdb197d866d706cb78c762d010352d3f8c975a6149bdc77ffa1add050495ac52c16b
|
|
7
|
+
data.tar.gz: 8419fa6cfb24a7efbbca607c3917bbf78717025706a492f079fcc423093e74c558f39db11ce3e342c31a7ebcbe6542436fa918f30e7d11ddc6e281f7e43e0bf6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [v0.9.0] - 03-09-2024
|
|
2
|
+
## What's Changed
|
|
3
|
+
* Update heroicons by @gjtorikian in https://github.com/gjtorikian/heroicons_helper/pull/4
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
**Full Changelog**: https://github.com/gjtorikian/heroicons_helper/compare/v0.8.0...v0.9.0
|
|
7
|
+
## [v0.8.0] - 05-04-2024
|
|
8
|
+
## What's Changed
|
|
9
|
+
* Bump the github-actions group with 1 update by @dependabot in https://github.com/gjtorikian/heroicons_helper/pull/2
|
|
10
|
+
* V1 by @gjtorikian in https://github.com/gjtorikian/heroicons_helper/pull/3
|
|
11
|
+
|
|
12
|
+
## New Contributors
|
|
13
|
+
* @dependabot made their first contribution in https://github.com/gjtorikian/heroicons_helper/pull/2
|
|
14
|
+
|
|
15
|
+
**Full Changelog**: https://github.com/gjtorikian/heroicons_helper/compare/v0.7.1...v0.8.0
|
|
1
16
|
## [v0.7.1] - 14-08-2023
|
|
2
17
|
null
|
|
3
18
|
## [Unreleased]
|
data/heroicons_helper.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
33
33
|
spec.require_paths = ["lib"]
|
|
34
34
|
|
|
35
|
-
spec.
|
|
35
|
+
spec.add_dependency("activesupport", ">= 6")
|
|
36
36
|
|
|
37
37
|
# Uncomment to register a new dependency of your gem
|
|
38
38
|
# spec.add_dependency "example-gem", "~> 1.0"
|