Skip to content

Commit bb7e35e

Browse files
committed
1.0.0
1 parent 05ed6d2 commit bb7e35e

File tree

8 files changed

+79
-1
lines changed

8 files changed

+79
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "tamagui-monorepo",
33
"private": true,
4+
"version": "1.0.0",
45
"workspaces": [
56
"apps/*",
67
"packages/*"
@@ -31,7 +32,11 @@
3132
"check-types": "yarn turbo run check-types",
3233
"codegen": "yarn turbo run codegen",
3334
"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",
34-
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
35+
"new-version": "yarn changeset",
36+
"publish-packages": "turbo run build lint test && changeset version && changeset publish && git push --tags",
37+
"release-minor": "yarn build && npx release minor",
38+
"release-patch": "yarn build && npx release patch",
39+
"release-major": "yarn build && npx release major"
3540
},
3641
"resolutions": {
3742
"esbuild": "0.17.17",

packages/date/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tamagui-extras/date
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7e87d48]
12+
- @tamagui-extras/form@1.0.0

packages/file/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tamagui-extras/file
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure

packages/form/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tamagui-extras/form
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7e87d48]
12+
- @tamagui-extras/core@1.0.0

packages/link/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @tamagui-extras/link
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure
8+
9+
### Patch Changes
10+
11+
- Link add missing dependencies

packages/rich-text/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tamagui-extras/rich-text
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7e87d48]
12+
- @tamagui-extras/form@1.0.0

packages/video/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tamagui-extras/video
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure

packages/youtube/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tamagui-extras/youtube
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7e87d48: Release of new mono repo structure
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7e87d48]
12+
- @tamagui-extras/core@1.0.0

0 commit comments

Comments
 (0)