From 473ebaa63493381f980c9a07a81063cccd4c35fc Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 5 Aug 2024 12:23:13 +0200 Subject: [PATCH] fix: new npm version --- configs/CHANGELOG.md | 2 +- configs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/CHANGELOG.md b/configs/CHANGELOG.md index 1aaa6209..b3ff10d5 100644 --- a/configs/CHANGELOG.md +++ b/configs/CHANGELOG.md @@ -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). -## 0.7.0-alpha-1 +## 0.7.0-alpha.1 ## Added diff --git a/configs/package.json b/configs/package.json index 334bd82c..8e206df7 100644 --- a/configs/package.json +++ b/configs/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/osx-commons-configs", "author": "Aragon X", - "version": "0.7.0-alpha-1", + "version": "0.7.0-alpha.1", "license": "AGPL-3.0-or-later", "typings": "dist/index.d.ts", "main": "dist/index.js",