Skip to content

Commit

Permalink
Merge branch 'hotfix/2.12.1' into support/2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jul 23, 2024
2 parents 0c87533 + 819ecdc commit 32d536a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
release:
runs-on: macos-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -44,7 +47,7 @@ jobs:
if [[ $VERSION =~ 'alpha' || $VERSION =~ 'beta' || $VERSION =~ 'rc' ]]; then
TAG='next'
fi
npm publish --tag $TAG
npm publish --tag $TAG --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [v2.12.1](https://github.com/studiometa/js-toolkit/compare/2.12.0..2.12.1) (2024-07-23)

### Fixed

- Fix the publish action ([#493](https://github.com/studiometa/js-toolkit/pull/493), [32cc4fe](https://github.com/studiometa/js-toolkit/commits/32cc4fe))

## [v2.12.0](https://github.com/studiometa/js-toolkit/compare/2.11.2..2.12.0) (2023-12-01)

### Added
Expand Down
12 changes: 6 additions & 6 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": "@studiometa/js-toolkit-workspace",
"version": "2.12.0",
"version": "2.12.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/js-toolkit-demo",
"version": "2.12.0",
"version": "2.12.1",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/js-toolkit-docs",
"version": "2.12.0",
"version": "2.12.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/js-toolkit",
"version": "2.12.0",
"version": "2.12.1",
"description": "A set of useful little bits of JavaScript to boost your project! 🚀",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/js-toolkit-tests",
"version": "2.12.0",
"version": "2.12.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 32d536a

Please sign in to comment.