Skip to content

Commit

Permalink
chore: reset package versions to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Oct 14, 2024
1 parent deb044e commit e4de040
Show file tree
Hide file tree
Showing 4 changed files with 1,276 additions and 1,149 deletions.
4 changes: 2 additions & 2 deletions libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/core",
"version": "2.24.0-mercury.0",
"version": "1.3.1",
"license": "MIT",
"description": "Base components for Pine Design System",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.22.10",
"@pine-ds/doc-components": "^2.24.0-mercury.0",
"@pine-ds/doc-components": "^1.2.1",
"@pxtrn/storybook-addon-docs-stencil": "^6.4.1",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/react-output-target": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/doc-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pine-ds/doc-components",
"description": "Pine documentation components",
"author": "Kajabi Design System Services",
"version": "2.24.0-mercury.0",
"version": "1.2.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/react",
"version": "2.24.0-mercury.0",
"version": "1.2.1",
"license": "MIT",
"description": "Pine Web Components React Wrapper",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -37,7 +37,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@pine-ds/core": "^2.24.0-mercury.0",
"@pine-ds/core": "^1.3.1",
"@pine-ds/icons": "*",
"tslib": "*"
},
Expand Down
Loading

0 comments on commit e4de040

Please sign in to comment.