Skip to content

Commit 2d0b637

Browse files
chore: bump versions to 1.10.6
1 parent 912a638 commit 2d0b637

File tree

48 files changed

+84
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+84
-74
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

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

5+
## [1.10.6] - 2024-02-15
6+
7+
### Bug Fixes
8+
9+
- Mocked context invoke
10+
511
## [1.10.5] - 2024-02-15
612

713
### Bug Fixes
814

915
- Mutable obj issue in context mocks
1016

17+
### Miscellaneous Tasks
18+
19+
- Bump versions to 1.10.5
20+
1121
## [1.10.4] - 2024-02-15
1222

1323
### Bug Fixes

examples/dapr-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/dapr-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "example how to use the dapr package",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/fullexample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/full-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/hono-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/hono-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/kubernetes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/kubernetes-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "example how to deploy a single service in kubernetes",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/mqtt-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/mqtt-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/nats-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/nats-example",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/quickstart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/quickstart",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.5",
2+
"version": "1.10.6",
33
"private": true,
44
"type": "module",
55
"scripts": {

packages/amqpbridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/amqpbridge",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "AMQP eventbridge for PURISTA backend framework",
55
"homepage": "https://purista.dev",
66
"repository": {

packages/amqpbridge/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

packages/aws-config-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/aws-config-store",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "State store adapter for AWS System Manager",
55
"homepage": "https://purista.dev",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

packages/aws-secret-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/aws-secret-store",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "State store adapter for AWS Secrets Manager",
55
"homepage": "https://purista.dev",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

packages/azure-secret-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/azure-secret-store",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "State store adapter for Azure Key Vault",
55
"homepage": "https://purista.dev",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

packages/base-http-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/base-http-bridge",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "HTTP base eventbridge core functions for PURISTA backend framework",
55
"homepage": "https://purista.dev",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/cli",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "cli helper for PURISTA backend framework",
55
"homepage": "https://purista.dev",
66
"repository": {

packages/cli/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '1.10.5'
1+
export const puristaVersion = '1.10.6'

0 commit comments

Comments
 (0)