Skip to content

Commit

Permalink
Merge pull request #2 from soluble-io/test-publish
Browse files Browse the repository at this point in the history
test
  • Loading branch information
belgattitude committed Nov 2, 2020
2 parents 914958b + 63d5e55 commit 2a30f10
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": ["@changesets/changelog-github", { "repo": "soluble-io/tci" }],
"commit": false,
"linked": [],
"access": "public",
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"scripts": {
"lerna": "lerna",
"dev": "lerna run start --stream --parallel",
"build": "lerna run build:microbundle",
"build": "lerna run build",
"clean": "lerna run clean",
"clean:node_modules": "lerna run clean:node_modules",
"test": "lerna run test",
"test:unit:coverage": "lerna run test:unit:coverage",
"prepublish": "lerna run build",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/cache-interop

## 0.0.6

### Patch Changes

- testing changet publication

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-interop",
"description": "Async cache interop contracts",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"homepage": "https://github.com/soluble-io/tci",
"repository": "https://github.com/soluble-io/tci",
Expand Down

0 comments on commit 2a30f10

Please sign in to comment.