Skip to content

Commit

Permalink
chore(publish): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioBecerra committed Feb 5, 2024
1 parent 0c52f53 commit bdfb9a9
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/web-components",
"version": "1.35.0",
"version": "1.36.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-react",
"description": "Carbon for IBM.com React Components",
"version": "1.54.0",
"version": "1.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/services-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services-store",
"private": true,
"version": "1.54.0",
"version": "1.55.0",
"description": "Redux store for Carbon for IBM.com Services",
"license": "Apache-2.0",
"main": "lib/store.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services",
"description": "Carbon for IBM.com Services",
"version": "1.54.0",
"version": "1.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"private": true,
"version": "1.45.0",
"version": "1.46.0",
"description": "Storybook add-on for Carbon theme chooser",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/stylelint-config-ibmdotcom",
"private": true,
"version": "1.44.0",
"version": "1.45.0",
"description": "Stylelint configuration for Carbon for IBM.com",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-styles",
"description": "Carbon for IBM.com Styles",
"version": "1.54.0",
"version": "1.55.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-utilities",
"description": "Carbon for IBM.com Utilities",
"version": "1.54.0",
"version": "1.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.54.0",
"@carbon/ibmdotcom-styles": "1.54.0",
"@carbon/ibmdotcom-utilities": "1.54.0",
"@carbon/ibmdotcom-services": "1.55.0",
"@carbon/ibmdotcom-styles": "1.55.0",
"@carbon/ibmdotcom-utilities": "1.55.0",
"@carbon/layout": "10.37.2",
"@carbon/motion": "^11.0.0",
"@carbon/telemetry": "0.1.0",
"@carbon/web-components": "1.35.0",
"@carbon/web-components": "1.36.0",
"carbon-components": "10.58.12",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
Expand Down Expand Up @@ -130,7 +130,7 @@
"@babel/preset-react": "~7.12.1",
"@babel/template": "~7.12.0",
"@babel/traverse": "~7.23.0",
"@carbon/ibmdotcom-services-store": "1.54.0",
"@carbon/ibmdotcom-services-store": "1.55.0",
"@carbon/icon-helpers": "10.45.1",
"@carbon/icons": "10.48.2",
"@carbon/type": "10.45.3",
Expand Down

0 comments on commit bdfb9a9

Please sign in to comment.