Skip to content

Commit

Permalink
chore: bump versions to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Mar 29, 2023
1 parent b89eb68 commit 3ea6600
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 40 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [1.5.0] - 2023-03-29

### Bug Fixes

Expand Down Expand Up @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
- Revamp example #96
- Update api documentation
- Update documentation
- Update CHANGELOG

### Features

Expand Down
9 changes: 2 additions & 7 deletions examples/fullexample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/full-example",
"version": "1.4.9",
"version": "1.5.0",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand All @@ -19,23 +19,18 @@
"grafana:start": "NODE_ENV=development ts-node src/index.ts | pino-loki -pl traceId,spanId,serviceName,serviceVersion,serviceTarget --hostname http://localhost:3100",
"grafana:up": "docker compose -f grafana/docker-compose.yaml up --detach",
"grafana:down": "docker compose -f grafana/docker-compose.yaml down",

"jaeger:start": "NODE_ENV=development ts-node src/index.ts | pino-pretty",
"jaeger:up": "docker compose -f jaeger/docker-compose.yaml up --detach",
"jaeger:down": "docker compose -f jaeger/docker-compose.yaml down",

"signoz:start": "NODE_ENV=development ts-node src/index.ts | pino-pretty",
"signoz:up": "docker compose -f signoz/docker-compose.yaml up --detach",
"signoz:down": "docker compose -f signoz/docker-compose.yaml down",

"uptrace:start": "NODE_ENV=development ts-node src/indexUptrace.ts | pino-pretty",
"uptrace:up": "docker compose -f uptrace/docker-compose.yaml up --detach",
"uptrace:down": "docker compose -f uptrace/docker-compose.yaml down",

"zipkin:start": "NODE_ENV=development ts-node src/indexZipkin.ts | pino-pretty",
"zipkin:up": "DOCKER_TAG=develop docker compose -f zipkin/docker-compose.yaml up --detach",
"zipkin:down": "docker compose -f zipkin/docker-compose.yaml down",

"dev": "NODE_ENV=development ts-node-dev src/index.ts | pino-pretty",
"lint": "eslint . --ext .ts,.json --cache . --fix",
"test": "jest --passWithNoTests",
Expand All @@ -58,7 +53,7 @@
"@opentelemetry/exporter-zipkin": "^1.10.1",
"@purista/amqpbridge": "*",
"@purista/core": "*",
"@purista/redis-state-store":"*",
"@purista/redis-state-store": "*",
"@purista/httpserver": "*",
"@uptrace/node": "^1.10.1",
"pino-loki": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/kubernetes-example",
"version": "1.4.9",
"version": "1.5.0",
"description": "example how to deploy a single service in kubernetes",
"homepage": "https://purista.dev",
"private": true,
Expand Down
22 changes: 11 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.9",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "npm run dev -w examples/fullexample",
Expand Down
2 changes: 1 addition & 1 deletion packages/amqpbridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/amqpbridge",
"version": "1.4.9",
"version": "1.5.0",
"description": "rabbitMQ eventbridge for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amqpbridge/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.4.9'
export const puristaVersion = '1.5.0'
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/cli",
"version": "1.4.9",
"version": "1.5.0",
"description": "cli helper for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.4.9'
export const puristaVersion = '1.5.0'
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/core",
"version": "1.4.9",
"version": "1.5.0",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.4.9'
export const puristaVersion = '1.5.0'
6 changes: 3 additions & 3 deletions packages/httpserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/httpserver",
"version": "1.4.9",
"version": "1.5.0",
"description": "Simple http server service based on fastify for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependenciesMeta": {},
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
}
}
2 changes: 1 addition & 1 deletion packages/httpserver/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.4.9'
export const puristaVersion = '1.5.0'
6 changes: 3 additions & 3 deletions packages/k8s-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/k8s-sdk",
"version": "1.4.9",
"version": "1.5.0",
"description": "SDK and helper to run PURISTA services in Kubernetes",
"homepage": "https://purista.dev",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"peerDependenciesMeta": {},
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
}
}
2 changes: 1 addition & 1 deletion packages/k8s-sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.4.9'
export const puristaVersion = '1.5.0'
8 changes: 4 additions & 4 deletions packages/state-store-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/redis-state-store",
"version": "1.4.9",
"version": "1.5.0",
"description": "State store with redis as database",
"homepage": "https://purista.dev",
"repository": {
Expand Down Expand Up @@ -53,11 +53,11 @@
},
"dependencies": {
"@purista/core": "*",
"@redis/client":"^1.5.6"
"@redis/client": "^1.5.6"
},
"peerDependenciesMeta": {},
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.ref.json"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/website",
"version": "1.4.9",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "vuepress dev src",
Expand Down

0 comments on commit 3ea6600

Please sign in to comment.