Skip to content

Commit ec55534

Browse files
chore: bump versions to 1.10.7
1 parent d256f73 commit ec55534

File tree

48 files changed

+6605
-9138
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

+6605
-9138
lines changed

CHANGELOG.md

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

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

5+
## [1.10.7] - 2024-02-18
6+
7+
### Bug Fixes
8+
9+
- CLI init
10+
- NATS state store getter
11+
12+
### Documentation
13+
14+
- Update handbook
15+
- Update api documentation
16+
- Update doc
17+
18+
### Features
19+
20+
- Add version check to CLI
21+
22+
### Miscellaneous Tasks
23+
24+
- Improve store getter types and code cleanup in stores
25+
- Bump packages
26+
- Update package lock
27+
- Fix lint
28+
- Fix store tests
29+
- Use vitest instead of jest
30+
- Fix tests
31+
- Disable unstable integration tests
32+
- Impove test setup
33+
- Improve test
34+
- Increase vitest hookTimeout
35+
536
## [1.10.6] - 2024-02-15
637

738
### Bug Fixes
839

940
- Mocked context invoke
1041

42+
### Miscellaneous Tasks
43+
44+
- Bump versions to 1.10.6
45+
1146
## [1.10.5] - 2024-02-15
1247

1348
### 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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
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.6",
3+
"version": "1.10.7",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

0 commit comments

Comments
 (0)