Skip to content

Commit da1d773

Browse files
committed
chore(release): 0.15.0
1 parent 2d5bbfc commit da1d773

File tree

60 files changed

+79
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+79
-77
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.15.0](https://github.com/AlexAegis/js-tooling/compare/v0.14.1...v0.15.0) (2026-03-19)
6+
57
## [0.14.1](https://github.com/AlexAegis/js-tooling/compare/v0.14.0...v0.14.1) (2025-04-19)
68

79

apps/svelte-example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexaegis/svelte-example-app",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"archetype": {
55
"platform": "web",
66
"framework": "sveltekit",

fixtures/custom-bins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pakk/fixture-custom-bins",
33
"description": "custom bins example",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": true,
77
"archetype": {

fixtures/deep-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pakk/fixture-deep-export",
33
"description": "Showcasing custom src and exportBaseDir options with deep exports",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": true,
77
"archetype": {

fixtures/svelte-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pakk/fixture-svelte-library",
33
"description": "Showcasing svelte mode for defining svelte export conditions",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": true,
77
"archetype": {

libs/example-svelte-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexaegis/example-svelte-lib",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"private": true,
55
"archetype": {
66
"platform": "web",

libs/example-ts-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alexaegis/example-ts-lib",
33
"description": "Example package to be used in an app",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": true,
77
"archetype": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alexaegis/workspace",
33
"description": "base repo for common stuff in my other js projects",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "mit",
66
"private": true,
77
"keywords": [

packages/autotool-plugin-commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alexaegis/autotool-plugin-commitlint",
33
"description": "My commitlint config provided as an autotool plugin",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": false,
77
"archetype": {

packages/autotool-plugin-depcheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alexaegis/autotool-plugin-depcheck",
33
"description": "My depcheck setup",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "MIT",
66
"private": false,
77
"archetype": {

0 commit comments

Comments
 (0)