Skip to content

Commit 46ca475

Browse files
committed
bumped versions
1 parent e5da9aa commit 46ca475

7 files changed

Lines changed: 43 additions & 13 deletions

File tree

docs/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"description": "Nextra docs template",
4+
"description": "@beqa/react-slots docs",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start"
99
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/shuding/nextra-docs-template.git"
13-
},
14-
"author": "Shu Ding <g@shud.in>",
1510
"license": "MIT",
16-
"bugs": {
17-
"url": "https://github.com/shuding/nextra-docs-template/issues"
18-
},
19-
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
2011
"dependencies": {
2112
"next": "^13.0.6",
2213
"nextra": "latest",

packages/babel-plugin-transform-react-slots/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @beqa/babel-plugin-transform-react-slots
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- V1 of @beqa/react-slots required to work.
8+
39
## 0.6.2
410

511
### Patch Changes

packages/babel-plugin-transform-react-slots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beqa/babel-plugin-transform-react-slots",
3-
"version": "0.6.2",
3+
"version": "1.0.0",
44
"description": "The JSX to slot function transpilation plugin for babel",
55
"author": "Beqa",
66
"license": "MIT",

packages/react-slots/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @beqa/react-slots
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Restricted children of Template's `as` prop to extend ReactNode. Previously it
8+
could be any type.
9+
- v1 of unplugin-transform-react-slots or babel-plugin-transform-react-slots
10+
required.
11+
12+
### Minor Changes:
13+
14+
- Introduced OverrideNode element.
15+
- Allowed use of "slot-name" attribute on slot elements
16+
17+
### Patch changes
18+
19+
- Empty arrays no longer count as provided content
20+
321
## 0.6.3
422

523
### Patch Changes

packages/react-slots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beqa/react-slots",
33
"private": false,
4-
"version": "0.6.3",
4+
"version": "1.0.0",
55
"description": "The react-slots runtime library",
66
"author": "Beqa",
77
"license": "MIT",

packages/unplugin-transform-react-slots/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @beqa/unplugin-transform-react-slots
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- v1 of babel-plugin-transform-react-slots required to work
8+
9+
### Minor changes:
10+
11+
- Webpack support
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
- @beqa/babel-plugin-transform-react-slots@1.0.0
17+
318
## 0.6.2
419

520
### Patch Changes

packages/unplugin-transform-react-slots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beqa/unplugin-transform-react-slots",
3-
"version": "0.6.2",
3+
"version": "1.0.0",
44
"description": "JSX to slot function transpilation plugin for some of the common build systems",
55
"author": "Beqa",
66
"license": "MIT",

0 commit comments

Comments
 (0)