Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannfleurydev committed Jan 26, 2024
1 parent f0cf162 commit 97cae5f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-ravens-share.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 1.0.2

### Patch Changes

- Updated dependencies [f0cf162]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 1.0.2

### Patch Changes

- Updated dependencies [f0cf162]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
"publish-packages": "turbo run build lint && changeset version && changeset publish"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/typed-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# typed-mdx

## 0.1.0

### Minor Changes

- f0cf162: add file path so users can use it to import mdx content

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-mdx",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 97cae5f

Please sign in to comment.