Skip to content

Commit 2a30f10

Browse files
authoredNov 2, 2020
Merge pull request #2 from soluble-io/test-publish
test
2 parents 914958b + 63d5e55 commit 2a30f10

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed
 

‎.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/changelog-github", { "repo": "soluble-io/tci" }],
44
"commit": false,
55
"linked": [],
66
"access": "public",

‎.npmrc ‎.npmrc.backup

File renamed without changes.

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
"scripts": {
1212
"lerna": "lerna",
1313
"dev": "lerna run start --stream --parallel",
14-
"build": "lerna run build:microbundle",
14+
"build": "lerna run build",
1515
"clean": "lerna run clean",
16-
"clean:node_modules": "lerna run clean:node_modules",
1716
"test": "lerna run test",
1817
"test:unit:coverage": "lerna run test:unit:coverage",
1918
"prepublish": "lerna run build",

‎packages/cache-interop/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @soluble/cache-interop
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- testing changet publication
8+
39
## 0.0.5
410

511
### Patch Changes

‎packages/cache-interop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-interop",
33
"description": "Async cache interop contracts",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/tci",
77
"repository": "https://github.com/soluble-io/tci",

0 commit comments

Comments
 (0)
Please sign in to comment.