Skip to content

Commit 0e2bd60

Browse files
committed
release/1.2.1
1 parent a5a3921 commit 0e2bd60

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
- name : Setup Config
12-
run: composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
1311
- name: Install depenedencies
1412
uses: php-actions/composer@v1
1513
- name: Run linter

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## 1.2.1 - 2024-11-05
10+
11+
- Remove Nova secrets from being required in the CI runner action during Composer setup
12+
913
## 1.2.0 - 2024-11-05
1014

1115
- Fixed javascript error when inside a flexible componet

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

0 commit comments

Comments
 (0)