Skip to content

Commit

Permalink
chore(spectacular): prerelease v0.3.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed May 31, 2022
1 parent c2e2179 commit e52bece
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
NX_RUN_GROUP: ${{ github.run_id }}
PNPM_STORE_PATH: ~/.pnpm-store
node-version: 12.x
pnpm-version: 6.x
spectacular-docs-package-name: spectacular-docs

on:
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
with:
node-version: ${{ env.node-version }}

- run: npm install --global pnpm
- run: npm install --global pnpm@${{ env.pnpm-version }}
- run: pnpm config set store-dir $PNPM_STORE_PATH
- name: Cache PNPM store
uses: actions/cache@v2
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
with:
node-version: ${{ env.node-version }}

- run: npm install --global pnpm
- run: npm install --global pnpm@${{ env.pnpm-version }}
- run: pnpm config set store-dir $PNPM_STORE_PATH
- name: Cache PNPM store
uses: actions/cache@v2
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:
with:
node-version: ${{ env.node-version }}

- run: npm install --global pnpm
- run: npm install --global pnpm@${{ env.pnpm-version }}
- run: pnpm config set store-dir $PNPM_STORE_PATH
- name: Cache PNPM store
uses: actions/cache@v2
Expand Down Expand Up @@ -197,7 +198,7 @@ jobs:
with:
node-version: ${{ env.node-version }}

- run: npm install --global pnpm
- run: npm install --global pnpm@${{ env.pnpm-version }}
- run: pnpm config set store-dir $PNPM_STORE_PATH
- name: Cache PNPM store
uses: actions/cache@v2
Expand Down
14 changes: 14 additions & 0 deletions packages/spectacular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Spectacular changelog

# 0.3.0 (2022-05-31)

## Features

- Remove `pipeName` option from `createPipeHarness`
([#26](https://github.com/ngworker/ngworker/pull/26))

## **BREAKING CHANGES**

The `pipeName` option for `createPipeHarness` is removed. Instead, the pipe name
is resolved through reflection.

Migration: Remove `pipeName` option arguments for `createPipeHarness`.

# 0.2.0 (2021-03-04)

## **BREAKING CHANGES**
Expand Down
4 changes: 2 additions & 2 deletions packages/spectacular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/spectacular",
"version": "0.2.0",
"version": "0.3.0",
"description": "Spectacular Angular integration testing. Test harnesses for Angular applications and libraries.",
"license": "MIT",
"peerDependencies": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"bugs": {
"url": "https://github.com/ngworker/ngworker/issue"
},
"homepage": "https://github.com/ngworker/ngworker/tree/main/packages/spectacular#readme",
"homepage": "https://ngworker.github.io/ngworker/",
"repository": {
"type": "git",
"url": "https://github.com/ngworker/ngworker"
Expand Down

0 comments on commit e52bece

Please sign in to comment.