Skip to content

Commit d8e31e0

Browse files
committed
Merge branch 'hotfix/2.4.1'
2 parents 65b39d3 + b4709e2 commit d8e31e0

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/js-toolkit-workspace",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/js-toolkit-demo",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const pkg = JSON.parse(
77

88
export default defineConfig({
99
lang: 'en-US',
10-
title: 'A JavaScript data-attributes driven micro-framework',
10+
title: 'JS Toolkit',
1111
description: 'The JS Toolkit by Studio Meta is a JavaScript data-attributes driven micro-framework shipped with plenty of useful utility functions to boost your project.',
1212
lastUpdated: true,
1313
head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/logo.png' }]],

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/js-toolkit-docs",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/js-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/js-toolkit",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A set of useful little bits of JavaScript to boost your project! 🚀",
55
"publishConfig": {
66
"access": "public"

packages/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/js-toolkit-tests",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)