<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:12:15 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[UIPFO-21] increment stripes to v7</title>
                <link>https://folio-org.atlassian.net/browse/UIPFO-21</link>
                <project id="10240" key="UIPFO">ui-plugin-find-organization</project>
                    <description>&lt;p&gt;&lt;b&gt;Summary:&lt;/b&gt; Update dependencies to their &lt;tt&gt;@folio/stripes&lt;/tt&gt; &lt;tt&gt;v7&lt;/tt&gt;-compatible versions, including React &lt;tt&gt;v17&lt;/tt&gt;, in your &lt;tt&gt;package.json&lt;/tt&gt; file.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;bump your app&apos;s major version (e.g. from &lt;tt&gt;6.2.0&lt;/tt&gt; to &lt;tt&gt;7.0.0&lt;/tt&gt;)&lt;/li&gt;
	&lt;li&gt;update dev-dependencies&lt;/li&gt;
	&lt;li&gt;update peer-dependencies&lt;/li&gt;
&lt;/ol&gt;


&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-comment&quot;&gt;// dev deps
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-components&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^10.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-connect&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^7.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-core&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^8.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-&lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt;-form&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^6.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-form&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^7.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-smart-components&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^7.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-util&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^5.0.0&quot;&lt;/span&gt;,

&lt;span class=&quot;code-comment&quot;&gt;// peer deps
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^7.0.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;react&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^17.0.2&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;react-dom&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^17.0.2&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;redux-observable&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^1.2.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;rxjs&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^6.6.3&quot;&lt;/span&gt;,
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;NOTE: You will not be able to commit the above changes until Monday, September 13, 2021&lt;/b&gt; when these changes are committed in the stripes-* repos. Until then, they will only be available on branches while we finalize the work. To test your app with these &lt;tt&gt;v7&lt;/tt&gt; changes before September 13, use the following:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-comment&quot;&gt;// dev deps
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-components&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-components#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-connect&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-connect#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-core&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-core#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-&lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt;-form&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-&lt;span class=&quot;code-keyword&quot;&gt;final&lt;/span&gt;-form#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-form&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-form#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-smart-components&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-smart-components#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes-util&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes-util#stripes-v7&quot;&lt;/span&gt;,

&lt;span class=&quot;code-comment&quot;&gt;// peer deps
&lt;/span&gt;    &lt;span class=&quot;code-quote&quot;&gt;&quot;@folio/stripes&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;folio-org/stripes#stripes-v7&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;react&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^17.0.2&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;react-dom&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^17.0.2&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;redux-observable&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^1.2.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;rxjs&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;^6.6.3&quot;&lt;/span&gt;,
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="78741">UIPFO-21</key>
            <summary>increment stripes to v7</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                            <parent id="30461">FOLREL-492</parent>
                                    <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="712020:52e93de9-fd56-46ea-99b8-b2e47ec1045e">Andrei Shumski</assignee>
                                                                <reporter accountid="615afd1cd9820f0070a09ef0">Zak Burke</reporter>
                                    <labels>
                    </labels>
                <created>Wed, 11 Aug 2021 16:27:28 +0000</created>
                <updated>Tue, 21 Dec 2021 15:51:01 +0000</updated>
                            <resolved>Tue, 14 Sep 2021 06:22:28 +0000</resolved>
                                                    <fixVersion>3.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                                                            <comment id="187487" author="557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67" created="Tue, 14 Sep 2021 06:22:28 +0000"  >&lt;p&gt;version has been updated&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="12155">UXPROD-3076</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="12085">UXPROD-3264</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10185"><![CDATA[Thunderjet]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">R3 2021 Stripes v7 update</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i038jb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="347">ACQ Sprint 122</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 14 Sep 2021 06:22:28 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>