@rsdk/prettier-config 4.0.0-next.14 → 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.
- package/CHANGELOG.md +14 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @rsdk/prettier-config
|
|
@@ -51,7 +57,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
57
|
|
|
52
58
|
### Features
|
|
53
59
|
|
|
54
|
-
* change publish config for eslint-plugin, prettier-config,
|
|
60
|
+
* change publish config for eslint-plugin, prettier-config,
|
|
61
|
+
tsconfig ([def7140](https://github.com/R-Vision/rsdk/commit/def714063af0236f35a4290ffc168af4d4037247))
|
|
55
62
|
|
|
56
63
|
# [2.0.0](https://github.com/R-Vision/rsdk/compare/v1.0.12...v2.0.0) (2023-06-06)
|
|
57
64
|
|
|
@@ -61,7 +68,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
61
68
|
|
|
62
69
|
### Bug Fixes
|
|
63
70
|
|
|
64
|
-
* remove private dependencies from `peerDependencies`
|
|
71
|
+
* remove private dependencies from `peerDependencies`
|
|
72
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
65
73
|
|
|
66
74
|
## 1.0.11 (2023-05-23)
|
|
67
75
|
|
|
@@ -71,7 +79,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
79
|
|
|
72
80
|
### Bug Fixes
|
|
73
81
|
|
|
74
|
-
* add "access: public" to new
|
|
82
|
+
* add "access: public" to new
|
|
83
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
75
84
|
|
|
76
85
|
## 1.0.9 (2023-05-21)
|
|
77
86
|
|
|
@@ -101,7 +110,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
110
|
|
|
102
111
|
### Bug Fixes
|
|
103
112
|
|
|
104
|
-
* builtin make not private in
|
|
113
|
+
* builtin make not private in
|
|
114
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
105
115
|
|
|
106
116
|
## 1.0.2 (2023-05-10)
|
|
107
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.
|
|
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": "
|
|
12
|
+
"gitHead": "8abd89d7800375749b024410dc3465ff40389277"
|
|
13
13
|
}
|