Skip to content

Commit

Permalink
chore: Bump version to 2.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Jul 8, 2021
1 parent 894f2f8 commit 9146af3
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
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.3",
"version": "2.6.4",
"description": "",
"repository": "https://github.com/neoskop/paperboy",
"homepage": "https://neolabs.io",
Expand All @@ -16,7 +16,7 @@
},
"author": "Neoskop GmbH",
"dependencies": {
"@neoskop/paperboy": "2.6.3",
"@neoskop/paperboy": "2.6.4",
"chalk": "4.1.0",
"commander": "5.0.0",
"inquirer": "7.3.3",
Expand Down
8 changes: 4 additions & 4 deletions paperboy-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
enabled "2.0.x"
kuler "^2.0.0"

"@neoskop/[email protected].3":
version "2.6.3"
resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.3.tgz#e296ea1babb216eeb9989fb598a2fdddf6c08b95"
integrity sha512-C50+Xhw7rRbVEswLh57PiSYkmpT9P+sOpFqzjSjmBV9vOO1N6B43UPaz4NrQs3lxNDosVhfTdTmvmmqgfhHGaQ==
"@neoskop/[email protected].4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.4.tgz#c14d52dd5ba0ee14fd31a0240ddfb2d592868beb"
integrity sha512-HZSWNXw+ujq1sSsvpScTcfQwX2Clkkt9T/D/VzTsFn1490RcagER7I5p37XgEsj/DGC1jVuvwxFEqJPN4CnFrA==
dependencies:
"@types/amqplib" "0.5.13"
"@types/async-lock" "1.1.2"
Expand Down
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.3",
"version": "2.6.4",
"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:14.6.0-buster-slim

ENV PAPERBOY_VERSION=2.6.3
ENV PAPERBOY_VERSION=2.6.4

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.3
appVersion: 2.6.3
version: 2.6.4
appVersion: 2.6.4
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.3
tag: 2.6.4
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.3</version>
<version>2.6.4</version>
<packaging>jar</packaging>
<name>Paperboy Magnolia Module</name>

Expand Down
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.3",
"version": "2.6.4",
"description": "",
"files": [
"generators"
Expand Down
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.3",
"version": "2.6.4",
"description": "",
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 9146af3

Please sign in to comment.