Skip to content

Commit 8c319cc

Browse files
committedAug 30, 2023
Release FEC legacy version
1 parent 8b26b09 commit 8c319cc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
 

‎package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/components/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redhat-cloud-services/frontend-components",
3-
"version": "4.0.2",
3+
"version": "3.11.6",
44
"description": "Common components for RedHat Cloud Services project.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -10,7 +10,8 @@
1010
"./**/*.scss"
1111
],
1212
"publishConfig": {
13-
"access": "public"
13+
"access": "public",
14+
"tag": "legacy"
1415
},
1516
"scripts": {
1617
"build": "npm run build:js && npm run build:esm && npm run build:css && npm run build:packages && npm run transform:css",

0 commit comments

Comments
 (0)
Please sign in to comment.