Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dohomi committed Apr 18, 2023
1 parent 05ed6d2 commit bb7e35e
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "tamagui-monorepo",
"private": true,
"version": "1.0.0",
"workspaces": [
"apps/*",
"packages/*"
Expand Down Expand Up @@ -31,7 +32,11 @@
"check-types": "yarn turbo run check-types",
"codegen": "yarn turbo run codegen",
"rm:nodemodule": "rm -rf .yarn/cache node_modules apps/expo/node_modules apps/next/node_modules apps/next/.tamagui packages/core/node_modules yarn.lock apps/storybook-react/node_modules apps/storybook-react-native/node_modules apps/storybook-react/dist",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
"new-version": "yarn changeset",
"publish-packages": "turbo run build lint test && changeset version && changeset publish && git push --tags",
"release-minor": "yarn build && npx release minor",
"release-patch": "yarn build && npx release patch",
"release-major": "yarn build && npx release major"
},
"resolutions": {
"esbuild": "0.17.17",
Expand Down
12 changes: 12 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tamagui-extras/date

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure

### Patch Changes

- Updated dependencies [7e87d48]
- @tamagui-extras/form@1.0.0
7 changes: 7 additions & 0 deletions packages/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tamagui-extras/file

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure
12 changes: 12 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tamagui-extras/form

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure

### Patch Changes

- Updated dependencies [7e87d48]
- @tamagui-extras/core@1.0.0
11 changes: 11 additions & 0 deletions packages/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @tamagui-extras/link

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure

### Patch Changes

- Link add missing dependencies
12 changes: 12 additions & 0 deletions packages/rich-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tamagui-extras/rich-text

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure

### Patch Changes

- Updated dependencies [7e87d48]
- @tamagui-extras/form@1.0.0
7 changes: 7 additions & 0 deletions packages/video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tamagui-extras/video

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure
12 changes: 12 additions & 0 deletions packages/youtube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tamagui-extras/youtube

## 1.0.0

### Major Changes

- 7e87d48: Release of new mono repo structure

### Patch Changes

- Updated dependencies [7e87d48]
- @tamagui-extras/core@1.0.0

2 comments on commit bb7e35e

@vercel
Copy link

@vercel vercel bot commented on bb7e35e Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on bb7e35e Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.