Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Mar 11, 2022
1 parent e57e2f8 commit d1ea043
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,10 +16,10 @@
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"config": "^0.1.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2",
"tsconfig": "*",
"config": "*"
"tsconfig": "^0.1.0",
"typescript": "4.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/ogre-react/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dotinc/ogre-react",
"version": "0.0.0",
"version": "0.1.0",
"main": "./index.tsx",
"types": "./index.tsx",
"private": true,
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"tsconfig": "*",
"config": "*",
"config": "^0.1.0",
"tsconfig": "^0.1.0",
"typescript": "^4.5.3"
},
"publishConfig": {
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.0.0",
"version": "0.1.0",
"description": "Git-like repository for in-memory object versioning",
"main": "lib/index.ts",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"main": "index.js",
"files": [
Expand Down

0 comments on commit d1ea043

Please sign in to comment.