Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Aug 3, 2023
1 parent 2b00d8c commit 03312c1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [0.6.0](https://github.com/AlexAegis/pakk/compare/v0.5.0...v0.6.0) (2023-08-03)

## [0.5.0](https://github.com/AlexAegis/pakk/compare/v0.4.3...v0.5.0) (2023-07-21)


Expand Down
2 changes: 1 addition & 1 deletion fixtures/custom-bins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/fixture-custom-bins",
"description": "custom bins example",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": true,
"archetype": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/deep-export/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/fixture-deep-export",
"description": "Showcasing custom src and exportBaseDir options with deep exports",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": true,
"archetype": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/svelte-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/fixture-svelte-library",
"description": "Showcasing svelte mode for defining svelte export conditions",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": true,
"archetype": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/workspace",
"description": "Pakk",
"version": "0.5.0",
"version": "0.6.0",
"license": "mit",
"private": true,
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/cli",
"description": "The standalone cli of pakk, that can manage your package.json for library development.",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": false,
"archetype": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"@alexaegis/fs": "^0.6.1",
"@alexaegis/logging": "^0.6.1",
"@alexaegis/workspace-tools": "^0.6.1",
"@pakk/core": "^0.5.0",
"@pakk/core": "^0.6.0",
"@types/node": "^20.4.6",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
Expand All @@ -82,7 +82,7 @@
"@types/yargs": "^17.0.24",
"publint": "^0.2.0",
"vite": "^4.4.8",
"vite-plugin-pakk": "^0.5.0",
"vite-plugin-pakk": "^0.6.0",
"vitest": "^0.34.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pakk/core",
"description": "The core library of pakk, that can manage your package.json for library development.",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": false,
"archetype": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-pakk",
"description": "Automatically fills out your package.json for both local and published version",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"private": false,
"archetype": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@alexaegis/common": "^0.6.1",
"@alexaegis/fs": "^0.6.1",
"@alexaegis/workspace-tools": "^0.6.1",
"@pakk/core": "^0.5.0",
"@pakk/core": "^0.6.0",
"@types/node": "^20.4.6",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 03312c1

Please sign in to comment.