@h3ravel/shared 0.15.0 → 0.15.2

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,17 @@
1
1
  # @h3ravel/shared
2
2
 
3
+ ## 0.15.2
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add homepage and repository to all packages.
8
+
9
+ ## 0.15.1
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: update readme accros all packages
14
+
3
15
  ## 0.15.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -9,7 +9,7 @@ This package provides first reusable interfaces and contracts used across the [H
9
9
 
10
10
  ## Contributing
11
11
 
12
- Thank you for considering contributing to the H3ravel framework! The contribution guide can be found in the [H3ravel documentation](#!).
12
+ 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.
13
13
 
14
14
  ## Code of Conduct
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/shared",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "Shared Utilities.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,6 +8,12 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
+ "homepage": "https://h3ravel.toneflix.net",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/h3ravel/framework.git",
15
+ "directory": "packages/shared"
16
+ },
11
17
  "keywords": [
12
18
  "h3ravel",
13
19
  "modern",