@dotinc/ogre-react 0.10.0-canary.173.8587606058.0 → 0.10.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.
- package/CHANGELOG.md +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# v0.10.0 (Sun Apr 07 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat: allow override for gitgraphjs options [#173](https://github.com/dotindustries/ogre/pull/173) ([@nadilas](https://github.com/nadilas))
|
|
6
|
+
- feat: allow for comment options ([@nadilas](https://github.com/nadilas))
|
|
7
|
+
- feat: allow override for gitgraphjs options ([@nadilas](https://github.com/nadilas))
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fix
|
|
10
|
+
|
|
11
|
+
- chore: upgrade type defs ([@nadilas](https://github.com/nadilas))
|
|
12
|
+
|
|
13
|
+
#### Authors: 1
|
|
14
|
+
|
|
15
|
+
- [@nadilas](https://github.com/nadilas)
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
1
19
|
# v0.4.0 (Fri Feb 23 2024)
|
|
2
20
|
|
|
3
21
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotinc/ogre-react",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"main": "./index.tsx",
|
|
5
5
|
"types": "./index.tsx",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/dotindustries/ogre.git"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@dotinc/ogre": "0.10.0
|
|
12
|
+
"@dotinc/ogre": "^0.10.0",
|
|
13
13
|
"@gitgraph/react": "^1.6.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"registry": "https://registry.npmjs.org/",
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "350df5dee99a6d935fa4cf5e464de293d973521d"
|
|
27
27
|
}
|