Skip to content

Commit

Permalink
chore(release): changesets versioning & publication
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and luismeyer committed Aug 3, 2023
1 parent e1b8951 commit 897c0fd
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/stale-days-deliver.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tlfc/cli

## 1.4.0

### Minor Changes

- b8802dc: enable multi stack deployments

### Patch Changes

- Updated dependencies [b8802dc]
- @tlfc/tools@1.7.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlfc/cli",
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tlfc/client

## 1.5.0

### Minor Changes

- b8802dc: enable multi stack deployments

### Patch Changes

- Updated dependencies [b8802dc]
- @tlfc/core@1.6.0

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlfc/client",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tlfc/core

## 1.6.0

### Minor Changes

- b8802dc: enable multi stack deployments

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlfc/core",
"version": "1.5.0",
"version": "1.6.0",
"type": "module",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tlfc/tools

## 1.7.0

### Minor Changes

- b8802dc: enable multi stack deployments

### Patch Changes

- Updated dependencies [b8802dc]
- @tlfc/core@1.6.0

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tlfc/tools",
"version": "1.6.0",
"version": "1.7.0",
"type": "module",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 897c0fd

Please sign in to comment.