Skip to content

Commit

Permalink
chore(release): v11.2.0-rc.0 (#11292)
Browse files Browse the repository at this point in the history
* chore(release): v11.2.0-rc.0

* chore(project): update package.json for nextjs example

* chore(examples): add version to nextjs example

Co-authored-by: joshblack <joshblack@users.noreply.github.com>
Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
3 people authored Apr 27, 2022
1 parent 8aeab30 commit b429fb7
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 61 deletions.
4 changes: 2 additions & 2 deletions examples/codesandbox-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "codesandbox-styles",
"private": true,
"version": "0.4.0",
"version": "0.5.0-rc.0",
"scripts": {
"develop": "vite"
},
"devDependencies": {
"vite": "^2.8.0"
},
"dependencies": {
"@carbon/styles": "^1.1.0",
"@carbon/styles": "^1.2.0-rc.0",
"sass": "^1.49.7"
}
}
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codesandbox",
"version": "0.2.0",
"version": "0.3.0-rc.0",
"private": true,
"dependencies": {
"@carbon/react": "^1.1.0",
"@carbon/react": "^1.2.0-rc.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
5 changes: 3 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "nextjs",
"name": "examples-nextjs",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.1.0",
"@carbon/react": "^1.2.0-rc.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "8.1.0",
"version": "8.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/react": "^1.1.0",
"@carbon/styles": "^1.1.0",
"@carbon/react": "^1.2.0-rc.0",
"@carbon/styles": "^1.2.0-rc.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "11.1.0",
"version": "11.2.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/styles": "^1.1.0",
"@carbon/styles": "^1.2.0-rc.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.1.0",
"version": "11.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@carbon/icons": "^11.1.0",
"@carbon/layout": "^11.1.0",
"@carbon/motion": "^11.0.0",
"@carbon/themes": "^11.1.0",
"@carbon/type": "^11.1.0"
"@carbon/themes": "^11.2.0-rc.0",
"@carbon/type": "^11.2.0-rc.0"
},
"devDependencies": {
"@carbon/cli": "^11.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/react",
"description": "React components for the Carbon Design System",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@carbon/feature-flags": "^0.7.0",
"@carbon/icons-react": "^11.1.0",
"@carbon/layout": "^11.1.0",
"@carbon/styles": "^1.1.0",
"@carbon/styles": "^1.2.0-rc.0",
"@carbon/telemetry": "0.1.0",
"classnames": "2.3.1",
"copy-to-clipboard": "^3.3.1",
Expand All @@ -74,7 +74,7 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@carbon/test-utils": "^10.23.0",
"@carbon/themes": "^11.1.0",
"@carbon/themes": "^11.2.0-rc.0",
"@cypress/react": "^5.11.0",
"@cypress/webpack-dev-server": "1.8.4",
"@percy/cypress": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/sketch",
"private": true,
"description": "Tooling for generating a sketch plugin to bring code to design",
"version": "11.1.0",
"version": "11.2.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@carbon/colors": "^11.1.0",
"@carbon/icon-helpers": "^10.29.0",
"@carbon/icons": "^11.1.0",
"@carbon/themes": "^11.1.0",
"@carbon/type": "^11.1.0",
"@carbon/themes": "^11.2.0-rc.0",
"@carbon/type": "^11.2.0-rc.0",
"@skpm/builder": "^0.8.0",
"color-string": "^1.5.3",
"core-js": "^3.16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/styles",
"description": "Styles for the Carbon Design System",
"version": "1.1.0",
"version": "1.2.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@carbon/grid": "^11.1.0",
"@carbon/layout": "^11.1.0",
"@carbon/motion": "^11.0.0",
"@carbon/themes": "^11.1.0",
"@carbon/type": "^11.1.0",
"@carbon/themes": "^11.2.0-rc.0",
"@carbon/type": "^11.2.0-rc.0",
"@ibm/plex": "6.0.0-next.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/themes",
"description": "Themes for applying color in the Carbon Design System",
"version": "11.1.0",
"version": "11.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@carbon/colors": "^11.1.0",
"@carbon/layout": "^11.1.0",
"@carbon/type": "^11.1.0",
"@carbon/type": "^11.2.0-rc.0",
"color": "^3.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "11.1.0",
"version": "11.2.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "0.10.0",
"version": "0.11.0-rc.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.1.0",
"@carbon/react": "^1.2.0-rc.0",
"@octokit/core": "^3.5.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.5.2",
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1776,8 +1776,8 @@ __metadata:
"@carbon/icons": ^11.1.0
"@carbon/layout": ^11.1.0
"@carbon/motion": ^11.0.0
"@carbon/themes": ^11.1.0
"@carbon/type": ^11.1.0
"@carbon/themes": ^11.2.0-rc.0
"@carbon/type": ^11.2.0-rc.0
fs-extra: ^10.0.0
klaw-sync: ^6.0.0
replace-in-file: ^3.4.2
Expand Down Expand Up @@ -1945,7 +1945,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/react@^1.1.0, @carbon/react@workspace:packages/react":
"@carbon/react@^1.2.0-rc.0, @carbon/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@carbon/react@workspace:packages/react"
dependencies:
Expand All @@ -1960,10 +1960,10 @@ __metadata:
"@carbon/feature-flags": ^0.7.0
"@carbon/icons-react": ^11.1.0
"@carbon/layout": ^11.1.0
"@carbon/styles": ^1.1.0
"@carbon/styles": ^1.2.0-rc.0
"@carbon/telemetry": 0.1.0
"@carbon/test-utils": ^10.23.0
"@carbon/themes": ^11.1.0
"@carbon/themes": ^11.2.0-rc.0
"@cypress/react": ^5.11.0
"@cypress/webpack-dev-server": 1.8.4
"@percy/cypress": ^3.1.1
Expand Down Expand Up @@ -2049,8 +2049,8 @@ __metadata:
"@carbon/colors": ^11.1.0
"@carbon/icon-helpers": ^10.29.0
"@carbon/icons": ^11.1.0
"@carbon/themes": ^11.1.0
"@carbon/type": ^11.1.0
"@carbon/themes": ^11.2.0-rc.0
"@carbon/type": ^11.2.0-rc.0
"@skpm/builder": ^0.8.0
color-string: ^1.5.3
core-js: ^3.16.0
Expand All @@ -2061,7 +2061,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/styles@^1.1.0, @carbon/styles@workspace:packages/styles":
"@carbon/styles@^1.2.0-rc.0, @carbon/styles@workspace:packages/styles":
version: 0.0.0-use.local
resolution: "@carbon/styles@workspace:packages/styles"
dependencies:
Expand All @@ -2071,8 +2071,8 @@ __metadata:
"@carbon/layout": ^11.1.0
"@carbon/motion": ^11.0.0
"@carbon/test-utils": ^10.23.0
"@carbon/themes": ^11.1.0
"@carbon/type": ^11.1.0
"@carbon/themes": ^11.2.0-rc.0
"@carbon/type": ^11.2.0-rc.0
"@ibm/plex": 6.0.0-next.6
css: ^3.0.0
sass: ^1.45.0
Expand Down Expand Up @@ -2105,7 +2105,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/themes@^11.1.0, @carbon/themes@workspace:packages/themes":
"@carbon/themes@^11.2.0-rc.0, @carbon/themes@workspace:packages/themes":
version: 0.0.0-use.local
resolution: "@carbon/themes@workspace:packages/themes"
dependencies:
Expand All @@ -2117,7 +2117,7 @@ __metadata:
"@carbon/layout": ^11.1.0
"@carbon/scss-generator": ^10.13.0
"@carbon/test-utils": ^10.23.0
"@carbon/type": ^11.1.0
"@carbon/type": ^11.2.0-rc.0
change-case: ^4.1.1
color: ^3.1.2
core-js: ^3.16.0
Expand All @@ -2127,7 +2127,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/type@^11.1.0, @carbon/type@workspace:packages/type":
"@carbon/type@^11.2.0-rc.0, @carbon/type@workspace:packages/type":
version: 0.0.0-use.local
resolution: "@carbon/type@workspace:packages/type"
dependencies:
Expand Down Expand Up @@ -10298,8 +10298,8 @@ __metadata:
"@babel/plugin-transform-react-constant-elements": ^7.16.7
"@babel/preset-env": ^7.16.7
"@babel/preset-react": ^7.16.7
"@carbon/react": ^1.1.0
"@carbon/styles": ^1.1.0
"@carbon/react": ^1.2.0-rc.0
"@carbon/styles": ^1.2.0-rc.0
"@carbon/telemetry": 0.1.0
"@carbon/test-utils": ^10.23.0
"@rollup/plugin-babel": ^5.3.0
Expand All @@ -10325,7 +10325,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "carbon-components@workspace:packages/carbon-components"
dependencies:
"@carbon/styles": ^1.1.0
"@carbon/styles": ^1.2.0-rc.0
"@carbon/telemetry": 0.1.0
"@carbon/test-utils": ^10.23.0
fs-extra: ^10.0.0
Expand Down Expand Up @@ -11041,7 +11041,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "codesandbox-styles@workspace:examples/codesandbox-styles"
dependencies:
"@carbon/styles": ^1.1.0
"@carbon/styles": ^1.2.0-rc.0
sass: ^1.49.7
vite: ^2.8.0
languageName: unknown
Expand All @@ -11051,7 +11051,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "codesandbox@workspace:examples/codesandbox"
dependencies:
"@carbon/react": ^1.1.0
"@carbon/react": ^1.2.0-rc.0
react: ^17.0.0
react-dom: ^17.0.0
react-scripts: 5.0.0
Expand Down Expand Up @@ -14768,6 +14768,20 @@ __metadata:
languageName: node
linkType: hard

"examples-nextjs@workspace:examples/nextjs":
version: 0.0.0-use.local
resolution: "examples-nextjs@workspace:examples/nextjs"
dependencies:
"@carbon/react": ^1.2.0-rc.0
eslint: 8.12.0
eslint-config-next: 12.1.4
next: 12.1.4
react: 18.0.0
react-dom: 18.0.0
sass: ^1.50.1
languageName: unknown
linkType: soft

"exec-sh@npm:^0.3.2":
version: 0.3.4
resolution: "exec-sh@npm:0.3.4"
Expand Down Expand Up @@ -21656,20 +21670,6 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"nextjs@workspace:examples/nextjs":
version: 0.0.0-use.local
resolution: "nextjs@workspace:examples/nextjs"
dependencies:
"@carbon/react": ^1.1.0
eslint: 8.12.0
eslint-config-next: 12.1.4
next: 12.1.4
react: 18.0.0
react-dom: 18.0.0
sass: ^1.50.1
languageName: unknown
linkType: soft

"nice-try@npm:^1.0.4":
version: 1.0.5
resolution: "nice-try@npm:1.0.5"
Expand Down Expand Up @@ -31706,7 +31706,7 @@ resolve@^2.0.0-next.3:
version: 0.0.0-use.local
resolution: "www@workspace:www"
dependencies:
"@carbon/react": ^1.1.0
"@carbon/react": ^1.2.0-rc.0
"@octokit/core": ^3.5.1
"@octokit/plugin-retry": ^3.0.9
"@octokit/plugin-throttling": ^3.5.2
Expand Down

0 comments on commit b429fb7

Please sign in to comment.