@lansweeper/multitenant-api-grpc 0.4.84 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +7 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.5.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.5.0...@lansweeper/multitenant-api-grpc@0.5.1) (2026-03-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - validate dual-publish to npmjs.org for all packages ([01faf90](https://github.com/Lansweeper/lansweeperapis/commit/01faf903cd76e3e91d9f44bbe01f570f6527f121))
11
+
12
+ # [0.5.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.86...@lansweeper/multitenant-api-grpc@0.5.0) (2026-03-02)
13
+
14
+ ### Features
15
+
16
+ - force minor release for all packages to dual-publish to npmjs.org ([071375b](https://github.com/Lansweeper/lansweeperapis/commit/071375bbce79f9a4142d339bcb3e839edec9e7b2))
17
+
18
+ ## [0.4.86](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.85...@lansweeper/multitenant-api-grpc@0.4.86) (2026-02-27)
19
+
20
+ ### Bug Fixes
21
+
22
+ - add publishConfig.registry to all packages for GitHub Packages ([28f441e](https://github.com/Lansweeper/lansweeperapis/commit/28f441e56240a4e09737f8637a9b60a14f3c3c77)), closes [#2063](https://github.com/Lansweeper/lansweeperapis/issues/2063) [#3957](https://github.com/Lansweeper/lansweeperapis/issues/3957) [#3141](https://github.com/Lansweeper/lansweeperapis/issues/3141)
23
+
24
+ ## [0.4.85](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.84...@lansweeper/multitenant-api-grpc@0.4.85) (2026-02-27)
25
+
26
+ ### Bug Fixes
27
+
28
+ - add repository field to all 68 package.json files ([b1e02c2](https://github.com/Lansweeper/lansweeperapis/commit/b1e02c24ebcc5eb76cbbbfc12a9073d89ca4b0ed))
29
+
6
30
  ## [0.4.84](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.83...@lansweeper/multitenant-api-grpc@0.4.84) (2025-09-15)
7
31
 
8
32
  **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.84",
3
+ "version": "0.5.1",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/Lansweeper/lansweeperapis.git"
7
+ },
4
8
  "description": "Multitenant grpc",
5
9
  "main": "gen-proto/index.js",
6
10
  "types": "gen-proto/index.d.ts",
@@ -18,5 +22,6 @@
18
22
  "scripts": {
19
23
  "prepublishOnly": "cp -r ../../shared/limits ./proto"
20
24
  },
21
- "gitHead": "d03d79547eed5e803a44cbe5e299b14aaf8ae824"
25
+ "publishConfig": {
26
+ }
22
27
  }