@lossir/pkg-bbb 1.1.0 → 1.1.3-master.0

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 ADDED
@@ -0,0 +1,69 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.1.3-master.0](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.1.2...@lossir/pkg-bbb@1.1.3-master.0) (2026-02-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * 666 ([7c06bb2](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/7c06bb2e29cb4c0809a33cf06d8550ff8c5c6404))
12
+ * 666 ([7992e41](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/7992e41d960adc7c9b38266110690d684659984a))
13
+ * 666 ([46f20bc](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/46f20bc9a94d76f1909d70024856546373ede929))
14
+
15
+
16
+
17
+
18
+
19
+ ## [1.1.2](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.1.1...@lossir/pkg-bbb@1.1.2) (2026-02-16)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * ??? ([2525532](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/2525532f698bc2bb42088273030cce8a1a9d8087))
25
+ * ??? 3 ([c3999e3](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/c3999e3f74d2d4450d79cbb0faf5c1104a960850))
26
+ * 321 ([3555215](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/35552155bef935855718e2a22c2447d27eda56e5))
27
+
28
+
29
+
30
+
31
+
32
+ ## [1.1.1](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.1.0...@lossir/pkg-bbb@1.1.1) (2026-02-16)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * 321 ([a0e3520](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/a0e3520603a0aa5e20e54097cf68ca56b613bfe3))
38
+
39
+
40
+
41
+
42
+
43
+ # [1.1.0](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/compare/@lossir/pkg-bbb@1.0.1...@lossir/pkg-bbb@1.1.0) (2026-02-16)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * 321 ([e0a531c](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e0a531cb3b24326bba4feabbe69ce9ec9e783bee))
49
+ * aaa ([e04c1e4](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e04c1e4693db641383a48438e90eccb251ea720b))
50
+ * foo bar ([b946941](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/b9469416f264427cf61f6d21406e1ec5e5671d79))
51
+ * foo bar 2 ([e72108c](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/e72108c918d35fcab03e7d0355cab8de121d167d))
52
+ * foo bar 33 ([b3cc2bf](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/b3cc2bf921a91ae0b0d663a1f7d8b878f2a35f57))
53
+ * foo bar 44 ([9f2f29a](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/9f2f29a85749d2ab4a88178f210bdb61c517cd6b))
54
+
55
+
56
+ ### Features
57
+
58
+ * foo bar 44 ([74805cd](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/74805cd18431cb78d652264a86b82f9dba7ee862))
59
+
60
+
61
+
62
+
63
+
64
+ ## 1.0.1 (2026-02-15)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * ws ([f872e52](https://git.skbkontur.ru/m.pakhomov/monorepo-testing/commits/f872e527860cf88ca5a51eaecaa1206381569346))
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log('pkg-bbb! 2 2');
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@lossir/pkg-bbb",
3
+ "version": "1.1.2",
4
+ "main": "dist/index.js",
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "registry": "https://registry.npmjs.org/",
8
+ "directory": "dist"
9
+ },
10
+ "scripts": {
11
+ "build": "exit 0",
12
+ "test": "echo \"All test passed\""
13
+ },
14
+ "author": "",
15
+ "license": "ISC",
16
+ "description": "",
17
+ "dependencies": {
18
+ "react-dom": "^19.2.3"
19
+ }
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lossir/pkg-bbb",
3
- "version": "1.1.0",
3
+ "version": "1.1.3-master.0",
4
4
  "main": "dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -9,12 +9,21 @@
9
9
  },
10
10
  "scripts": {
11
11
  "build": "exit 0",
12
- "test": "echo \"All test passed\""
12
+ "test": "echo \"All test passed\"",
13
+ "prepack": "node -e \"process.stdout.write(require('./package.json').version)\" | xargs -I {} sh -c 'npm --prefix ./dist pkg set version=\"{}\"'"
13
14
  },
14
15
  "author": "",
15
16
  "license": "ISC",
16
17
  "description": "",
17
18
  "dependencies": {
18
19
  "react-dom": "^19.2.3"
19
- }
20
+ },
21
+ "lerna": {
22
+ "command": {
23
+ "publish": {
24
+ "directory": "."
25
+ }
26
+ }
27
+ },
28
+ "gitHead": "0a95efc5ee8638ad35982d10f5fe4706600bd452"
20
29
  }
package/index.js DELETED
@@ -1 +0,0 @@
1
- console.log('pkg-bbb! 44');