Skip to content

Commit

Permalink
chore: Bump version to 2.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Sep 19, 2023
1 parent 60633c7 commit 0dc78e4
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 25 deletions.
20 changes: 10 additions & 10 deletions paperboy-cli/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 paperboy-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy-cli",
"version": "2.8.1",
"version": "2.9.0",
"description": "",
"repository": "https://github.com/neoskop/paperboy",
"homepage": "https://neolabs.io",
Expand All @@ -13,7 +13,7 @@
},
"author": "Neoskop GmbH",
"dependencies": {
"@neoskop/paperboy": "2.8.1",
"@neoskop/paperboy": "2.9.0",
"chalk": "5.3.0",
"commander": "11.0.0",
"inquirer": "9.2.11",
Expand Down
2 changes: 1 addition & 1 deletion paperboy-cli/paperboy-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { readFileSync } from "fs";
import { Paperboy } from "@neoskop/paperboy";
import { program } from "commander";

program.version("2.8.1").description("Paperboy CLI");
program.version("2.9.0").description("Paperboy CLI");

program
.description(
Expand Down
4 changes: 2 additions & 2 deletions paperboy-core/package-lock.json

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

2 changes: 1 addition & 1 deletion paperboy-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy",
"version": "2.8.1",
"version": "2.9.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions paperboy-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: paperboy
description: A Helm chart to deploy the paperboy push service and optionally a queue
type: application
version: 2.8.1
appVersion: 2.8.1
version: 2.9.0
appVersion: 2.9.0
home: http://paperboy.sh
sources:
- https://github.com/neoskop/paperboy
Expand Down
2 changes: 1 addition & 1 deletion paperboy-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: neoskop/paperboy-push-service
tag: 2.8.1
tag: 2.9.0
pullPolicy: IfNotPresent
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions paperboy-push-service/package-lock.json

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

2 changes: 1 addition & 1 deletion paperboy-push-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy-push-service",
"version": "2.8.1",
"version": "2.9.0",
"description": "",
"author": "",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ npm version $1
version=$(cat package.json | jq -r .version)
npm publish

cd ../paperboy-magnolia-module
mvn versions:set -DnewVersion=${version} -DgenerateBackupPoms=false

cd ../paperboy-cli
cat package.json | jq ".version = \"$version\" | .dependencies.\"@neoskop/paperboy\" = \"$version\"" >package.json.new
mv package.json.new package.json
Expand Down

0 comments on commit 0dc78e4

Please sign in to comment.