@dotinc/ogre-react 0.2.1 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v0.3.0 (Sun Mar 13 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bump independent versions \[skip ci\] ([@nadilas](https://github.com/nadilas))
6
+ - Update CHANGELOG.md \[skip ci\] ([@nadilas](https://github.com/nadilas))
7
+
8
+ #### ⚠️ Pushed to `main`
9
+
10
+ - npm release of ogre-react ([@nadilas](https://github.com/nadilas))
11
+
12
+ #### Authors: 1
13
+
14
+ - [@nadilas](https://github.com/nadilas)
15
+
16
+ ---
17
+
1
18
  # v0.2.1 (Sun Mar 13 2022)
2
19
 
3
20
  #### ⚠️ Pushed to `main`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotinc/ogre-react",
3
- "version": "0.2.1",
3
+ "version": "0.3.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.2.0",
12
+ "@dotinc/ogre": "^0.3.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": "df481b3cb9b0e16853561759ea26c44c3e268286"
26
+ "gitHead": "ac487e2d4fc3b1a18dd02b20edc89cf0503c3a98"
27
27
  }