Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit cd13a9f

Browse files
committed
Merge branch 'develop' into docs/update-landing-page
2 parents ab0c9d2 + 3486866 commit cd13a9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1177
-135
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)

.changeset/chilly-tables-care.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'@chakra-ui/c-accordion': patch
3+
'@chakra-ui/c-alert': patch
4+
'@chakra-ui/c-badge': patch
5+
'@chakra-ui/c-button': patch
6+
'@chakra-ui/c-color-mode': patch
7+
'@chakra-ui/c-flex': patch
8+
'@chakra-ui/c-icon': patch
9+
'@chakra-ui/c-popper': patch
10+
'@chakra-ui/c-portal': patch
11+
'@chakra-ui/c-reset': patch
12+
'@chakra-ui/c-spinner': patch
13+
'@chakra-ui/c-theme-provider': patch
14+
'@chakra-ui/c-visually-hidden': patch
15+
'@chakra-ui/vue-next': patch
16+
'@chakra-ui/nuxt-next': patch
17+
'@chakra-ui/vue-system': patch
18+
'@chakra-ui/vue-test-utils': patch
19+
'@chakra-ui/vue-theme': patch
20+
'@chakra-ui/vue-theme-tools': patch
21+
'@chakra-ui/vue-utils': patch
22+
---
23+
24+
Initial release for core system packages

.changeset/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "chakra-ui/chakra-ui-vue-next" }
6+
],
7+
"commit": false,
8+
"linked": [],
9+
"access": "public",
10+
"baseBranch": "master",
11+
"updateInternalDependencies": "patch",
12+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
13+
"onlyUpdatePeerDependentsWhenOutOfRange": true
14+
},
15+
"ignore": []
16+
}

.changeset/empty-dragons-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chakra-ui/vue-next': patch
3+
---
4+
5+
Export popper and portal component packages

.changeset/pre.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@chakra-ui/c-accordion": "0.0.0",
6+
"@chakra-ui/c-alert": "0.0.0",
7+
"@chakra-ui/c-badge": "0.0.0",
8+
"@chakra-ui/c-button": "0.0.0",
9+
"@chakra-ui/c-color-mode": "0.0.0",
10+
"@chakra-ui/c-flex": "0.0.0",
11+
"@chakra-ui/c-icon": "0.0.0",
12+
"@chakra-ui/c-popper": "0.0.0",
13+
"@chakra-ui/c-portal": "0.0.0",
14+
"@chakra-ui/c-reset": "0.0.0",
15+
"@chakra-ui/c-spinner": "0.0.0",
16+
"@chakra-ui/c-theme-provider": "0.0.0",
17+
"@chakra-ui/c-visually-hidden": "0.0.0",
18+
"@chakra-ui/vue-next": "0.0.0",
19+
"@chakra-ui/nuxt-next": "0.0.0",
20+
"@chakra-ui/vue-system": "0.0.0",
21+
"@chakra-ui/vue-test-utils": "0.0.0",
22+
"@chakra-ui/vue-theme": "0.0.0",
23+
"@chakra-ui/vue-theme-tools": "0.0.0",
24+
"@chakra-ui/vue-utils": "0.0.0",
25+
"@chakra-ui/vue-docs": "0.0.0",
26+
"@chakra-ui/vue-auto-import": "0.0.1-alpha.0"
27+
},
28+
"changesets": [
29+
"chilly-tables-care",
30+
"empty-dragons-wait",
31+
"slimy-bugs-give"
32+
]
33+
}

.changeset/slimy-bugs-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chakra-ui/vue-auto-import': patch
3+
---
4+
5+
Initial release for vite-auto-import plugin

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444

4545
# TODO: Uncomment when ready to start testing RCs
4646

47-
# - name: Setup CI Git User
48-
# run: |
49-
# git config --global user.name "codebender828"
50-
# git config --global user.email "[email protected]"
47+
- name: Setup CI Git User
48+
run: |
49+
git config --global user.name "codebender828"
50+
git config --global user.email "[email protected]"
5151
52-
# - name: Publish packages
53-
# uses: changesets/action@master
54-
# with:
55-
# publish: yarn release
56-
# title: "chore(release): version packages"
57-
# commit: "chore(release): version packages"
58-
# env:
59-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60-
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
52+
- name: Create Release Pull Request
53+
uses: changesets/action@master
54+
with:
55+
publish: yarn release
56+
title: "chore(release): version packages and publish"
57+
commit: "chore(release): version packages"
58+
env:
59+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

_templates/generator/component/README.md.ejs.t renamed to _templates/generator/tooling/README.md.ejs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
to: packages/<%=h.changeCase.paramCase(name)%>/README.md
2+
to: tooling/<%=h.changeCase.paramCase(name)%>/README.md
33
---
44

55
# @chakra-ui/<%=h.changeCase.paramCase(name)%>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
to: tooling/<%=h.changeCase.paramCase(name)%>/package.json
3+
---
4+
5+
{
6+
"name": "<%= '@chakra-ui/' + h.changeCase.paramCase(name)%>",
7+
"version": "1.0.0",
8+
"main": "dist/cjs/index.js",
9+
"module": "dist/esm/index.js",
10+
"types": "dist/types/index.d.ts",
11+
"typings": "dist/types/index.d.ts",
12+
"files": [
13+
"dist"
14+
],
15+
"description": "<%= 'Chakra UI Vue | ' + h.changeCase.pascalCase(name) + ' module'%>",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next.git",
17+
"author": "Jonathan Bakebwa [email protected]",
18+
"license": "MIT",
19+
"scripts": {
20+
"build": "rimraf ./dist && concurrently yarn:build:*",
21+
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
22+
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
23+
"build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
24+
"watch": "concurrently yarn:watch:*",
25+
"watch:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps --watch",
26+
"watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch",
27+
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
28+
}
29+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
to: tooling/<%=h.changeCase.paramCase(name)%>/src/index.ts
3+
---
4+
const <%= h.changeCase.pascalCase(name) %> = () => {
5+
return {}
6+
}
7+
8+
export {
9+
<%= h.changeCase.pascalCase(name) %>
10+
}

0 commit comments

Comments
 (0)