Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent 2e20c78 commit 7dcc016
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/vite-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.2.0) (2024-05-10)

### Features

* **library:** add new library package to showcase and replace basic-math and parity ([750f35a](https://github.com/waldronmatt/groundwork/commit/750f35aa2e11b25d779c74a353ef233b07cd9962)) - by @

## [2.1.14](https://github.com/waldronmatt/groundwork/compare/[email protected]@2.1.14) (2024-04-01)

**Note:** Version bump only for package vite-project
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "2.1.14",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
10 changes: 10 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2024-05-10)

### Features

* **library:** add new library package to showcase and replace basic-math and parity ([750f35a](https://github.com/waldronmatt/groundwork/commit/750f35aa2e11b25d779c74a353ef233b07cd9962)) - by @
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/library",
"version": "1.0.0-1",
"version": "1.0.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 7dcc016

Please sign in to comment.