Skip to content

Commit

Permalink
chore: bump minor version to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sebastianwessel committed Feb 25, 2024
1 parent 8ae765e commit 83dd982
Show file tree
Hide file tree
Showing 49 changed files with 86 additions and 85 deletions.
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.10.8",
"version": "1.11.0",
"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.10.8",
"version": "1.11.0",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/hono-example",
"version": "1.10.8",
"version": "1.11.0",
"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.10.8",
"version": "1.11.0",
"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.10.8",
"version": "1.11.0",
"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.10.8",
"version": "1.11.0",
"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.10.8",
"version": "1.11.0",
"description": "purista backend framework",
"homepage": "https://purista.dev",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/temporal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@purista/temporal-example",
"private": true,
"version": "1.10.8",
"version": "1.11.0",
"description": "PURISTA blueprint project",
"engines": {
"node": ">=18"
Expand Down
75 changes: 38 additions & 37 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.10.8",
"version": "1.11.0",
"private": true,
"type": "module",
"scripts": {
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.10.8",
"version": "1.11.0",
"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.10.8'
export const puristaVersion = '1.11.0'
2 changes: 1 addition & 1 deletion packages/aws-config-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/aws-config-store",
"version": "1.10.8",
"version": "1.11.0",
"description": "State store adapter for AWS System Manager",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-config-store/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.10.8'
export const puristaVersion = '1.11.0'
2 changes: 1 addition & 1 deletion packages/aws-secret-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purista/aws-secret-store",
"version": "1.10.8",
"version": "1.11.0",
"description": "State store adapter for AWS Secrets Manager",
"homepage": "https://purista.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-secret-store/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const puristaVersion = '1.10.8'
export const puristaVersion = '1.11.0'
Loading

0 comments on commit 83dd982

Please sign in to comment.