Skip to content

Commit

Permalink
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion 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",
2 changes: 1 addition & 1 deletion subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion 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",

0 comments on commit 656e67c

Please sign in to comment.