@rsdk/prettier-config 4.0.0-next.13 → 4.0.0-next.15

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 +18 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
7
+
8
+ ### Features
9
+
10
+ * added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
11
+
12
+ ## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
13
+
14
+ **Note:** Version bump only for package @rsdk/prettier-config
15
+
6
16
  ## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
7
17
 
8
18
  **Note:** Version bump only for package @rsdk/prettier-config
@@ -47,7 +57,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
47
57
 
48
58
  ### Features
49
59
 
50
- * change publish config for eslint-plugin, prettier-config, tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
60
+ * change publish config for eslint-plugin, prettier-config,
61
+ tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
51
62
 
52
63
  # [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
53
64
 
@@ -57,7 +68,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
57
68
 
58
69
  ### Bug Fixes
59
70
 
60
- * remove private dependencies from `peerDependencies` section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
71
+ * remove private dependencies from `peerDependencies`
72
+ section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
61
73
 
62
74
  ## 1.0.11 (2023-05-23)
63
75
 
@@ -67,7 +79,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
67
79
 
68
80
  ### Bug Fixes
69
81
 
70
- * add "access: public" to new packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
82
+ * add "access: public" to new
83
+ packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
71
84
 
72
85
  ## 1.0.9 (2023-05-21)
73
86
 
@@ -97,7 +110,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
97
110
 
98
111
  ### Bug Fixes
99
112
 
100
- * builtin make not private in npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
113
+ * builtin make not private in
114
+ npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
101
115
 
102
116
  ## 1.0.2 (2023-05-10)
103
117
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rsdk/prettier-config",
3
3
  "license": "Apache License 2.0",
4
- "version": "4.0.0-next.13",
4
+ "version": "4.0.0-next.15",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -9,5 +9,5 @@
9
9
  "dependencies": {
10
10
  "rxjs": "^7.8.1"
11
11
  },
12
- "gitHead": "3fe5f00eff1ac7155d8e42dbbbcbd8a6cfd75e93"
12
+ "gitHead": "8abd89d7800375749b024410dc3465ff40389277"
13
13
  }