Skip to content

Commit

Permalink
Merge tag '0.0.2' into develop
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
troychaplin committed Oct 25, 2023
2 parents abe1410 + eb6cbc0 commit 124990a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Prefix the change with one of these keywords:

## [Unreleased]

## [0.0.2]

### Changed

- Updated vite config to exclude dependencies in build

## [0.0.1]

### Added
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": "@carletonuniversity/rds-forms",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "./dist/rds.umd.js",
"module": "./dist/rds.es.js",
Expand Down
23 changes: 0 additions & 23 deletions vite.config copy.ts

This file was deleted.

0 comments on commit 124990a

Please sign in to comment.