Skip to content

Commit

Permalink
release/1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garygarside committed Nov 5, 2024
1 parent a5a3921 commit 0e2bd60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:

steps:
- uses: actions/checkout@v1
- name : Setup Config
run: composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
- name: Install depenedencies
uses: php-actions/composer@v1
- name: Run linter
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 1.2.1 - 2024-11-05

- Remove Nova secrets from being required in the CI runner action during Composer setup

## 1.2.0 - 2024-11-05

- Fixed javascript error when inside a flexible componet
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 0e2bd60

Please sign in to comment.