Skip to content

Commit

Permalink
version 0.3.1-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Jan 17, 2024
1 parent 97904c9 commit 2308e08
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
always-auth: true
cache: yarn

- name: install dependencies
- name: install root dependencies
run: yarn install --immutable

- name: install package dependencies
run: yarn workspace $PACKAGE_NAME install --immutable

- name: lint
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
always-auth: true
cache: yarn

- name: install dependencies
- name: install root dependencies
run: yarn install --immutable

- name: install package dependencies
run: yarn workspace $PACKAGE_NAME install --immutable

- name: lint
Expand Down
5 changes: 5 additions & 0 deletions packages/abjad-convert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.3.1] 2024-01-18
### Fixed
- deprecate 0.3.0 for wrong publishing
- publish via GitHub actions

## [0.3.0] 2024-01-17
### Added
- return array of letters of a script
Expand Down
6 changes: 3 additions & 3 deletions packages/abjad-convert/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Abjad Convert
[![Version](https://img.shields.io/badge/version-0.3.0-blue.svg)](https://github.com/amerharb/abjad/tree/version/0.3.0)
[![Version](https://img.shields.io/badge/version-0.3.1-blue.svg)](https://github.com/amerharb/abjad/tree/version/0.3.1)
[![License: GPLv3](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
![Coverage](https://raw.githubusercontent.com/amerharb/abjad/abjad-convert/version/0.3.0/packages/abjad-convert/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/abjad/actions/workflows/lint-test.yaml/badge.svg?branch=abjad-convert/version/0.3.0)
![Coverage](https://raw.githubusercontent.com/amerharb/abjad/abjad-convert/version/0.3.1/packages/abjad-convert/badges/coverage.svg)
![Github workflow](https://github.com/amerharb/abjad/actions/workflows/lint-test.yaml/badge.svg?branch=abjad-convert/version/0.3.1)

**abjad-convert** is a package for converting Abjad alphabets phonetically.

Expand Down
2 changes: 1 addition & 1 deletion packages/abjad-convert/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/abjad-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abjad-convert",
"version": "0.3.1-next.0",
"version": "0.3.1-next.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 2308e08

Please sign in to comment.