Skip to content

Commit c993348

Browse files
committed
chore(release): publish new version
- @standardnotes/analytics@2.32.1 - @standardnotes/api-gateway@1.79.14 - @standardnotes/auth-server@1.159.2 - @standardnotes/domain-events-infra@1.20.1 - @standardnotes/event-store@1.13.14 - @standardnotes/files-server@1.31.1 - @standardnotes/home-server@1.17.17 - @standardnotes/revisions-server@1.46.1 - @standardnotes/scheduler-server@1.26.1 - @standardnotes/syncing-server@1.118.1 - @standardnotes/websockets-server@1.17.1
1 parent 7ce9aba commit c993348

File tree

22 files changed

+57
-11
lines changed

22 files changed

+57
-11
lines changed

packages/analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.32.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.32.0...@standardnotes/analytics@2.32.1) (2023-10-18)
7+
8+
**Note:** Version bump only for package @standardnotes/analytics
9+
610
# [2.32.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.31.7...@standardnotes/analytics@2.32.0) (2023-10-17)
711

812
### Features

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/analytics",
3-
"version": "2.32.0",
3+
"version": "2.32.1",
44
"engines": {
55
"node": ">=18.0.0 <21.0.0"
66
},

packages/api-gateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.79.14](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.79.13...@standardnotes/api-gateway@1.79.14) (2023-10-18)
7+
8+
**Note:** Version bump only for package @standardnotes/api-gateway
9+
610
## [1.79.13](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.79.12...@standardnotes/api-gateway@1.79.13) (2023-10-17)
711

812
**Note:** Version bump only for package @standardnotes/api-gateway

packages/api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/api-gateway",
3-
"version": "1.79.13",
3+
"version": "1.79.14",
44
"engines": {
55
"node": ">=18.0.0 <21.0.0"
66
},

packages/auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.159.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.159.1...@standardnotes/auth-server@1.159.2) (2023-10-18)
7+
8+
**Note:** Version bump only for package @standardnotes/auth-server
9+
610
## [1.159.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.159.0...@standardnotes/auth-server@1.159.1) (2023-10-17)
711

812
### Bug Fixes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/auth-server",
3-
"version": "1.159.1",
3+
"version": "1.159.2",
44
"engines": {
55
"node": ">=18.0.0 <21.0.0"
66
},

packages/domain-events-infra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.20.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.20.0...@standardnotes/domain-events-infra@1.20.1) (2023-10-18)
7+
8+
### Bug Fixes
9+
10+
* remove ip attributes in opentelemetry http instrumentation ([#874](https://github.com/standardnotes/server/issues/874)) ([7ce9aba](https://github.com/standardnotes/server/commit/7ce9aba517435034f491c9f080f671285fb91b91))
11+
612
# [1.20.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.19.7...@standardnotes/domain-events-infra@1.20.0) (2023-10-17)
713

814
### Features

packages/domain-events-infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/domain-events-infra",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"engines": {
55
"node": ">=18.0.0 <21.0.0"
66
},

packages/event-store/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.13.14](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.13.13...@standardnotes/event-store@1.13.14) (2023-10-18)
7+
8+
**Note:** Version bump only for package @standardnotes/event-store
9+
610
## [1.13.13](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.13.12...@standardnotes/event-store@1.13.13) (2023-10-17)
711

812
**Note:** Version bump only for package @standardnotes/event-store

packages/event-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@standardnotes/event-store",
3-
"version": "1.13.13",
3+
"version": "1.13.14",
44
"description": "Event Store Service",
55
"private": true,
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)