@h3ravel/support 0.7.3 → 0.7.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @h3ravel/support
2
2
 
3
+ ## 0.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: update readme accros all packages
8
+
3
9
  ## 0.7.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -10,7 +10,7 @@ This package provides first class support, reusable components and helpers used
10
10
 
11
11
  ## Contributing
12
12
 
13
- Thank you for considering contributing to the H3ravel framework! The contribution guide can be found in the [H3ravel documentation](#!).
13
+ Thank you for considering contributing to the H3ravel framework! The [Contribution Guide](https://h3ravel.toneflix.net/contributing) can be found in the H3ravel documentation and will provide you with all the information you need to get started.
14
14
 
15
15
  ## Code of Conduct
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/support",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Shared helpers, facades and utilities for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "devDependencies": {
22
22
  "typescript": "^5.4.0",
23
- "@h3ravel/shared": "^0.14.0"
23
+ "@h3ravel/shared": "^0.15.1"
24
24
  },
25
25
  "scripts": {
26
26
  "barrel": "barrelsby --directory src --delete --singleQuotes",