Skip to content

Commit

Permalink
fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Dec 19, 2023
1 parent dc9566c commit c217083
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.0.1-alpha.0
## v0.0.1

### Added

Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aragon/osx-commons",
"license": "AGPL-3.0-or-later",
"description": "The Aragon OSx contracts package containing common utilities",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"author": {
"name": "aragon",
"url": "https://github.com/aragon"
Expand Down Expand Up @@ -77,4 +77,4 @@
"clean": "rimraf ./artifacts ./cache ./coverage ./types ./coverage.json && yarn typechain",
"docgen": "hardhat docgen"
}
}
}
2 changes: 1 addition & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UPCOMING]

## v0.0.1-alpha.0
## v0.0.1

### Changed

Expand Down
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/osx-commons-sdk",
"author": "Aragon Association",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/osx-commons-sdk.esm.js",
Expand Down Expand Up @@ -65,4 +65,4 @@
"graphql-request": "^4.3.0",
"yup": "^1.2.0"
}
}
}
2 changes: 1 addition & 1 deletion subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.0.1-alpha.0
## v0.0.1

### Changed

Expand Down
4 changes: 2 additions & 2 deletions subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/osx-commons-subgraph",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "The Aragon OSx subgraph package containing common utilities",
"module": "index.ts",
"types": "index.ts",
Expand Down Expand Up @@ -35,4 +35,4 @@
"matchstick-as": "0.5.2",
"typescript": "^5.2.2"
}
}
}

0 comments on commit c217083

Please sign in to comment.