From 3c9881c296c34231f8df7096d80709e72706095e Mon Sep 17 00:00:00 2001 From: Wesley Finck Date: Tue, 6 Aug 2024 14:17:53 -0700 Subject: [PATCH] bump version 9.9.0 to 11.0.0 and exclude windows release for now until can fix acorn-happ release pipeline --- .github/workflows/release.yml | 8 ++++---- README.md | 8 +++----- electron/package.json | 2 +- package.json | 2 +- web/dist/splashscreen.html | 2 +- web/package.json | 14 +++++++++++--- web/src/splashscreen.html | 2 +- 7 files changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a71324f7..281930ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest + # - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -59,16 +59,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-9.9.0.AppImage" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.0.AppImage" --clobber - name: upload binary (macos only) if: ${{ runner.os == 'macOs' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.9.9.0.darwin-x64.zip" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.0.darwin-x64.zip" --clobber - name: upload binary (Windows only) if: ${{ runner.os == 'Windows' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.9.9.0.exe" --clobber + gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.11.0.0.exe" --clobber diff --git a/README.md b/README.md index f052b019..9bb5c47c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Acorn -Built with [**Holochain**](https://www.holochain.org/), Acorn ([acorn.software](https://acorn.software)) is an open-source, peer-to-peer project management application. It is designed and built as a scrum-alternative, [Agile Development Pattern](https://en.wikipedia.org/wiki/Agile_software_development) for distributed software development teams. +Built with [**Holochain**](https://www.holochain.org/), Acorn ([acorn.software](https://acorn.software)) is an open-source, peer-to-peer project management application. It is designed and built as a scrum-alternative, [Agile Development Pattern](https://en.wikipedia.org/wiki/Agile_software_development) for distributed software development teams. Acorn is currently in **Alpha** testing phase. ## Things you can do -- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v9.9.0). +- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v11.0.0). - Check out the [Acorn Knowledge Base](https://docs.acorn.software) to learn more about Acorn, its methodology and features. @@ -14,8 +14,6 @@ Acorn is currently in **Alpha** testing phase. - Are you a developer? [Read on](./DEVELOPERS.md). - ![A Sample of Acorn App Design showing Expanded View of an Outcome with details such as Outcome Statement, Achievement Status, GitHub Link, Tags, Assignees, Time, Description, and Action Buttons.](https://github.com/lightningrodlabs/acorn/blob/main/acorn-design-sample-june2022.png) - -© 2020-2023 Harris-Braun Enterprises, LLC, operating as [Lightningrod Labs](https://lightningrodlabs.org). Licensed under the [Cryptographic Autonomy License v1.0](https://opensource.org/licenses/CAL-1.0). +© 2020-2024 Harris-Braun Enterprises, LLC, operating as [Lightningrod Labs](https://lightningrodlabs.org). Licensed under the [Cryptographic Autonomy License v1.0](https://opensource.org/licenses/CAL-1.0). diff --git a/electron/package.json b/electron/package.json index 6fa7b7a9..413a2f4e 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "acorn", - "version": "9.9.0", + "version": "11.0.0", "description": "Open source peer-to-peer project management for software teams", "main": "dist/index.js", "scripts": { diff --git a/package.json b/package.json index 47601270..27a6ed6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "acorn-workspace", "packageManager": "yarn@1.22.19", - "version": "9.9.0", + "version": "11.0.0", "private": true, "workspaces": { "packages": [ diff --git a/web/dist/splashscreen.html b/web/dist/splashscreen.html index 1007464b..fcb7ad7f 100644 --- a/web/dist/splashscreen.html +++ b/web/dist/splashscreen.html @@ -1,4 +1,4 @@ -Acorn
Photograph by Valeriia Miller
version 9.9.0
Setting up Holochain...
Acorn is an open-source, peer-to-peer project management application designed and built for distributed software development teams. Acorn functions through defining Intended Outcomes for a project in a Dependency Tree structure.

Acorn is built as a Holochain application, meaning it runs on decentralized peer-to-peer computing and can be used without server infrastructure or a hosting service. The users of a particular Acorn instance are its hosting power.
© 2020-2023 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
Photograph by Valeriia Miller
version 11.0.0
Setting up Holochain...
Acorn is an open-source, peer-to-peer project management application designed and built for distributed software development teams. Acorn functions through defining Intended Outcomes for a project in a Dependency Tree structure.

Acorn is built as a Holochain application, meaning it runs on decentralized peer-to-peer computing and can be used without server infrastructure or a hosting service. The users of a particular Acorn instance are its hosting power.
© 2020-2023 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
\ No newline at end of file diff --git a/web/package.json b/web/package.json index 5493d3da..2528f862 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "9.9.0", + "version": "11.0.0", "browser": { "child_process": false }, @@ -9,7 +9,13 @@ "build-storybook": "storybook build", "test": "jest", "dev": "webpack-dev-server --config webpack.dev.js", - "build": "webpack --config webpack.prod.js" + "debug": "node --inspect ../node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.dev.js", + "build": "webpack --config webpack.prod.js", + "build:ui": "webpack --config webpack.dev.js", + "zip:ui": "zip -r dist.zip dist", + "build:webhapp": "hc web-app pack --output=./acorn.webhapp ./", + "package": "npm run build:ui && npm run zip:ui && npm run build:webhapp && cp acorn.webhapp /Users/weswalla/lrl/kando/we_dev", + "dev:we": "we-dev-cli --agent-idx 1 --dev-config we.dev.config.ts" }, "devDependencies": { "@babel/core": "^7.14.0", @@ -58,6 +64,8 @@ "@holochain/client": "0.18.0-dev.1", "@lightningrodlabs/we-applet": "0.17.0-dev.1", "@lightningrodlabs/we-dev-cli": "0.12.0-dev.0", + "@holochain-open-dev/profiles": "0.400.0-dev.1", + "@holochain-open-dev/utils": "0.300.2", "@tweenjs/tween.js": "^18.6.4", "babel-plugin-transform-class-properties": "^6.24.1", "buffer": "^6.0.3", @@ -65,7 +73,7 @@ "d3-dag": "^0.11.5", "d3-flextree": "^2.1.2", "diceware-word": "^1.0.0", - "electron": "^20.1.3", + "electron": "20.3.12", "file-loader": "^6.2.0", "intersects": "^2.7.2", "lodash": "^4.17.19", diff --git a/web/src/splashscreen.html b/web/src/splashscreen.html index a5f5174e..24944c11 100644 --- a/web/src/splashscreen.html +++ b/web/src/splashscreen.html @@ -12,7 +12,7 @@
-
version 9.9.0
+
version 11.0.0
Setting up Holochain...