@kitchensink/changeset-pkg-b 0.0.1 → 0.0.4
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 +27 -0
- package/package.json +2 -2
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -8
- package/dist/index.js.map +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# @kitchensink/changeset-pkg-b
|
|
2
|
+
|
|
3
|
+
## 0.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3a817ff: ddad
|
|
8
|
+
- Updated dependencies [3a817ff]
|
|
9
|
+
- @kitchensink/changeset-pkg-a@0.0.6
|
|
10
|
+
|
|
11
|
+
## 0.0.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#11](https://github.com/Andarist/kitchensink-tests/pull/11) [`ac74a9d`](https://github.com/Andarist/kitchensink-tests/commit/ac74a9da6cd78c4e1a0cd83986afe077f17bb117) Thanks [@Andarist](https://github.com/Andarist)! - This should work
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`ac74a9d`](https://github.com/Andarist/kitchensink-tests/commit/ac74a9da6cd78c4e1a0cd83986afe077f17bb117)]:
|
|
18
|
+
- @kitchensink/changeset-pkg-a@0.0.3
|
|
19
|
+
|
|
20
|
+
## 0.0.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#10](https://github.com/Andarist/kitchensink-tests/pull/10) [`d5fecae`](https://github.com/Andarist/kitchensink-tests/commit/d5fecae49f88c53cac7908beffe1d69e59fc0349) Thanks [@Andarist](https://github.com/Andarist)! - random change
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [[`f52cb1f`](https://github.com/Andarist/kitchensink-tests/commit/f52cb1fa79464eee2c0af471399d5e6ea9256829), [`d5fecae`](https://github.com/Andarist/kitchensink-tests/commit/d5fecae49f88c53cac7908beffe1d69e59fc0349)]:
|
|
27
|
+
- @kitchensink/changeset-pkg-a@0.0.2
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitchensink/changeset-pkg-b",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@kitchensink/changeset-pkg-a": "^0.0.
|
|
6
|
+
"@kitchensink/changeset-pkg-a": "^0.0.6"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@kitchensink-tests/tsconfig": "^0.0.0"
|
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,wBAAwB"}
|
package/dist/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const changeset_pkg_a_1 = __importDefault(require("@kitchensink/changeset-pkg-a"));
|
|
7
|
-
exports.default = [changeset_pkg_a_1.default, "b"];
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;AAAA,mFAA6C;AAE7C,kBAAe,CAAC,yBAAC,EAAE,GAAG,CAAC,CAAC"}
|