Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
v0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acostanzo committed Mar 27, 2023
1 parent ec38340 commit 5ae8a3e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.33.0"
"version": "0.33.1"
}
6 changes: 3 additions & 3 deletions packages/anchor-ui-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buoysoftware/anchor-ui-compat",
"version": "0.33.0",
"version": "0.33.1",
"main": "src/index.ts",
"license": "MIT",
"files": [
Expand All @@ -14,11 +14,11 @@
},
"dependencies": {
"@buoysoftware/anchor-ui-legacy-button": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-connection-table": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-connection-table": "^0.33.1",
"@buoysoftware/anchor-ui-legacy-layout": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-modal": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-page-footer": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-table": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-table": "^0.33.1",
"@buoysoftware/anchor-ui-legacy-text": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-trans": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/anchor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buoysoftware/anchor-ui",
"author": "Damian Galarza <[email protected]>",
"version": "0.33.0",
"version": "0.33.1",
"homepage": "https://github.com/BuoySoftware/anchor-ui",
"main": "src/index.ts",
"license": "MIT",
Expand All @@ -28,7 +28,7 @@
"@buoysoftware/anchor-nav": "^0.33.0",
"@buoysoftware/anchor-page-template": "^0.33.0",
"@buoysoftware/anchor-side-nav": "^0.33.0",
"@buoysoftware/anchor-table": "^0.33.0",
"@buoysoftware/anchor-table": "^0.33.1",
"@buoysoftware/anchor-theme": "^0.33.0",
"@buoysoftware/anchor-toast-container": "^0.33.0",
"@buoysoftware/anchor-typography": "^0.33.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/legacy_connection_table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buoysoftware/anchor-ui-legacy-connection-table",
"version": "0.33.0",
"version": "0.33.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"prepack": "clean-package"
},
"dependencies": {
"@buoysoftware/anchor-table": "^0.33.0",
"@buoysoftware/anchor-ui-legacy-table": "^0.33.0"
"@buoysoftware/anchor-table": "^0.33.1",
"@buoysoftware/anchor-ui-legacy-table": "^0.33.1"
}
}
4 changes: 2 additions & 2 deletions packages/components/legacy_table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buoysoftware/anchor-ui-legacy-table",
"version": "0.33.0",
"version": "0.33.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@buoysoftware/anchor-layout": "^0.33.0",
"@buoysoftware/anchor-table": "^0.33.0",
"@buoysoftware/anchor-table": "^0.33.1",
"@buoysoftware/anchor-ui-legacy-text": "^0.33.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buoysoftware/anchor-table",
"version": "0.33.0",
"version": "0.33.1",
"main": "src/index.ts",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 5ae8a3e

Please sign in to comment.