heroicons_helper 0.8.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -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 +307 -247
- data/package.json +7 -6
- data/script/update_heroicons +11 -11
- 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: 4b4bd0fefbad36449897c32dea773cf9550acf72479091991ea09c514ff4b0ef
|
4
|
+
data.tar.gz: 9438a92056e4967c44ebdaca38ba39a30fa7a05a33f957f9607e6681e7d6587e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9e35c6fd953922785d350b3a95004c2d13f26f6563758231750991650e18ea67a868b66dd6e1600cf99997a6dc57baf34f34e2180ad785220635c223ab2c38f
|
7
|
+
data.tar.gz: 9085a9726a12c30b72b9d10da14069534a069cd81b0ad0c8990aa1b8123d911804f5bc1a0bca3f85bd6d383a7765c0d16cd40d3dab5fba8c6fc10c5d6806904c
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1
|
+
# [v0.9.1] - 25-11-2024
|
2
|
+
## What's Changed
|
3
|
+
* Bump the bundler-dependencies group with 5 updates by @dependabot in https://github.com/gjtorikian/heroicons_helper/pull/6
|
4
|
+
* Bump heroicons from 2.1.5 to 2.2.0 in the bundler-dependencies group by @dependabot in https://github.com/gjtorikian/heroicons_helper/pull/7
|
5
|
+
|
6
|
+
|
7
|
+
**Full Changelog**: https://github.com/gjtorikian/heroicons_helper/compare/v0.9.0...v0.9.1
|
8
|
+
# [v0.9.0] - 03-09-2024
|
9
|
+
## What's Changed
|
10
|
+
* Update heroicons by @gjtorikian in https://github.com/gjtorikian/heroicons_helper/pull/4
|
11
|
+
|
12
|
+
|
13
|
+
**Full Changelog**: https://github.com/gjtorikian/heroicons_helper/compare/v0.8.0...v0.9.0
|
14
|
+
## [v0.8.0] - 05-04-2024
|
15
|
+
## What's Changed
|
16
|
+
* Bump the github-actions group with 1 update by @dependabot in https://github.com/gjtorikian/heroicons_helper/pull/2
|
17
|
+
* V1 by @gjtorikian in https://github.com/gjtorikian/heroicons_helper/pull/3
|
18
|
+
|
19
|
+
## New Contributors
|
20
|
+
* @dependabot made their first contribution in https://github.com/gjtorikian/heroicons_helper/pull/2
|
21
|
+
|
22
|
+
**Full Changelog**: https://github.com/gjtorikian/heroicons_helper/compare/v0.7.1...v0.8.0
|
1
23
|
## [v0.7.1] - 14-08-2023
|
2
24
|
null
|
3
25
|
## [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"
|