Skip to content

Commit

Permalink
chore: bump versions to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Jun 4, 2023
1 parent 561f6f9 commit 4d23415
Show file tree
Hide file tree
Showing 38 changed files with 61 additions and 60 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.7.1] - 2023-06-04

### Bug Fixes

Expand Down Expand Up @@ -86,6 +86,7 @@ All notable changes to this project will be documented in this file.
- Fix order of posts in blog
- Update api documentation
- Update documentation
- Update CHANGELOG

### Features

Expand Down
2 changes: 1 addition & 1 deletion examples/dapr-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/dapr-example",
"version": "1.7.0",
"version": "1.7.1",
"description": "example how to use the dapr package",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/fullexample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/full-example",
"version": "1.7.0",
"version": "1.7.1",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
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.7.0",
"version": "1.7.1",
"description": "example how to deploy a single service in kubernetes",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/mqtt-example",
"version": "1.7.0",
"version": "1.7.1",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/nats-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/nats-example",
"version": "1.7.0",
"version": "1.7.1",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/quickstart",
"version": "1.7.0",
"version": "1.7.1",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand Down
46 changes: 23 additions & 23 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.7.0",
"version": "1.7.1",
"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.7.0",
"version": "1.7.1",
"description": "AMQP 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.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/base-http-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/base-http-bridge",
"version": "1.7.0",
"version": "1.7.1",
"description": "HTTP base eventbridge core functions for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base-http-bridge/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
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.7.0",
"version": "1.7.1",
"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.7.0'
export const puristaVersion = '1.7.1'
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.7.0",
"version": "1.7.1",
"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.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/dapr-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/dapr-sdk",
"version": "1.7.0",
"version": "1.7.1",
"description": "SDK and helper to run PURISTA services in Dapr",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dapr-sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/httpserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/httpserver",
"version": "1.7.0",
"version": "1.7.1",
"description": "Simple http server service based on fastify for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
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.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/infisical-secret-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/infisical-secret-store",
"version": "1.7.0",
"version": "1.7.1",
"description": "State store with Infisical as database",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/infisical-secret-store/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion 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.7.0",
"version": "1.7.1",
"description": "SDK and helper to run PURISTA services in Kubernetes",
"homepage": "https://purista.dev",
"repository": {
Expand Down
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.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/mqttbridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/mqttbridge",
"version": "1.7.0",
"version": "1.7.1",
"description": "MQTT eventbridge for PURISTA backend framework",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mqttbridge/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/nats-config-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/nats-config-store",
"version": "1.7.0",
"version": "1.7.1",
"description": "State store with NATS as backend",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nats-config-store/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
2 changes: 1 addition & 1 deletion packages/nats-state-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/nats-state-store",
"version": "1.7.0",
"version": "1.7.1",
"description": "State store with NATS as backend",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nats-state-store/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.7.0'
export const puristaVersion = '1.7.1'
Loading

0 comments on commit 4d23415

Please sign in to comment.