Skip to content

Commit

Permalink
chore: Bump version to 2.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Jul 8, 2021
1 parent 9d2dedc commit 1b497d2
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.2",
"version": "2.6.3",
"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.2",
"@neoskop/paperboy": "2.6.3",
"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/paperboy@2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.2.tgz#b4aaf2cd00b7629c0f70822cc06b34ab9e492c1e"
integrity sha512-2p7dvf0oDJ2ZZVOS+aRuQt5Medkyta4hR7rbkuInzFDD5YFyrI/DjjLSaPOvxIlMnMOpM6XV9ohRvlE08LajbA==
"@neoskop/paperboy@2.6.3":
version "2.6.3"
resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.3.tgz#e296ea1babb216eeb9989fb598a2fdddf6c08b95"
integrity sha512-C50+Xhw7rRbVEswLh57PiSYkmpT9P+sOpFqzjSjmBV9vOO1N6B43UPaz4NrQs3lxNDosVhfTdTmvmmqgfhHGaQ==
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.2",
"version": "2.6.3",
"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.2
ENV PAPERBOY_VERSION=2.6.3

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.2
appVersion: 2.6.2
version: 2.6.3
appVersion: 2.6.3
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.2
tag: 2.6.3
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.2</version>
<version>2.6.3</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.2",
"version": "2.6.3",
"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.2",
"version": "2.6.3",
"description": "",
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 1b497d2

Please sign in to comment.