Skip to content

Commit

Permalink
Merge pull request #4655 from activepieces/feat/release27
Browse files Browse the repository at this point in the history
feat: release 0.26.0
  • Loading branch information
abuaboud committed May 13, 2024
2 parents 06001f5 + 4cd312f commit fe8f375
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ COPY . .
COPY .npmrc package.json package-lock.json ./
RUN npm ci

RUN npx nx run-many --target=build --projects=server-api --configuration production --skip-nx-cache
RUN npx nx run-many --target=build --projects=ui-core --configuration production --skip-nx-cache
RUN npx nx run-many --target=build --projects=server-api --configuration production
RUN npx nx run-many --target=build --projects=ui-core --configuration production

# Install backend production dependencies
RUN cd dist/packages/server/api && npm install --production --force
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.25.1
image: ghcr.io/activepieces/activepieces:0.26.0
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "activepieces",
"version": "0.25.1",
"rcVersion": "0.26.0-rc.3",
"version": "0.26.0",
"rcVersion": "0.27.0-rc.0",
"scripts": {
"prepare": "husky install",
"serve:frontend": "nx serve ui-core",
Expand Down

0 comments on commit fe8f375

Please sign in to comment.