Skip to content

Commit b9cf075

Browse files
committed
chore(release): release 3.16.2
1 parent aa38e74 commit b9cf075

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.16.2 (2026-02-09)
2+
3+
### Bug Fixes 🐛
4+
5+
- **pds-dropdown-menu-item:** add reflect prop ([#666](https://github.com/Kajabi/pine/pull/666))
6+
7+
### ❤️ Thank You
8+
9+
- Quinton Jason
10+
111
## 3.16.1 (2026-02-06)
212

313
### Bug Fixes 🐛

libs/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pine-ds/core",
3-
"version": "3.16.1",
3+
"version": "3.16.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "Base components for Pine Design System",
@@ -85,7 +85,7 @@
8585
"@babel/preset-env": "^7.22.10",
8686
"@chromatic-com/storybook": "^4.1.3",
8787
"@mdx-js/rollup": "^3.1.1",
88-
"@pine-ds/doc-components": "^3.16.1",
88+
"@pine-ds/doc-components": "^3.16.2",
8989
"@stencil-community/eslint-plugin": "^0.8.0",
9090
"@stencil/react-output-target": "^0.5.3",
9191
"@stencil/sass": "^3.2.0",

libs/doc-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pine-ds/doc-components",
33
"description": "Pine documentation components",
44
"author": "Kajabi Design System Services",
5-
"version": "3.16.1",
5+
"version": "3.16.2",
66
"type": "module",
77
"main": "./dist/index.js",
88
"module": "./dist/index.js",

libs/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pine-ds/react",
3-
"version": "3.16.1",
3+
"version": "3.16.2",
44
"license": "MIT",
55
"description": "Pine Web Components React Wrapper",
66
"author": "Kajabi Design System Services",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@kajabi-ui/styles": "*",
41-
"@pine-ds/core": "^3.16.1",
41+
"@pine-ds/core": "^3.16.2",
4242
"@pine-ds/icons": "*",
4343
"tslib": "*"
4444
},

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)