Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #268

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hungry-dryers-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-candles-thank.md

This file was deleted.

9 changes: 9 additions & 0 deletions actions/manifest-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# manifest-build

## 0.6.0

### Minor Changes

- [#255](https://github.com/smartcontractkit/.github/pull/255)
[`f389df7`](https://github.com/smartcontractkit/.github/commit/f389df7add8c63f0183917689bc391a81c5c7115)
Thanks [@tt-cll](https://github.com/tt-cll)! - make build steps optional for
nix manifest build

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/manifest-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifest-build",
"version": "0.5.0",
"version": "0.6.0",
"description": "Builds all manifest models and uploads them to a cache",
"private": true,
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions actions/setup-nix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# setup-nix

## 0.3.0

### Minor Changes

- [#255](https://github.com/smartcontractkit/.github/pull/255)
[`f389df7`](https://github.com/smartcontractkit/.github/commit/f389df7add8c63f0183917689bc391a81c5c7115)
Thanks [@tt-cll](https://github.com/tt-cll)! - make build steps optional for
nix manifest build

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-nix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-nix",
"version": "0.2.1",
"version": "0.3.0",
"description": "setup nix environment with caches",
"private": true,
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions actions/signed-commits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# changesets-signed-commits

## 1.1.0

### Minor Changes

- [#269](https://github.com/smartcontractkit/.github/pull/269)
[`7748941`](https://github.com/smartcontractkit/.github/commit/7748941d7635c260065b19b29b5ef819adb6c85c)
Thanks [@momentmaker](https://github.com/momentmaker)! - Add optional prDraft
input

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/signed-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changesets-signed-commits",
"version": "1.0.2",
"version": "1.1.0",
"main": "dist/index.js",
"private": true,
"license": "MIT",
Expand Down