Skip to content

Commit 08a5026

Browse files
committed
release: 7.0.0-alpha.2
1 parent d439dd6 commit 08a5026

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

makerelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cp -r build release/build
88
cp package.json release/package.json
99
cp pnpm-lock.yaml release/pnpm-lock.yaml
1010
mkdir release/configuration
11-
cp config.yaml.example release/configuration/config.yaml.example
11+
cp configuration/config.yaml.example release/configuration/config.yaml.example
1212
cd release/build
1313
mkdir -p node_modules
1414
cd node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@popstarfreas/dimensions",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)