Skip to content

Commit

Permalink
chore: Bump version to 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Jun 24, 2022
1 parent d5abea1 commit 3daa955
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 113 deletions.
170 changes: 73 additions & 97 deletions paperboy-cli/package-lock.json

Large diffs are not rendered by default.

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.6.5",
"version": "2.7.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.6.5",
"@neoskop/paperboy": "2.7.0",
"chalk": "5.0.1",
"commander": "9.3.0",
"inquirer": "9.0.0",
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.6.5",
"version": "2.7.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion paperboy-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16.15.1-buster-slim

ENV PAPERBOY_VERSION=2.6.5
ENV PAPERBOY_VERSION=2.7.0

RUN apt-get update -qq && \
apt-get install -y -qq nginx supervisor && \
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.6.5
appVersion: 2.6.5
version: 2.7.0
appVersion: 2.7.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.6.5
tag: 2.7.0
pullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion paperboy-magnolia-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.neoskop.magnolia</groupId>
<artifactId>paperboy</artifactId>
<version>2.6.5</version>
<version>2.7.0</version>
<packaging>jar</packaging>
<name>Paperboy Magnolia Module</name>

Expand Down
4 changes: 2 additions & 2 deletions paperboy-project-generator/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-project-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-paperboy",
"version": "2.6.5",
"version": "2.7.0",
"description": "",
"files": [
"generators"
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.6.4",
"version": "2.7.0",
"description": "",
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 3daa955

Please sign in to comment.