浏览代码

chore(release): publish new version

 - @standardnotes/auth-server@1.161.0
 - @standardnotes/home-server@1.18.6
standardci 1 年之前
父节点
当前提交
a5e019e290
共有 4 个文件被更改,包括 18 次插入2 次删除
  1. 10 0
      packages/auth/CHANGELOG.md
  2. 1 1
      packages/auth/package.json
  3. 6 0
      packages/home-server/CHANGELOG.md
  4. 1 1
      packages/home-server/package.json

+ 10 - 0
packages/auth/CHANGELOG.md

@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [1.161.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.160.0...@standardnotes/auth-server@1.161.0) (2023-10-23)
+
+### Bug Fixes
+
+* allow to cancel previous subscription when activating premium features in e2e tests ([15af563](https://github.com/standardnotes/server/commit/15af5635f05a8363336aa33830e0157f519eee83))
+
+### Features
+
+* **auth:** remove axios http calls to payments server ([#889](https://github.com/standardnotes/server/issues/889)) ([a812f34](https://github.com/standardnotes/server/commit/a812f3400af3712fd5481b0c38c8805bb9c79e2c))
+
 # [1.160.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.159.2...@standardnotes/auth-server@1.160.0) (2023-10-19)
 
 ### Features

+ 1 - 1
packages/auth/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/auth-server",
-  "version": "1.160.0",
+  "version": "1.161.0",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },

+ 6 - 0
packages/home-server/CHANGELOG.md

@@ -3,6 +3,12 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [1.18.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.5...@standardnotes/home-server@1.18.6) (2023-10-23)
+
+### Bug Fixes
+
+* allow to cancel previous subscription when activating premium features in e2e tests ([15af563](https://github.com/standardnotes/server/commit/15af5635f05a8363336aa33830e0157f519eee83))
+
 ## [1.18.5](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.4...@standardnotes/home-server@1.18.5) (2023-10-20)
 
 **Note:** Version bump only for package @standardnotes/home-server

+ 1 - 1
packages/home-server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@standardnotes/home-server",
-  "version": "1.18.5",
+  "version": "1.18.6",
   "engines": {
     "node": ">=18.0.0 <21.0.0"
   },