Skip to content

Commit

Permalink
"Bump independent versions [skip ci]"
Browse files Browse the repository at this point in the history
 - @dotinc/ogre-cli@0.3.0
 - ogre-demo@0.7.0
 - @dotinc/ogre@0.6.0
 - @dotinc/ogre-react@0.6.0
  • Loading branch information
nadilas committed Mar 2, 2024
1 parent a983695 commit 3843080
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions apps/ogre-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/ogre-cli",
"version": "0.2.0",
"version": "0.3.0",
"author": "János Veres @nadilas",
"license": "MIT",
"bin": "dist/cli.js",
Expand All @@ -19,7 +19,7 @@
"dist"
],
"dependencies": {
"@dotinc/ogre": "^0.5.0",
"@dotinc/ogre": "^0.6.0",
"@gitgraph/core": "1.5.0",
"chalk": "^5.3.0",
"color-convert": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/ogre-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ogre-demo",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@dotinc/ogre": "^0.5.0",
"@dotinc/ogre-react": "^0.5.0",
"@dotinc/ogre": "^0.6.0",
"@dotinc/ogre-react": "^0.6.0",
"next": "12.1.0",
"next-plausible": "^3.12.0",
"next-transpile-modules": "^9.1.0",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ogre-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotinc/ogre-react",
"version": "0.5.0",
"version": "0.6.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"url": "https://github.com/dotindustries/ogre.git"
},
"dependencies": {
"@dotinc/ogre": "^0.5.0",
"@dotinc/ogre": "^0.6.0",
"@gitgraph/react": "^1.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ogre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/dotindustries/ogre.git"
},
"version": "0.5.0",
"version": "0.6.0",
"description": "Git-like repository for in-memory object versioning",
"private": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 3843080

Please sign in to comment.