Skip to content

Commit

Permalink
chore: release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Sep 14, 2022
1 parent 4f3259c commit 196a7d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
43 changes: 17 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,52 @@
### [0.3.2](https://github.com/mattjennings/mdsvex-code-preview/compare/0.3.1...0.3.2) (2022-09-14)


* chore: update README (1444fcb)
* chore: run CI on pull requests (ad66cc0)
* chore: fix playwright test port (9cc53e3)
* Merge pull request #16 from venashial/main (4b4bb88)
* chore: upgrade to Vite 3 (5ec866c)
- fix: meta parsing with quotation marks (4b4bb88)
- chore: update README (1444fcb)
- chore: run CI on pull requests (ad66cc0)
- chore: fix playwright test port (9cc53e3)
- chore: upgrade to Vite 3 (5ec866c)

## [0.3.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.3.0-beta.1...0.3.0) (2022-04-10)## [0.3.0-beta.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.3.0-beta.0...0.3.0-beta.1) (2022-04-08)


### Bug Fixes

* add deprecation warning about ExampleComponent config ([2558f4f](https://github.com/mattjennings/mdsvex-code-preview/commit/2558f4f46cbd71f4a4e00468ffd4dcf8e6f4a074))
* meta not being escaped ([276bf03](https://github.com/mattjennings/mdsvex-code-preview/commit/276bf0396cbc0824b0df87f3edd3d1cb2e5595f2))## [0.3.0-beta.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.3...0.3.0-beta.0) (2022-04-08)

- add deprecation warning about ExampleComponent config ([2558f4f](https://github.com/mattjennings/mdsvex-code-preview/commit/2558f4f46cbd71f4a4e00468ffd4dcf8e6f4a074))
- meta not being escaped ([276bf03](https://github.com/mattjennings/mdsvex-code-preview/commit/276bf0396cbc0824b0df87f3edd3d1cb2e5595f2))## [0.3.0-beta.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.3...0.3.0-beta.0) (2022-04-08)

### Features

* allow custom components per example ([3d9fac6](https://github.com/mattjennings/mdsvex-code-preview/commit/3d9fac6298c6741f60edeeaa25da5ed75e595cc8))### [0.2.3](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.2...0.2.3) (2022-03-31)

- allow custom components per example ([3d9fac6](https://github.com/mattjennings/mdsvex-code-preview/commit/3d9fac6298c6741f60edeeaa25da5ed75e595cc8))### [0.2.3](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.2...0.2.3) (2022-03-31)

### Bug Fixes

* resolved module ids on windows ([af347ed](https://github.com/mattjennings/mdsvex-code-preview/commit/af347edfa5906ee57bfa33006be301ea00c337be))### [0.2.2](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.1...0.2.2) (2022-03-31)

- resolved module ids on windows ([af347ed](https://github.com/mattjennings/mdsvex-code-preview/commit/af347edfa5906ee57bfa33006be301ea00c337be))### [0.2.2](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.1...0.2.2) (2022-03-31)

### Bug Fixes

* relative imports in examples ([f69d424](https://github.com/mattjennings/mdsvex-code-preview/commit/f69d42416ec1426263bf6fdf6e10c465f50dd894))### [0.2.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.0...0.2.1) (2022-03-31)

- relative imports in examples ([f69d424](https://github.com/mattjennings/mdsvex-code-preview/commit/f69d42416ec1426263bf6fdf6e10c465f50dd894))### [0.2.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.0...0.2.1) (2022-03-31)

### Bug Fixes

* production builds failing to resolve example modules ([80217b1](https://github.com/mattjennings/mdsvex-code-preview/commit/80217b120f5462552f85d88997b7bf8de3577f66))## [0.2.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0...0.2.0) (2022-03-31)

- production builds failing to resolve example modules ([80217b1](https://github.com/mattjennings/mdsvex-code-preview/commit/80217b120f5462552f85d88997b7bf8de3577f66))## [0.2.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0...0.2.0) (2022-03-31)

### Features

* hide scripts and style tags from example ([dc90750](https://github.com/mattjennings/mdsvex-code-preview/commit/dc90750ad2835ed6a0d680bc639d80d47af278ce))## [0.1.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0) (2022-03-30)

- hide scripts and style tags from example ([dc90750](https://github.com/mattjennings/mdsvex-code-preview/commit/dc90750ad2835ed6a0d680bc639d80d47af278ce))## [0.1.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0) (2022-03-30)

### Features

* support HMR for examples ([9d2226b](https://github.com/mattjennings/mdsvex-code-preview/commit/9d2226b20e5d5d263fab6de0a4da2aa0eceb83c4))## [0.1.0-beta.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0-beta.0...0.1.0-beta.1) (2022-03-30)

- support HMR for examples ([9d2226b](https://github.com/mattjennings/mdsvex-code-preview/commit/9d2226b20e5d5d263fab6de0a4da2aa0eceb83c4))## [0.1.0-beta.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0-beta.0...0.1.0-beta.1) (2022-03-30)

### Bug Fixes

* inconsistent hmr updates on example virtual files ([60f1129](https://github.com/mattjennings/mdsvex-code-preview/commit/60f1129eb3bb737b4070d0b91151addee62fd845))## [0.1.0-beta.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-29)

- inconsistent hmr updates on example virtual files ([60f1129](https://github.com/mattjennings/mdsvex-code-preview/commit/60f1129eb3bb737b4070d0b91151addee62fd845))## [0.1.0-beta.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-29)

### Features

* support HMR for examples ([d12fe12](https://github.com/mattjennings/mdsvex-code-preview/commit/d12fe127360e3b813ed97ff12d20e2564e4e06bd))
- support HMR for examples ([d12fe12](https://github.com/mattjennings/mdsvex-code-preview/commit/d12fe127360e3b813ed97ff12d20e2564e4e06bd))

### [0.0.9](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-29)

### [0.0.8](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-27)

### [0.0.7](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-25)
### [0.0.7](https://github.com/mattjennings/mdsvex-code-preview/compare/0.0.9...0.1.0-beta.0) (2022-03-25)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdsvexamples",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"dev": "vite dev",
"build:site": "vite build",
Expand Down

0 comments on commit 196a7d1

Please sign in to comment.