Skip to content

Commit

Permalink
chore: version bump (#50)
Browse files Browse the repository at this point in the history
* chore: version bump

* chore: formatting
  • Loading branch information
justlevine authored Feb 7, 2025
1 parent 96db502 commit 0d3ed2f
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 6 deletions.
8 changes: 6 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](./README.md#updating-and-versioning).

## [0.0.4] - 2025-02-07

- fix: improve cross-platform compatibility for the `snapwp` command

## [0.0.3] - 2025-02-03

- fix: update regex in `snapwp` command to avoid `node_modules` (#31)
- chore: add missing namespace proxies to Verdaccio config (#33)
- fix: update regex in `snapwp` command to avoid `node_modules`
- chore: add missing namespace proxies to Verdaccio config

## [0.0.2] - 2025-01-31

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapwp",
"version": "0.0.3",
"version": "0.0.4",
"license": "AGPL-3.0",
"author": "rtCamp",
"description": "A better way to build headless WordPress applications.",
Expand Down
16 changes: 16 additions & 0 deletions packages/codegen-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](./README.md#updating-and-versioning).

## [Unreleased]

## [0.0.2] - 2025-02-07

- feat: Update the base configuration to enable the following: `enumsAsTypes`, `skipTypename`, `useTypeImports`.

## [0.0.1] - 2025-01-30

- Initial (public) release.
2 changes: 1 addition & 1 deletion packages/codegen-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapwp/codegen-config",
"version": "0.0.1",
"version": "0.0.2",
"license": "AGPL-3.0",
"author": "rtCamp",
"description": "Frontend Codegen Config",
Expand Down
16 changes: 16 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](./README.md#updating-and-versioning).

## [Unreleased]

## [0.0.2] - 2025-02-07

- fix: Expose the `className`, `slug`, and `theme` fields to the `CoreTemplatePartFrag.attributes`, to allow for easier component overloading.

## [0.0.1] - 2025-01-30

- Initial (public) release.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapwp/next",
"version": "0.0.1",
"version": "0.0.2",
"license": "AGPL-3.0",
"description": "Utility functions and components for SnapWP application",
"author": "rtCamp",
Expand Down
16 changes: 16 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](./README.md#updating-and-versioning).

## [Unreleased]

## [0.0.2] - 2025-02-07

- fix: Normalize file paths when detecting the `snapwp.config.mjs` file on Windows.

## [0.0.1] - 2025-01-30

- Initial (public) release.
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapwp/query",
"version": "0.0.1",
"version": "0.0.2",
"license": "AGPL-3.0",
"description": "Internal package for SnapWP",
"author": "rtCamp",
Expand Down

0 comments on commit 0d3ed2f

Please sign in to comment.