Skip to content
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
2 changes: 1 addition & 1 deletion .github/actions/publish/publish.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TAG=$([ "$PRE_RELEASE" == "true" ] && echo "--tag=pre-release ")
npm publish $TAG--workspace=$WORKSPACE 2> publish_stderr_digest.log
npm publish --access public $TAG--workspace=$WORKSPACE 2> publish_stderr_digest.log
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,5 @@ jobs:
name: ${{ matrix.package.name }}
version: ${{ steps.newVersion.outputs.version }}
is-pre-release: ${{ env.IS_PRE_RELEASE }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ N.B. See changelogs for individual packages, where most change will occur:

This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).

## [0.10.3] - 2025-02-27

### Fixed

- GHA pipelines for publishing to public/scoped NPM repository

## [0.10.2] - 2024-12-26

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions examples/serve/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2025-02-27

### Changed

- updated some linux playwright snapshots
- no code changes, so this must be a change in linux chromium. Assets look identical to eye, so presumably need to relax the fuzziness.

## [0.2.2] - 2024-12-17

### Removed
Expand Down
2 changes: 1 addition & 1 deletion examples/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-toggle-point-serve-example",
"version": "0.2.0",
"version": "0.2.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here for explanation of 0->3 bump.

"type": "module",
"private": true,
"scripts": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asos/web-toggle-point",
"version": "0.10.2",
"version": "0.10.3",
"repository": "[email protected]:asos/web-toggle-point.git",
"homepage": "https://asos.github.io/web-toggle-point/",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/features/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.2] - 2025-03-03

### Changed

- Added `package.json` [repository](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository), [bugs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bugs), and [`directories/doc`](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#directories) fields, for clarity once on NPM

## [0.3.1] - 2024-12-26

### Fixed
Expand Down
13 changes: 12 additions & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asos/web-toggle-point-features",
"description": "toggle point features code",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"type": "module",
"main": "./lib/main.es5.cjs",
Expand All @@ -16,6 +16,17 @@
"require": "./lib/browser.es5.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/asos/web-toggle-point.git",
"directory": "packages/features"
},
"bugs": {
"url": "https://github.com/asos/web-toggle-point/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build-dependencies": "path-exists ../../packages/ssr/lib || npm run --prefix ../../packages/ssr build",
"prebuild": "npm run build-dependencies",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-pointcuts/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.3] - 2025-03-03

### Changed

- Added `package.json` [repository](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository), [bugs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bugs), and [`directories/doc`](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#directories) fields, for clarity once on NPM

## [0.4.2] - 2024-12-26

### Fixed
Expand Down
13 changes: 12 additions & 1 deletion packages/react-pointcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asos/web-toggle-point-react-pointcuts",
"description": "react pointcut code",
"version": "0.4.2",
"version": "0.4.3",
"license": "MIT",
"type": "module",
"main": "./lib/main.es5.cjs",
Expand All @@ -15,6 +15,17 @@
"require": "./lib/browser.es5.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/asos/web-toggle-point.git",
"directory": "packages/react-pointcuts"
},
"bugs": {
"url": "https://github.com/asos/web-toggle-point/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "npm run clean && npm run build:browser && npm run build:server",
"build:browser": "cross-env BABEL_ENV=browser rollup -c build/rollup.mjs --config_isClient true",
Expand Down
6 changes: 6 additions & 0 deletions packages/ssr/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2025-03-03

### Changed

- Added `package.json` [repository](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository), [bugs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bugs), and [`directories/doc`](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#directories) fields, for clarity once on NPM

## [0.2.1] - 2024-12-26

### Fixed
Expand Down
13 changes: 12 additions & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asos/web-toggle-point-ssr",
"description": "toggle point server side rendering code",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"type": "module",
"main": "./lib/main.es5.cjs",
Expand All @@ -15,6 +15,17 @@
"require": "./lib/browser.es5.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/asos/web-toggle-point.git",
"directory": "packages/ssr"
},
"bugs": {
"url": "https://github.com/asos/web-toggle-point/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "npm run clean && npm run build:browser && npm run build:server",
"build:browser": "cross-env BABEL_ENV=browser rollup -c build/rollup.mjs --config_isClient true",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.4] - 2025-03-03

### Changed

- Added `package.json` [repository](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository), [bugs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bugs), and [`directories/doc`](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#directories) fields, for clarity once on NPM

## [0.7.3] - 2024-12-26

### Fixed
Expand Down
13 changes: 12 additions & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asos/web-toggle-point-webpack",
"description": "toggle point webpack plugin",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"type": "module",
"main": "./lib/main.cjs",
Expand All @@ -12,6 +12,17 @@
},
"./pathSegmentToggleHandler": "./lib/pathSegmentToggleHandler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asos/web-toggle-point.git",
"directory": "packages/webpack"
},
"bugs": {
"url": "https://github.com/asos/web-toggle-point/issues"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "npm run clean && rollup -c build/rollup.mjs",
"prepublishOnly": "npm run build",
Expand Down
Loading