@rsdk/prettier-config 4.0.0-next.14 → 4.0.0-next.16

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.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
7
+
8
+ **Note:** Version bump only for package @rsdk/prettier-config
9
+
10
+ ## [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)
11
+
12
+ ### Features
13
+
14
+ * added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
15
+
6
16
  ## [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)
7
17
 
8
18
  **Note:** Version bump only for package @rsdk/prettier-config
@@ -51,7 +61,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
51
61
 
52
62
  ### Features
53
63
 
54
- * change publish config for eslint-plugin, prettier-config, tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
64
+ * change publish config for eslint-plugin, prettier-config,
65
+ tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
55
66
 
56
67
  # [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
57
68
 
@@ -61,7 +72,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
61
72
 
62
73
  ### Bug Fixes
63
74
 
64
- * remove private dependencies from `peerDependencies` section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
75
+ * remove private dependencies from `peerDependencies`
76
+ section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
65
77
 
66
78
  ## 1.0.11 (2023-05-23)
67
79
 
@@ -71,7 +83,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
71
83
 
72
84
  ### Bug Fixes
73
85
 
74
- * add "access: public" to new packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
86
+ * add "access: public" to new
87
+ packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
75
88
 
76
89
  ## 1.0.9 (2023-05-21)
77
90
 
@@ -101,7 +114,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
101
114
 
102
115
  ### Bug Fixes
103
116
 
104
- * builtin make not private in npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
117
+ * builtin make not private in
118
+ npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
105
119
 
106
120
  ## 1.0.2 (2023-05-10)
107
121
 
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.14",
4
+ "version": "4.0.0-next.16",
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": "567e6d331c4caa6fdadbe0329f91c471b877f7a4"
12
+ "gitHead": "07aa2600fa268af9225acbb5c97479e7e26d671a"
13
13
  }