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.2.0
 - ogre-demo@0.6.0
 - @dotinc/ogre@0.5.0
 - @dotinc/ogre-react@0.5.0
  • Loading branch information
nadilas committed Feb 24, 2024
1 parent 41e6514 commit c6bad3a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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.1.0",
"version": "0.2.0",
"author": "János Veres @nadilas",
"license": "MIT",
"bin": "dist/cli.js",
Expand All @@ -19,7 +19,7 @@
"dist"
],
"dependencies": {
"@dotinc/ogre": "^0.4.0",
"@dotinc/ogre": "^0.5.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.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@dotinc/ogre": "^0.4.0",
"@dotinc/ogre-react": "^0.4.0",
"@dotinc/ogre": "^0.5.0",
"@dotinc/ogre-react": "^0.5.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.4.0",
"version": "0.5.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.4.0",
"@dotinc/ogre": "^0.5.0",
"@gitgraph/react": "^1.6.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions 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.4.0",
"version": "0.5.0",
"description": "Git-like repository for in-memory object versioning",
"private": false,
"main": "lib/index.js",
Expand All @@ -29,9 +29,9 @@
"nyc": "^15.1.0",
"tap": "^18.7.0",
"ts-node": "^10.8.1",
"tsx": "^4.7.1",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"tsx": "^4.7.1"
"uuid": "^8.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit c6bad3a

Please sign in to comment.