Skip to content

Commit

Permalink
publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Dec 11, 2021
1 parent 188efd7 commit c81dbaa
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @floating-ui/core

## 0.2.1

### Patch Changes

- perf: save some bytes and execution
- fix: CJS build

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"main": "dist/floating-ui.core.cjs",
"module": "dist/floating-ui.core.esm.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/dom/CHANGELOG.md
@@ -1,5 +1,17 @@
# @floating-ui/dom

## 0.1.7

### Patch Changes

- fix: transformed body (#1427)
- fix(types): strict DOM types (#1432)
- fix: scaled parent (#1435, #1436)
- fix: CJS build
- perf: save some bytes and execution
- Updated dependencies
- @floating-ui/core@0.2.1

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/dom",
"version": "0.1.6",
"version": "0.1.7",
"description": "Floating UI for the web",
"main": "dist/floating-ui.dom.cjs",
"module": "dist/floating-ui.dom.esm.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"positioning"
],
"dependencies": {
"@floating-ui/core": "^0.2.0"
"@floating-ui/core": "^0.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-dom/CHANGELOG.md
@@ -1,5 +1,14 @@
# @floating-ui/react-dom

## 0.3.3

### Patch Changes

- fix(types): `arrowRef` type
- fix: CJS build
- Updated dependencies
- @floating-ui/dom@0.1.7

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-dom",
"version": "0.3.2",
"version": "0.3.3",
"description": "Floating UI for React DOM",
"main": "dist/floating-ui.react-dom.cjs",
"module": "dist/floating-ui.react-dom.esm.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@floating-ui/dom": "^0.1.6",
"@floating-ui/dom": "^0.1.7",
"use-isomorphic-layout-effect": "^1.1.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
@@ -1,5 +1,13 @@
# @floating-ui/react-native

## 0.3.3

### Patch Changes

- fix(types): `arrowRef` type
- Updated dependencies
- @floating-ui/core@0.2.1

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react-native",
"version": "0.3.2",
"version": "0.3.3",
"description": "Floating UI for React Native",
"main": "dist/floating-ui.react-native.js",
"module": "dist/floating-ui.react-native.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-native": ">=0.64.0"
},
"dependencies": {
"@floating-ui/core": "^0.2.0"
"@floating-ui/core": "^0.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
Expand Down

0 comments on commit c81dbaa

Please sign in to comment.